Pull request #43563 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d6115b8f407d8975534988ead723c1da5ce022b1+c9b37e5cb430b01816c4d8e18d199745d0d6f765 (1fe84cde691bf1b08d71680a050ba469a428c513) 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-43563@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-05T09:28:27.069Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-05-05T09:28:27.073Z] Trying to pass milestone 2 [Pipeline] milestone [2022-05-05T09:28:27.155Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-05-05T09:28:27.337Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-034aa7ad407c6a801) in /home/ubuntu/workspace/moby_PR-43563 [Pipeline] { [Pipeline] checkout [2022-05-05T09:28:27.384Z] The recommended git tool is: git [2022-05-05T09:28:27.405Z] using credential docker-jenkins-github-credentials [2022-05-05T09:28:27.414Z] Cloning the remote Git repository [2022-05-05T09:28:27.414Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:28:27.418Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:28:27.418Z] > git init /home/ubuntu/workspace/moby_PR-43563 # timeout=10 [2022-05-05T09:28:27.436Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:28:27.436Z] > git --version # timeout=10 [2022-05-05T09:28:27.444Z] > git --version # 'git version 2.17.1' [2022-05-05T09:28:27.444Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:28:27.445Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:28:42.936Z] Fetching without tags [2022-05-05T09:28:43.120Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:28:42.902Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:28:42.910Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:28:42.918Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:28:42.926Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:28:42.938Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:28:42.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:28:42.939Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:28:43.122Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:28:43.130Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:28:43.693Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:28:43.693Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:28:44.379Z] Commit message: "daemon: fix some minor nits" [2022-05-05T09:28:44.394Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-05T09:28:45.038Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/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-05T09:28:45.039Z] Unable to find image 'alpine:latest' locally [2022-05-05T09:28:45.039Z] latest: Pulling from library/alpine [2022-05-05T09:28:45.039Z] df9b9388f04a: Pulling fs layer [2022-05-05T09:28:43.653Z] > git remote # timeout=10 [2022-05-05T09:28:43.658Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:28:43.663Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:28:43.664Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:28:43.672Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-05T09:28:43.695Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:28:43.711Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:28:44.382Z] > git rev-list --no-walk 65aa74b10fcdd2a921cc0ec42bb59776d1a5f11c # timeout=10 [2022-05-05T09:28:45.299Z] df9b9388f04a: Verifying Checksum [2022-05-05T09:28:45.299Z] df9b9388f04a: Download complete [2022-05-05T09:28:45.564Z] df9b9388f04a: Pull complete [2022-05-05T09:28:45.564Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-05T09:28:45.564Z] Status: Downloaded newer image for alpine:latest [2022-05-05T09:28:48.111Z] 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-05T09:28:48.352Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-034aa7ad407c6a801) in /home/ubuntu/workspace/moby_PR-43563 [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-05T09:28:48.418Z] The recommended git tool is: git [2022-05-05T09:28:48.428Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-05-05T09:28:48.442Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-05-05T09:28:48.454Z] 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 [2022-05-05T09:28:48.648Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [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-05T09:28:48.736Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:28:48.736Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-05-05T09:28:48.799Z] Commit message: "daemon: fix some minor nits" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-05T09:28:49.399Z] + [ PR != PR ] [2022-05-05T09:28:49.399Z] + [ master != master ] [2022-05-05T09:28:49.399Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [2022-05-05T09:28:48.435Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43563/.git # timeout=10 [2022-05-05T09:28:48.444Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:28:48.456Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:28:48.456Z] > git --version # timeout=10 [2022-05-05T09:28:48.460Z] > git --version # 'git version 2.17.1' [2022-05-05T09:28:48.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:28:48.461Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:28:48.649Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:28:48.655Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:28:48.703Z] > git remote # timeout=10 [2022-05-05T09:28:48.709Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:28:48.715Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:28:48.716Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:28:48.727Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-05T09:28:48.737Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:28:48.743Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:28:49.729Z] + docker version [2022-05-05T09:28:49.729Z] Client: Docker Engine - Community [2022-05-05T09:28:49.729Z] Version: 20.10.14 [2022-05-05T09:28:49.729Z] API version: 1.41 [2022-05-05T09:28:49.729Z] Go version: go1.16.15 [2022-05-05T09:28:49.729Z] Git commit: a224086 [2022-05-05T09:28:49.729Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-05T09:28:49.729Z] OS/Arch: linux/amd64 [2022-05-05T09:28:49.729Z] Context: default [2022-05-05T09:28:49.729Z] Experimental: true [2022-05-05T09:28:49.729Z] [2022-05-05T09:28:49.729Z] Server: Docker Engine - Community [2022-05-05T09:28:49.729Z] Engine: [2022-05-05T09:28:49.729Z] Version: 20.10.14 [2022-05-05T09:28:49.729Z] API version: 1.41 (minimum version 1.12) [2022-05-05T09:28:49.729Z] Go version: go1.16.15 [2022-05-05T09:28:49.729Z] Git commit: 87a90dc [2022-05-05T09:28:49.729Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-05T09:28:49.729Z] OS/Arch: linux/amd64 [2022-05-05T09:28:49.729Z] Experimental: true [2022-05-05T09:28:49.729Z] containerd: [2022-05-05T09:28:49.729Z] Version: 1.5.11 [2022-05-05T09:28:49.729Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:28:49.729Z] runc: [2022-05-05T09:28:49.729Z] Version: 1.0.3 [2022-05-05T09:28:49.729Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-05T09:28:49.729Z] docker-init: [2022-05-05T09:28:49.729Z] Version: 0.19.0 [2022-05-05T09:28:49.729Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-05T09:28:50.015Z] + docker info [2022-05-05T09:28:50.956Z] Client: [2022-05-05T09:28:50.956Z] Context: default [2022-05-05T09:28:50.956Z] Debug Mode: false [2022-05-05T09:28:50.956Z] Plugins: [2022-05-05T09:28:50.956Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-05T09:28:50.956Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-05T09:28:50.956Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-05T09:28:50.956Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-05T09:28:50.956Z] [2022-05-05T09:28:50.956Z] Server: [2022-05-05T09:28:50.956Z] Containers: 0 [2022-05-05T09:28:50.956Z] Running: 0 [2022-05-05T09:28:50.956Z] Paused: 0 [2022-05-05T09:28:50.956Z] Stopped: 0 [2022-05-05T09:28:50.956Z] Images: 3 [2022-05-05T09:28:50.956Z] Server Version: 20.10.14 [2022-05-05T09:28:50.956Z] Storage Driver: overlay2 [2022-05-05T09:28:50.956Z] Backing Filesystem: extfs [2022-05-05T09:28:50.956Z] Supports d_type: true [2022-05-05T09:28:50.956Z] Native Overlay Diff: true [2022-05-05T09:28:50.956Z] userxattr: false [2022-05-05T09:28:50.956Z] Logging Driver: json-file [2022-05-05T09:28:50.956Z] Cgroup Driver: cgroupfs [2022-05-05T09:28:50.956Z] Cgroup Version: 1 [2022-05-05T09:28:50.956Z] Plugins: [2022-05-05T09:28:50.956Z] Volume: local [2022-05-05T09:28:50.956Z] Network: bridge host ipvlan macvlan null overlay [2022-05-05T09:28:50.956Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-05T09:28:50.956Z] Swarm: inactive [2022-05-05T09:28:50.956Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-05-05T09:28:50.956Z] Default Runtime: runc [2022-05-05T09:28:50.956Z] Init Binary: docker-init [2022-05-05T09:28:50.956Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:28:50.956Z] runc version: v1.0.3-0-gf46b6ba [2022-05-05T09:28:50.956Z] init version: de40ad0 [2022-05-05T09:28:50.956Z] Security Options: [2022-05-05T09:28:50.956Z] apparmor [2022-05-05T09:28:50.956Z] seccomp [2022-05-05T09:28:50.956Z] Profile: default [2022-05-05T09:28:50.956Z] Kernel Version: 5.4.0-1071-aws [2022-05-05T09:28:50.956Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-05T09:28:50.956Z] OSType: linux [2022-05-05T09:28:50.956Z] Architecture: x86_64 [2022-05-05T09:28:50.956Z] CPUs: 2 [2022-05-05T09:28:50.956Z] Total Memory: 7.565GiB [2022-05-05T09:28:50.956Z] Name: ip-10-100-58-179 [2022-05-05T09:28:50.956Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-05T09:28:50.956Z] Docker Root Dir: /var/lib/docker [2022-05-05T09:28:50.956Z] Debug Mode: false [2022-05-05T09:28:50.956Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:28:50.956Z] Labels: [2022-05-05T09:28:50.956Z] Experimental: true [2022-05-05T09:28:50.956Z] Insecure Registries: [2022-05-05T09:28:50.956Z] 127.0.0.0/8 [2022-05-05T09:28:50.956Z] Live Restore Enabled: true [2022-05-05T09:28:50.956Z] [2022-05-05T09:28:50.956Z] WARNING: No swap limit support [Pipeline] sh [2022-05-05T09:28:51.247Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:28:51.247Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:28:51.247Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43563/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-05T09:28:51.247Z] + bash /home/ubuntu/workspace/moby_PR-43563/check-config.sh [2022-05-05T09:28:51.247Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-05T09:28:51.247Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-05T09:28:51.247Z] [2022-05-05T09:28:51.247Z] Generally Necessary: [2022-05-05T09:28:51.247Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-05T09:28:51.247Z] - apparmor: enabled and tools installed [2022-05-05T09:28:51.247Z] - CONFIG_NAMESPACES: enabled [2022-05-05T09:28:51.247Z] - CONFIG_NET_NS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_PID_NS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_IPC_NS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_UTS_NS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_CGROUPS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-05T09:28:51.247Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-05T09:28:51.247Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-05T09:28:51.247Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-05T09:28:51.247Z] - CONFIG_CPUSETS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_MEMCG: enabled [2022-05-05T09:28:51.247Z] - CONFIG_KEYS: enabled [2022-05-05T09:28:51.247Z] - CONFIG_VETH: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-05T09:28:51.508Z] - CONFIG_CGROUP_BPF: enabled [2022-05-05T09:28:51.508Z] [2022-05-05T09:28:51.508Z] Optional Features: [2022-05-05T09:28:51.508Z] - CONFIG_USER_NS: enabled [2022-05-05T09:28:51.508Z] - CONFIG_SECCOMP: enabled [2022-05-05T09:28:51.508Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-05T09:28:51.508Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-05T09:28:51.508Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-05T09:28:51.508Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-05T09:28:51.508Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-05T09:28:51.508Z] - CONFIG_BLK_CGROUP: enabled [2022-05-05T09:28:51.508Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-05T09:28:51.508Z] - CONFIG_CGROUP_PERF: enabled [2022-05-05T09:28:51.508Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-05T09:28:51.508Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-05T09:28:51.508Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-05T09:28:51.508Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-05T09:28:51.508Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-05T09:28:51.508Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_IP_VS: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-05T09:28:51.508Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-05T09:28:51.508Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-05T09:28:51.508Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-05T09:28:51.508Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-05T09:28:51.508Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-05T09:28:51.768Z] - CONFIG_EXT4_FS: enabled [2022-05-05T09:28:51.768Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-05T09:28:51.768Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-05T09:28:51.768Z] - Network Drivers: [2022-05-05T09:28:51.768Z] - "overlay": [2022-05-05T09:28:51.768Z] - CONFIG_VXLAN: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-05T09:28:51.768Z] Optional (for encrypted networks): [2022-05-05T09:28:51.768Z] - CONFIG_CRYPTO: enabled [2022-05-05T09:28:51.768Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-05T09:28:51.768Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-05T09:28:51.768Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-05T09:28:51.768Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-05T09:28:51.768Z] - CONFIG_XFRM: enabled [2022-05-05T09:28:51.768Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-05T09:28:51.768Z] - "ipvlan": [2022-05-05T09:28:51.768Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-05T09:28:51.768Z] - "macvlan": [2022-05-05T09:28:51.768Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_DUMMY: enabled (as module) [2022-05-05T09:28:51.768Z] - "ftp,tftp client in container": [2022-05-05T09:28:51.768Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-05T09:28:51.768Z] - Storage Drivers: [2022-05-05T09:28:51.768Z] - "aufs": [2022-05-05T09:28:51.768Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-05T09:28:51.768Z] - "btrfs": [2022-05-05T09:28:51.768Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-05T09:28:51.768Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-05T09:28:51.768Z] - "devicemapper": [2022-05-05T09:28:51.768Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-05T09:28:51.768Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-05T09:28:51.768Z] - "overlay": [2022-05-05T09:28:51.768Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-05T09:28:51.768Z] - "zfs": [2022-05-05T09:28:51.768Z] - /dev/zfs: present [2022-05-05T09:28:51.768Z] - zfs command: missing [2022-05-05T09:28:51.768Z] - zpool command: missing [2022-05-05T09:28:51.768Z] [2022-05-05T09:28:51.768Z] Limits: [2022-05-05T09:28:51.768Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-05T09:28:51.768Z] [2022-05-05T09:28:51.768Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-05T09:28:52.099Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:d6115b8f407d8975534988ead723c1da5ce022b1 . [2022-05-05T09:28:52.361Z] #1 [internal] load build definition from Dockerfile [2022-05-05T09:28:52.361Z] #1 sha256:6017511be8cdbe2ea151ac2089f0bd1504efef4c7c055ea0934312f9900247b8 [2022-05-05T09:28:52.361Z] #1 transferring dockerfile: 17.44kB done [2022-05-05T09:28:52.361Z] #1 DONE 0.0s [2022-05-05T09:28:52.361Z] [2022-05-05T09:28:52.361Z] #2 [internal] load .dockerignore [2022-05-05T09:28:52.361Z] #2 sha256:a69b77672ed6ff6786eff0112fa6dbc381131ebe29d2acefd258b16d88ad3959 [2022-05-05T09:28:52.361Z] #2 transferring context: 145B 0.0s done [2022-05-05T09:28:52.361Z] #2 DONE 0.0s [2022-05-05T09:28:52.361Z] [2022-05-05T09:28:52.361Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-05T09:28:52.361Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-05T09:28:52.361Z] #3 DONE 0.1s [2022-05-05T09:28:52.622Z] [2022-05-05T09:28:52.622Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-05T09:28:52.622Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-05T09:28:52.622Z] #4 CACHED [2022-05-05T09:28:52.622Z] [2022-05-05T09:28:52.622Z] #6 [internal] load .dockerignore [2022-05-05T09:28:52.622Z] #6 sha256:723e2a64f9f45898f3db47ab5f12541752a766e48b107ed9fb2711c97cb14544 [2022-05-05T09:28:52.622Z] #6 DONE 0.0s [2022-05-05T09:28:52.622Z] [2022-05-05T09:28:52.622Z] #5 [internal] load build definition from Dockerfile [2022-05-05T09:28:52.622Z] #5 sha256:6354b787cdc4e0bac9592a5d7ce5e9f600d8b16fb8101cb403ac6b43e0848409 [2022-05-05T09:28:52.622Z] #5 DONE 0.0s [2022-05-05T09:28:52.622Z] [2022-05-05T09:28:52.622Z] #8 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-05T09:28:52.622Z] #8 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-05T09:28:52.884Z] #8 DONE 0.1s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-05T09:28:52.884Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-05T09:28:52.884Z] #7 DONE 0.1s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:28:52.884Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-05T09:28:52.884Z] #9 DONE 0.1s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:28:52.884Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-05T09:28:52.884Z] #10 DONE 0.1s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:28:52.884Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:28:52.884Z] #78 DONE 0.0s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:28:52.884Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:28:52.884Z] #76 DONE 0.0s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:28:52.884Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:28:52.884Z] #11 DONE 0.0s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-05T09:28:52.884Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-05T09:28:52.884Z] #12 CACHED [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #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-05T09:28:52.884Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-05T09:28:52.884Z] #13 CACHED [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:28:52.884Z] #35 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:28:52.884Z] #35 DONE 0.0s [2022-05-05T09:28:52.884Z] [2022-05-05T09:28:52.884Z] #31 [internal] load build context [2022-05-05T09:28:52.884Z] #31 sha256:b64785a2a257144f892f144614a25418aae3da2eb1fd9e609a76f2e78371345e [2022-05-05T09:28:53.459Z] #31 ... [2022-05-05T09:28:53.459Z] [2022-05-05T09:28:53.459Z] #54 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-05T09:28:53.459Z] #54 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-05T09:28:53.459Z] #54 DONE 0.5s [2022-05-05T09:28:53.459Z] [2022-05-05T09:28:53.459Z] #31 [internal] load build context [2022-05-05T09:28:53.459Z] #31 sha256:b64785a2a257144f892f144614a25418aae3da2eb1fd9e609a76f2e78371345e [2022-05-05T09:28:54.056Z] #31 ... [2022-05-05T09:28:54.056Z] [2022-05-05T09:28:54.056Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-05-05T09:28:54.056Z] #14 sha256:ac610f6949b75ca513a6fbb8133eb83174e86af117f3bb74e5a09d0efab23250 [2022-05-05T09:28:54.056Z] #14 DONE 1.1s [2022-05-05T09:28:54.056Z] [2022-05-05T09:28:54.056Z] #31 [internal] load build context [2022-05-05T09:28:54.056Z] #31 sha256:b64785a2a257144f892f144614a25418aae3da2eb1fd9e609a76f2e78371345e [2022-05-05T09:28:55.456Z] #31 ... [2022-05-05T09:28:55.456Z] [2022-05-05T09:28:55.456Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-05-05T09:28:55.456Z] #15 sha256:7a9c0475274abba0efb526d9607a550196919504d943ee1fe1447ec33e3ecf21 [2022-05-05T09:28:55.456Z] #15 DONE 1.3s [2022-05-05T09:28:55.456Z] [2022-05-05T09:28:55.456Z] #31 [internal] load build context [2022-05-05T09:28:55.456Z] #31 sha256:b64785a2a257144f892f144614a25418aae3da2eb1fd9e609a76f2e78371345e [2022-05-05T09:28:55.717Z] #31 transferring context: 61.00MB 2.9s done [2022-05-05T09:28:55.978Z] #31 DONE 3.0s [2022-05-05T09:28:55.978Z] [2022-05-05T09:28:55.978Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-05-05T09:28:55.978Z] #16 sha256:cd20aadd700c740808171124c98224b778b3f14cb64fe4f92d71f7cc8db38805 [2022-05-05T09:28:56.240Z] #16 DONE 1.0s [2022-05-05T09:28:56.240Z] [2022-05-05T09:28:56.240Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-05T09:28:56.240Z] #17 sha256:50811f5890a0a563f4b3333a7eabd7af79a0d060604c6b4f9b93d1ef04081a76 [2022-05-05T09:28:56.811Z] #17 DONE 0.5s [2022-05-05T09:28:56.811Z] [2022-05-05T09:28:56.811Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-05-05T09:28:56.811Z] #18 sha256:97f08d710e1ee07e4bd79eb7b07698f3bb2b8bbcf1f2d52e8ef914a371e9252c [2022-05-05T09:28:57.383Z] #18 DONE 0.5s [2022-05-05T09:28:57.383Z] [2022-05-05T09:28:57.383Z] #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-05T09:28:57.383Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-05T09:28:58.324Z] #19 0.940 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:28:58.324Z] #19 1.120 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:28:58.584Z] #19 1.299 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:28:58.584Z] #19 1.303 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-05T09:28:58.584Z] #19 1.410 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-05T09:28:58.845Z] #19 1.491 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:28:58.845Z] #19 1.590 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:28:58.845Z] #19 1.675 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-05T09:28:59.106Z] #19 1.754 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-05T09:28:59.107Z] #19 1.835 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-05T09:28:59.107Z] #19 1.837 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-05T09:28:59.107Z] #19 1.839 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-05T09:28:59.107Z] #19 1.840 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-05T09:28:59.107Z] #19 1.842 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:28:59.107Z] #19 1.844 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:28:59.107Z] #19 1.845 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:28:59.107Z] #19 1.846 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:28:59.107Z] #19 1.846 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-05T09:28:59.107Z] #19 1.847 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-05T09:28:59.107Z] #19 1.848 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-05T09:28:59.107Z] #19 1.848 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-05T09:29:03.352Z] Still waiting to schedule task [2022-05-05T09:29:03.352Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-034aa7ad407c6a801)’ [2022-05-05T09:29:03.353Z] Still waiting to schedule task [2022-05-05T09:29:03.353Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-034aa7ad407c6a801)’ [2022-05-05T09:29:03.354Z] Still waiting to schedule task [2022-05-05T09:29:03.354Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-05-05T09:29:03.356Z] Still waiting to schedule task [2022-05-05T09:29:03.356Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-05-05T09:29:03.358Z] Still waiting to schedule task [2022-05-05T09:29:03.359Z] All nodes of label ‘windows-2019’ are offline [2022-05-05T09:29:03.361Z] Still waiting to schedule task [2022-05-05T09:29:03.361Z] All nodes of label ‘windows-2022’ are offline [2022-05-05T09:29:03.362Z] Still waiting to schedule task [2022-05-05T09:29:03.362Z] All nodes of label ‘windows-2022’ are offline [2022-05-05T09:29:05.697Z] #19 7.557 Fetched 48.9 MB in 7s (6932 kB/s) [2022-05-05T09:29:08.256Z] #19 7.557 Reading package lists... [2022-05-05T09:29:11.569Z] #19 10.69 Reading package lists... [2022-05-05T09:29:11.830Z] #19 13.71 Building dependency tree... [2022-05-05T09:29:12.091Z] #19 15.01 The following additional packages will be installed: [2022-05-05T09:29:12.091Z] #19 15.01 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-05T09:29:12.091Z] #19 15.01 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-05T09:29:12.352Z] #19 15.01 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-05-05T09:29:12.352Z] #19 15.01 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-05-05T09:29:12.352Z] #19 15.01 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-05T09:29:12.352Z] #19 15.01 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-05T09:29:12.352Z] #19 15.01 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-05T09:29:12.352Z] #19 15.01 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-05T09:29:12.352Z] #19 15.01 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.01 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-05T09:29:12.352Z] #19 15.01 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-05T09:29:12.352Z] #19 15.01 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-05T09:29:12.352Z] #19 15.01 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-05T09:29:12.352Z] #19 15.01 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-05T09:29:12.352Z] #19 15.01 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.01 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-05T09:29:12.352Z] #19 15.01 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-05T09:29:12.352Z] #19 15.01 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-05T09:29:12.352Z] #19 15.01 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-05T09:29:12.352Z] #19 15.01 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-05T09:29:12.352Z] #19 15.01 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.01 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-05T09:29:12.352Z] #19 15.01 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-05T09:29:12.352Z] #19 15.01 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.01 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-05T09:29:12.352Z] #19 15.01 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.01 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-05T09:29:12.352Z] #19 15.01 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.01 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-05T09:29:12.352Z] #19 15.01 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-05T09:29:12.352Z] #19 15.01 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-05T09:29:12.352Z] #19 15.01 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.01 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-05T09:29:12.352Z] #19 15.01 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-05T09:29:12.352Z] #19 15.01 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-05T09:29:12.352Z] #19 15.01 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-05T09:29:12.352Z] #19 15.02 linux-libc-dev-s390x-cross patch xz-utils [2022-05-05T09:29:12.352Z] #19 15.02 Suggested packages: [2022-05-05T09:29:12.352Z] #19 15.02 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-05-05T09:29:12.352Z] #19 15.02 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.02 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-05-05T09:29:12.352Z] #19 15.02 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-05-05T09:29:12.352Z] #19 15.02 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-05-05T09:29:12.352Z] #19 15.02 libyaml-shell-perl ed diffutils-doc [2022-05-05T09:29:12.352Z] #19 15.02 Recommended packages: [2022-05-05T09:29:12.352Z] #19 15.02 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-05-05T09:29:12.352Z] #19 15.02 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-05-05T09:29:13.738Z] #19 16.23 The following NEW packages will be installed: [2022-05-05T09:29:13.738Z] #19 16.23 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-05T09:29:13.738Z] #19 16.23 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-05T09:29:13.738Z] #19 16.23 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-05-05T09:29:13.738Z] #19 16.23 crossbuild-essential-armel crossbuild-essential-armhf [2022-05-05T09:29:13.738Z] #19 16.23 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-05-05T09:29:13.738Z] #19 16.23 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-05-05T09:29:13.738Z] #19 16.23 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-05-05T09:29:13.738Z] #19 16.23 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-05T09:29:13.738Z] #19 16.23 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-05T09:29:13.738Z] #19 16.23 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-05T09:29:13.738Z] #19 16.23 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-05T09:29:13.738Z] #19 16.23 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-05T09:29:13.738Z] #19 16.23 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-05T09:29:13.738Z] #19 16.23 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-05T09:29:13.738Z] #19 16.23 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-05T09:29:13.738Z] #19 16.23 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-05T09:29:13.738Z] #19 16.23 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-05T09:29:13.738Z] #19 16.23 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-05T09:29:13.738Z] #19 16.23 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-05T09:29:13.738Z] #19 16.23 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-05T09:29:13.738Z] #19 16.23 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-05T09:29:13.738Z] #19 16.23 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-05T09:29:13.738Z] #19 16.23 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-05T09:29:13.738Z] #19 16.23 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-05T09:29:13.738Z] #19 16.24 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-05T09:29:13.739Z] #19 16.24 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-05T09:29:13.739Z] #19 16.24 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-05T09:29:13.739Z] #19 16.24 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-05T09:29:13.739Z] #19 16.24 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-05T09:29:13.739Z] #19 16.24 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-05T09:29:13.739Z] #19 16.24 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-05T09:29:13.739Z] #19 16.24 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-05T09:29:13.739Z] #19 16.24 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-05T09:29:13.739Z] #19 16.24 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-05T09:29:13.739Z] #19 16.24 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-05T09:29:13.739Z] #19 16.24 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-05T09:29:13.739Z] #19 16.24 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-05T09:29:13.739Z] #19 16.24 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-05T09:29:13.739Z] #19 16.24 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-05T09:29:13.739Z] #19 16.24 linux-libc-dev-s390x-cross patch xz-utils [2022-05-05T09:29:13.739Z] #19 16.55 0 upgraded, 133 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:29:13.739Z] #19 16.55 Need to get 787 MB of archives. [2022-05-05T09:29:13.739Z] #19 16.55 After this operation, 3385 MB of additional disk space will be used. [2022-05-05T09:29:13.739Z] #19 16.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-05-05T09:29:13.739Z] #19 16.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-05T09:29:13.739Z] #19 16.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-05-05T09:29:13.739Z] #19 16.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-05-05T09:29:13.739Z] #19 16.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-05-05T09:29:13.739Z] #19 16.56 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-05T09:29:13.739Z] #19 16.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-05-05T09:29:13.739Z] #19 16.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-05-05T09:29:13.739Z] #19 16.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-05-05T09:29:13.739Z] #19 16.63 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-05-05T09:29:14.000Z] #19 16.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-05-05T09:29:14.000Z] #19 16.66 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-05T09:29:14.000Z] #19 16.67 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-05-05T09:29:14.261Z] #19 17.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-05-05T09:29:14.261Z] #19 17.04 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-05-05T09:29:14.523Z] #19 17.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-05-05T09:29:14.523Z] #19 17.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-05-05T09:29:15.097Z] #19 17.72 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-05T09:29:15.097Z] #19 17.72 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-05-05T09:29:15.097Z] #19 18.04 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-05T09:29:15.359Z] #19 18.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-05-05T09:29:15.621Z] #19 18.35 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-05-05T09:29:15.621Z] #19 18.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-05-05T09:29:15.621Z] #19 18.36 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-05-05T09:29:15.621Z] #19 18.36 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-05-05T09:29:15.621Z] #19 18.36 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-05-05T09:29:15.621Z] #19 18.36 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-05-05T09:29:15.621Z] #19 18.38 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-05-05T09:29:15.621Z] #19 18.38 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-05-05T09:29:15.621Z] #19 18.40 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-05-05T09:29:15.621Z] #19 18.40 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-05-05T09:29:15.621Z] #19 18.40 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-05-05T09:29:15.621Z] #19 18.41 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-05-05T09:29:16.197Z] #19 18.83 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-05-05T09:29:16.197Z] #19 18.84 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-05-05T09:29:16.197Z] #19 18.85 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-05-05T09:29:16.197Z] #19 18.86 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-05-05T09:29:16.197Z] #19 18.87 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-05-05T09:29:16.459Z] #19 19.24 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-05-05T09:29:16.459Z] #19 19.24 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-05T09:29:16.459Z] #19 19.24 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-05-05T09:29:16.459Z] #19 19.26 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-05-05T09:29:16.459Z] #19 19.26 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-05-05T09:29:16.459Z] #19 19.26 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:29:16.459Z] #19 19.32 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-05-05T09:29:16.459Z] #19 19.33 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-05-05T09:29:16.459Z] #19 19.34 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-05-05T09:29:16.459Z] #19 19.34 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-05-05T09:29:16.459Z] #19 19.34 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-05-05T09:29:16.459Z] #19 19.34 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-05-05T09:29:16.459Z] #19 19.34 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-05-05T09:29:16.459Z] #19 19.34 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-05-05T09:29:16.721Z] #19 19.35 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-05-05T09:29:16.721Z] #19 19.35 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-05-05T09:29:16.721Z] #19 19.35 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-05-05T09:29:16.721Z] #19 19.38 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-05-05T09:29:16.721Z] #19 19.39 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-05-05T09:29:16.721Z] #19 19.40 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-05-05T09:29:16.721Z] #19 19.40 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-05-05T09:29:16.721Z] #19 19.41 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-05-05T09:29:16.984Z] #19 19.78 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-05-05T09:29:16.984Z] #19 19.78 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-05-05T09:29:16.984Z] #19 19.79 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-05-05T09:29:16.984Z] #19 19.80 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-05-05T09:29:16.984Z] #19 19.82 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-05-05T09:29:17.246Z] #19 20.18 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-05-05T09:29:17.246Z] #19 20.18 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-05-05T09:29:17.246Z] #19 20.18 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-05-05T09:29:17.246Z] #19 20.19 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-05-05T09:29:17.511Z] #19 20.19 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-05-05T09:29:17.511Z] #19 20.19 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-05-05T09:29:17.511Z] #19 20.19 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-05-05T09:29:17.511Z] #19 20.20 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-05-05T09:29:17.511Z] #19 20.20 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-05-05T09:29:17.511Z] #19 20.21 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-05-05T09:29:17.511Z] #19 20.22 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-05-05T09:29:18.081Z] #19 20.65 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-05-05T09:29:18.081Z] #19 20.65 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-05-05T09:29:18.081Z] #19 20.66 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-05-05T09:29:18.081Z] #19 20.67 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-05-05T09:29:18.081Z] #19 20.68 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-05-05T09:29:18.342Z] #19 21.15 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-05-05T09:29:18.342Z] #19 21.15 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-05-05T09:29:18.342Z] #19 21.15 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-05-05T09:29:18.342Z] #19 21.16 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-05-05T09:29:18.342Z] #19 21.16 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-05-05T09:29:18.342Z] #19 21.16 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-05-05T09:29:18.342Z] #19 21.16 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-05-05T09:29:18.342Z] #19 21.16 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-05-05T09:29:18.342Z] #19 21.17 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-05-05T09:29:18.601Z] #19 21.32 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-05-05T09:29:19.180Z] #19 21.71 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-05-05T09:29:19.180Z] #19 21.71 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-05-05T09:29:19.180Z] #19 21.72 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-05-05T09:29:19.180Z] #19 21.72 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-05-05T09:29:19.180Z] #19 21.73 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-05-05T09:29:19.180Z] #19 22.09 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-05-05T09:29:19.441Z] #19 22.09 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-05-05T09:29:19.441Z] #19 22.10 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-05-05T09:29:19.441Z] #19 22.12 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-05-05T09:29:19.441Z] #19 22.13 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-05-05T09:29:19.702Z] #19 22.50 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-05-05T09:29:19.702Z] #19 22.50 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-05-05T09:29:19.702Z] #19 22.50 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-05-05T09:29:19.702Z] #19 22.52 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-05-05T09:29:19.702Z] #19 22.52 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-05-05T09:29:19.703Z] #19 22.52 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-05-05T09:29:19.703Z] #19 22.52 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-05-05T09:29:19.703Z] #19 22.52 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-05-05T09:29:19.703Z] #19 22.53 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-05-05T09:29:19.703Z] #19 22.54 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-05-05T09:29:19.703Z] #19 22.54 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-05-05T09:29:19.703Z] #19 22.55 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-05-05T09:29:19.963Z] #19 22.91 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-05-05T09:29:20.224Z] #19 22.91 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-05-05T09:29:20.224Z] #19 22.92 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-05-05T09:29:20.224Z] #19 22.94 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-05-05T09:29:20.224Z] #19 22.95 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-05-05T09:29:20.485Z] #19 23.29 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-05-05T09:29:20.485Z] #19 23.29 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-05-05T09:29:20.746Z] #19 23.59 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:29:21.006Z] #19 23.71 Fetched 787 MB in 7s (112 MB/s) [2022-05-05T09:29:21.006Z] #19 23.74 Selecting previously unselected package liblocale-gettext-perl. [2022-05-05T09:29:21.006Z] #19 23.74 (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-05T09:29:21.006Z] #19 23.84 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-05-05T09:29:21.006Z] #19 23.85 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-05-05T09:29:21.006Z] #19 23.88 Selecting previously unselected package bzip2. [2022-05-05T09:29:21.267Z] #19 23.88 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-05-05T09:29:21.267Z] #19 23.89 Unpacking bzip2 (1.0.8-4) ... [2022-05-05T09:29:21.267Z] #19 23.92 Selecting previously unselected package libmagic-mgc. [2022-05-05T09:29:21.267Z] #19 23.92 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-05-05T09:29:21.267Z] #19 23.92 Unpacking libmagic-mgc (1:5.39-3) ... [2022-05-05T09:29:21.267Z] #19 24.00 Selecting previously unselected package libmagic1:amd64. [2022-05-05T09:29:21.267Z] #19 24.00 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-05-05T09:29:21.267Z] #19 24.01 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-05-05T09:29:21.267Z] #19 24.05 Selecting previously unselected package file. [2022-05-05T09:29:21.267Z] #19 24.05 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-05-05T09:29:21.267Z] #19 24.05 Unpacking file (1:5.39-3) ... [2022-05-05T09:29:21.267Z] #19 24.09 Selecting previously unselected package xz-utils. [2022-05-05T09:29:21.267Z] #19 24.09 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-05T09:29:21.267Z] #19 24.09 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:29:21.528Z] #19 24.18 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-05-05T09:29:21.528Z] #19 24.18 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-05T09:29:21.528Z] #19 24.19 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-05T09:29:21.789Z] #19 24.52 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-05-05T09:29:21.789Z] #19 24.52 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-05-05T09:29:21.789Z] #19 24.52 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-05T09:29:22.049Z] #19 24.82 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-05-05T09:29:22.049Z] #19 24.82 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-05-05T09:29:22.049Z] #19 24.83 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-05T09:29:22.310Z] #19 25.13 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-05-05T09:29:22.310Z] #19 25.13 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-05T09:29:22.310Z] #19 25.14 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-05T09:29:22.571Z] #19 25.41 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-05-05T09:29:22.571Z] #19 25.41 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-05T09:29:22.571Z] #19 25.42 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-05T09:29:22.831Z] #19 25.64 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-05-05T09:29:22.831Z] #19 25.64 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:22.831Z] #19 25.65 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:29:22.831Z] #19 25.68 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-05-05T09:29:22.831Z] #19 25.68 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:22.831Z] #19 25.69 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:29:28.121Z] #19 30.14 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-05-05T09:29:28.121Z] #19 30.14 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:28.121Z] #19 30.14 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:29:28.121Z] #19 30.18 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-05-05T09:29:28.121Z] #19 30.18 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:28.121Z] #19 30.18 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-05T09:29:31.424Z] #19 34.34 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-05-05T09:29:31.684Z] #19 34.35 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:31.684Z] #19 34.35 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:29:31.684Z] #19 34.38 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-05-05T09:29:31.684Z] #19 34.38 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:31.684Z] #19 34.39 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-05T09:29:35.894Z] #19 38.57 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-05-05T09:29:35.894Z] #19 38.57 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:35.894Z] #19 38.57 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:29:35.894Z] #19 38.60 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-05-05T09:29:35.894Z] #19 38.60 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:35.894Z] #19 38.61 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:29:40.112Z] #19 42.98 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-05-05T09:29:40.112Z] #19 42.98 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:40.112Z] #19 42.99 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:29:40.112Z] #19 43.02 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-05-05T09:29:40.372Z] #19 43.02 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:40.372Z] #19 43.03 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:29:44.588Z] #19 46.93 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-05-05T09:29:44.588Z] #19 46.93 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:44.588Z] #19 46.94 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:29:44.588Z] #19 46.96 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-05-05T09:29:44.588Z] #19 46.97 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:44.588Z] #19 46.97 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-05T09:29:44.588Z] #19 47.00 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-05-05T09:29:44.588Z] #19 47.00 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:44.588Z] #19 47.00 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-05T09:29:44.588Z] #19 47.03 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-05-05T09:29:44.588Z] #19 47.03 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:44.588Z] #19 47.03 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:29:44.588Z] #19 47.06 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-05-05T09:29:44.588Z] #19 47.06 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:44.588Z] #19 47.06 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:29:44.588Z] #19 47.09 Selecting previously unselected package cross-config. [2022-05-05T09:29:44.588Z] #19 47.09 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-05-05T09:29:44.588Z] #19 47.10 Unpacking cross-config (2.6.18+nmu1) ... [2022-05-05T09:29:44.588Z] #19 47.12 Selecting previously unselected package gcc-10-cross-base. [2022-05-05T09:29:44.588Z] #19 47.13 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.588Z] #19 47.13 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-05T09:29:44.588Z] #19 47.16 Selecting previously unselected package libc6-arm64-cross. [2022-05-05T09:29:44.588Z] #19 47.16 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-05-05T09:29:44.588Z] #19 47.17 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-05-05T09:29:44.588Z] #19 47.30 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-05-05T09:29:44.588Z] #19 47.30 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.588Z] #19 47.30 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:44.588Z] #19 47.33 Selecting previously unselected package libgomp1-arm64-cross. [2022-05-05T09:29:44.588Z] #19 47.33 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.588Z] #19 47.34 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:44.588Z] #19 47.37 Selecting previously unselected package libitm1-arm64-cross. [2022-05-05T09:29:44.588Z] #19 47.38 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.588Z] #19 47.38 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:44.588Z] #19 47.41 Selecting previously unselected package libatomic1-arm64-cross. [2022-05-05T09:29:44.849Z] #19 47.41 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.849Z] #19 47.41 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:44.849Z] #19 47.44 Selecting previously unselected package libasan6-arm64-cross. [2022-05-05T09:29:44.849Z] #19 47.44 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.849Z] #19 47.45 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:44.849Z] #19 47.67 Selecting previously unselected package liblsan0-arm64-cross. [2022-05-05T09:29:44.849Z] #19 47.67 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:44.849Z] #19 47.68 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:44.849Z] #19 47.78 Selecting previously unselected package libtsan0-arm64-cross. [2022-05-05T09:29:44.849Z] #19 47.78 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:45.110Z] #19 47.78 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:45.371Z] #19 48.01 Selecting previously unselected package libstdc++6-arm64-cross. [2022-05-05T09:29:45.371Z] #19 48.01 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:45.371Z] #19 48.01 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:45.371Z] #19 48.08 Selecting previously unselected package libubsan1-arm64-cross. [2022-05-05T09:29:45.371Z] #19 48.09 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:45.371Z] #19 48.09 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:45.371Z] #19 48.19 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-05-05T09:29:45.371Z] #19 48.19 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:45.371Z] #19 48.19 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:45.371Z] #19 48.32 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-05-05T09:29:45.632Z] #19 48.33 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:45.632Z] #19 48.33 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:29:49.492Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a0f97f9fb0276ce9) in /home/ubuntu/workspace/moby_PR-43563 [Pipeline] { [Pipeline] checkout [2022-05-05T09:29:50.085Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01ae497519e17265b) in /home/ubuntu/workspace/moby_PR-43563 [Pipeline] { [Pipeline] checkout [2022-05-05T09:29:50.219Z] The recommended git tool is: git [2022-05-05T09:29:50.225Z] The recommended git tool is: git [2022-05-05T09:29:50.921Z] #19 53.33 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-05-05T09:29:50.921Z] #19 53.33 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:50.921Z] #19 53.33 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:29:50.921Z] #19 53.36 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-05-05T09:29:50.921Z] #19 53.36 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-05-05T09:29:50.921Z] #19 53.37 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-05T09:29:50.921Z] #19 53.53 Selecting previously unselected package libc6-dev-arm64-cross. [2022-05-05T09:29:50.921Z] #19 53.53 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-05-05T09:29:50.921Z] #19 53.54 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-05T09:29:50.921Z] #19 53.77 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-05-05T09:29:50.921Z] #19 53.77 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:50.921Z] #19 53.78 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:29:51.183Z] #19 54.03 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-05-05T09:29:51.183Z] #19 54.03 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:51.183Z] #19 54.03 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:29:53.892Z] using credential docker-jenkins-github-credentials [2022-05-05T09:29:53.941Z] Cloning the remote Git repository [2022-05-05T09:29:53.941Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:29:54.052Z] using credential docker-jenkins-github-credentials [2022-05-05T09:29:53.957Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:29:54.036Z] > git init /home/ubuntu/workspace/moby_PR-43563 # timeout=10 [2022-05-05T09:29:54.078Z] Cloning the remote Git repository [2022-05-05T09:29:54.078Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:29:53.876Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:29:53.929Z] > git init /home/ubuntu/workspace/moby_PR-43563 # timeout=10 [2022-05-05T09:29:54.185Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:29:54.185Z] > git --version # timeout=10 [2022-05-05T09:29:54.192Z] > git --version # 'git version 2.17.1' [2022-05-05T09:29:54.193Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:29:54.194Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:29:54.357Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:29:54.357Z] > git --version # timeout=10 [2022-05-05T09:29:54.369Z] > git --version # 'git version 2.17.1' [2022-05-05T09:29:54.369Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:29:54.371Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:29:56.602Z] #19 58.78 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-05-05T09:29:56.602Z] #19 58.78 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:29:56.602Z] #19 58.78 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:29:56.602Z] #19 58.81 Selecting previously unselected package patch. [2022-05-05T09:29:56.602Z] #19 58.81 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-05-05T09:29:56.602Z] #19 58.82 Unpacking patch (2.7.6-7) ... [2022-05-05T09:29:56.602Z] #19 58.85 Selecting previously unselected package dpkg-dev. [2022-05-05T09:29:56.602Z] #19 58.85 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-05-05T09:29:56.602Z] #19 58.86 Unpacking dpkg-dev (1.20.9) ... [2022-05-05T09:29:56.602Z] #19 58.98 Selecting previously unselected package libconfig-inifiles-perl. [2022-05-05T09:29:56.602Z] #19 58.99 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-05-05T09:29:56.602Z] #19 58.99 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-05-05T09:29:56.602Z] #19 59.02 Selecting previously unselected package libio-string-perl. [2022-05-05T09:29:56.602Z] #19 59.02 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-05-05T09:29:56.602Z] #19 59.02 Unpacking libio-string-perl (1.08-3.1) ... [2022-05-05T09:29:56.602Z] #19 59.05 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:29:56.602Z] #19 59.05 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:29:56.602Z] #19 59.06 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:29:57.544Z] #19 60.33 Selecting previously unselected package libxml2:amd64. [2022-05-05T09:29:57.544Z] #19 60.33 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-05T09:29:57.544Z] #19 60.39 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:29:58.116Z] #19 60.73 Selecting previously unselected package libxml-namespacesupport-perl. [2022-05-05T09:29:58.116Z] #19 60.73 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-05-05T09:29:58.116Z] #19 60.74 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-05T09:29:58.116Z] #19 60.76 Selecting previously unselected package libxml-sax-base-perl. [2022-05-05T09:29:58.116Z] #19 60.77 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-05-05T09:29:58.116Z] #19 60.77 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-05-05T09:29:58.116Z] #19 60.81 Selecting previously unselected package libxml-sax-perl. [2022-05-05T09:29:58.116Z] #19 60.81 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-05-05T09:29:58.116Z] #19 60.81 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-05-05T09:29:58.116Z] #19 60.85 Selecting previously unselected package libxml-libxml-perl. [2022-05-05T09:29:58.116Z] #19 60.86 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-05-05T09:29:58.116Z] #19 60.86 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-05T09:29:58.116Z] #19 60.92 Selecting previously unselected package libxml-simple-perl. [2022-05-05T09:29:58.116Z] #19 60.92 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-05-05T09:29:58.116Z] #19 60.93 Unpacking libxml-simple-perl (2.25-1) ... [2022-05-05T09:29:58.116Z] #19 60.96 Selecting previously unselected package libyaml-perl. [2022-05-05T09:29:58.116Z] #19 60.96 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-05-05T09:29:58.116Z] #19 60.97 Unpacking libyaml-perl (1.30-1) ... [2022-05-05T09:29:58.116Z] #19 61.00 Selecting previously unselected package libconfig-auto-perl. [2022-05-05T09:29:58.116Z] #19 61.01 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-05-05T09:29:58.116Z] #19 61.01 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-05-05T09:29:58.116Z] #19 61.03 Selecting previously unselected package libfile-which-perl. [2022-05-05T09:29:58.116Z] #19 61.03 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-05-05T09:29:58.377Z] #19 61.04 Unpacking libfile-which-perl (1.23-1) ... [2022-05-05T09:29:58.377Z] #19 61.07 Selecting previously unselected package libfile-homedir-perl. [2022-05-05T09:29:58.377Z] #19 61.07 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-05-05T09:29:58.377Z] #19 61.07 Unpacking libfile-homedir-perl (1.006-1) ... [2022-05-05T09:29:58.377Z] #19 61.11 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-05-05T09:29:58.377Z] #19 61.11 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-05-05T09:29:58.377Z] #19 61.11 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-05T09:29:58.377Z] #19 61.15 Selecting previously unselected package dpkg-cross. [2022-05-05T09:29:58.377Z] #19 61.16 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-05-05T09:29:58.377Z] #19 61.16 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-05-05T09:29:58.377Z] #19 61.20 Selecting previously unselected package crossbuild-essential-arm64. [2022-05-05T09:29:58.377Z] #19 61.20 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-05-05T09:29:58.377Z] #19 61.20 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-05-05T09:29:58.377Z] #19 61.23 Selecting previously unselected package libc6-armel-cross. [2022-05-05T09:29:58.377Z] #19 61.23 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-05-05T09:29:58.377Z] #19 61.23 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-05-05T09:29:58.639Z] #19 61.36 Selecting previously unselected package libgcc-s1-armel-cross. [2022-05-05T09:29:58.639Z] #19 61.36 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:58.639Z] #19 61.37 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:58.639Z] #19 61.39 Selecting previously unselected package libgomp1-armel-cross. [2022-05-05T09:29:58.639Z] #19 61.40 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:58.639Z] #19 61.40 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:58.639Z] #19 61.43 Selecting previously unselected package libatomic1-armel-cross. [2022-05-05T09:29:58.639Z] #19 61.44 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:58.639Z] #19 61.44 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:58.639Z] #19 61.47 Selecting previously unselected package libasan6-armel-cross. [2022-05-05T09:29:58.639Z] #19 61.47 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:58.639Z] #19 61.47 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:58.900Z] #19 61.70 Selecting previously unselected package libstdc++6-armel-cross. [2022-05-05T09:29:58.900Z] #19 61.70 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:58.900Z] #19 61.70 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:58.900Z] #19 61.77 Selecting previously unselected package libubsan1-armel-cross. [2022-05-05T09:29:58.900Z] #19 61.77 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:58.900Z] #19 61.77 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:59.161Z] #19 61.87 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-05-05T09:29:59.161Z] #19 61.87 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:29:59.161Z] #19 61.87 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:29:59.161Z] #19 61.99 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-05-05T09:29:59.422Z] #19 61.99 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:29:59.422Z] #19 61.99 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-05T09:29:59.859Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0adf600ba1222228a) in /home/ubuntu/workspace/moby_PR-43563 [Pipeline] { [Pipeline] checkout [2022-05-05T09:30:00.053Z] The recommended git tool is: git [2022-05-05T09:30:00.660Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-086cfc9307e2042eb) in /home/ubuntu/workspace/moby_PR-43563 [Pipeline] { [Pipeline] checkout [2022-05-05T09:30:00.813Z] The recommended git tool is: git [2022-05-05T09:30:03.717Z] using credential docker-jenkins-github-credentials [2022-05-05T09:30:03.727Z] Cloning the remote Git repository [2022-05-05T09:30:03.727Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:30:04.312Z] using credential docker-jenkins-github-credentials [2022-05-05T09:30:04.320Z] Cloning the remote Git repository [2022-05-05T09:30:04.320Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:30:04.344Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:30:04.414Z] > git init /home/ubuntu/workspace/moby_PR-43563 # timeout=10 [2022-05-05T09:30:03.781Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:30:03.864Z] > git init /home/ubuntu/workspace/moby_PR-43563 # timeout=10 [2022-05-05T09:30:04.347Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:30:04.347Z] > git --version # timeout=10 [2022-05-05T09:30:04.371Z] > git --version # 'git version 2.25.1' [2022-05-05T09:30:04.371Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:04.373Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:04.712Z] #19 66.72 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-05-05T09:30:04.712Z] #19 66.73 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:04.712Z] #19 66.73 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-05T09:30:04.712Z] #19 66.76 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-05-05T09:30:04.712Z] #19 66.77 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-05-05T09:30:04.712Z] #19 66.77 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-05T09:30:04.712Z] #19 66.95 Selecting previously unselected package libc6-dev-armel-cross. [2022-05-05T09:30:04.712Z] #19 66.96 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:04.712Z] #19 66.96 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-05T09:30:04.712Z] #19 67.18 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-05-05T09:30:04.712Z] #19 67.18 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:04.712Z] #19 67.19 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:04.712Z] #19 67.45 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-05-05T09:30:04.712Z] #19 67.45 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:04.712Z] #19 67.45 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-05T09:30:04.733Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:30:04.734Z] > git --version # timeout=10 [2022-05-05T09:30:04.772Z] > git --version # 'git version 2.25.1' [2022-05-05T09:30:04.773Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:04.775Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:09.185Z] #19 71.95 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-05-05T09:30:09.185Z] #19 71.95 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:09.185Z] #19 71.95 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-05T09:30:09.185Z] #19 71.97 Selecting previously unselected package crossbuild-essential-armel. [2022-05-05T09:30:09.185Z] #19 71.98 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-05-05T09:30:09.185Z] #19 71.98 Unpacking crossbuild-essential-armel (12.9) ... [2022-05-05T09:30:09.185Z] #19 72.01 Selecting previously unselected package libc6-armhf-cross. [2022-05-05T09:30:09.185Z] #19 72.01 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:09.185Z] #19 72.01 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-05-05T09:30:09.446Z] #19 72.13 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-05-05T09:30:09.446Z] #19 72.13 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.446Z] #19 72.14 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.446Z] #19 72.17 Selecting previously unselected package libgomp1-armhf-cross. [2022-05-05T09:30:09.446Z] #19 72.17 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.446Z] #19 72.18 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.446Z] #19 72.21 Selecting previously unselected package libatomic1-armhf-cross. [2022-05-05T09:30:09.446Z] #19 72.21 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.446Z] #19 72.23 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.446Z] #19 72.26 Selecting previously unselected package libasan6-armhf-cross. [2022-05-05T09:30:09.446Z] #19 72.27 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.446Z] #19 72.27 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.706Z] #19 72.49 Selecting previously unselected package libstdc++6-armhf-cross. [2022-05-05T09:30:09.706Z] #19 72.49 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.706Z] #19 72.49 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.706Z] #19 72.55 Selecting previously unselected package libubsan1-armhf-cross. [2022-05-05T09:30:09.706Z] #19 72.56 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.706Z] #19 72.56 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.967Z] #19 72.66 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-05-05T09:30:09.967Z] #19 72.67 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:09.967Z] #19 72.67 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:09.967Z] #19 72.78 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-05-05T09:30:09.967Z] #19 72.78 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:09.967Z] #19 72.79 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-05T09:30:15.257Z] #19 77.85 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-05-05T09:30:15.257Z] #19 77.85 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:15.257Z] #19 77.92 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-05T09:30:15.517Z] #19 78.22 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-05-05T09:30:15.517Z] #19 78.22 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-05-05T09:30:15.517Z] #19 78.28 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-05T09:30:15.778Z] #19 78.52 Selecting previously unselected package libc6-dev-armhf-cross. [2022-05-05T09:30:15.778Z] #19 78.52 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:15.778Z] #19 78.52 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-05T09:30:16.039Z] #19 78.74 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-05-05T09:30:16.039Z] #19 78.74 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:16.039Z] #19 78.75 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:16.039Z] #19 79.00 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-05-05T09:30:16.301Z] #19 79.01 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:16.301Z] #19 79.01 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-05T09:30:17.334Z] Fetching without tags [2022-05-05T09:30:17.564Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:18.041Z] Fetching without tags [2022-05-05T09:30:18.492Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:18.574Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:18.574Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:30:17.930Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:17.950Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:30:17.970Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:17.990Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:18.021Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:30:18.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:18.023Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:18.479Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:18.505Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:17.216Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:17.251Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:30:17.275Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:17.300Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:17.336Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:30:17.337Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:17.338Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:17.578Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:17.604Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:18.447Z] > git remote # timeout=10 [2022-05-05T09:30:18.479Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:30:18.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:18.520Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:30:18.549Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-05T09:30:18.575Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:18.595Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:19.487Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:19.488Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:30:20.342Z] Fetching without tags [2022-05-05T09:30:20.555Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:19.365Z] > git remote # timeout=10 [2022-05-05T09:30:19.388Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:30:19.417Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:19.418Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:30:19.444Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-05T09:30:19.470Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:19.485Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:21.141Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:21.141Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:30:21.591Z] #19 83.45 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-05-05T09:30:21.591Z] #19 83.45 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:21.591Z] #19 83.45 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-05T09:30:21.591Z] #19 83.48 Selecting previously unselected package crossbuild-essential-armhf. [2022-05-05T09:30:21.591Z] #19 83.48 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.49 Unpacking crossbuild-essential-armhf (12.9) ... [2022-05-05T09:30:21.591Z] #19 83.52 Selecting previously unselected package libc6-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 83.52 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.52 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-05T09:30:21.591Z] #19 83.68 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 83.68 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.69 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 83.72 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 83.72 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.73 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 83.76 Selecting previously unselected package libitm1-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 83.77 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.77 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 83.80 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 83.80 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.81 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 83.84 Selecting previously unselected package libasan6-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 83.84 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 83.84 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 84.08 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 84.08 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 84.08 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 84.19 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 84.19 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 84.19 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.591Z] #19 84.42 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-05-05T09:30:21.591Z] #19 84.42 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.591Z] #19 84.42 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.852Z] #19 84.50 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-05-05T09:30:21.852Z] #19 84.50 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.852Z] #19 84.51 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.852Z] #19 84.61 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-05-05T09:30:21.852Z] #19 84.61 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.852Z] #19 84.61 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:21.852Z] #19 84.65 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-05-05T09:30:21.852Z] #19 84.65 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:21.852Z] #19 84.66 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:20.313Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:20.318Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:30:20.325Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:20.333Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:20.343Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:30:20.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:20.344Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:20.560Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:20.568Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:21.090Z] > git remote # timeout=10 [2022-05-05T09:30:21.108Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:30:21.118Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:21.119Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:30:21.131Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-05T09:30:21.142Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:21.145Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:22.113Z] #19 84.83 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-05-05T09:30:22.113Z] #19 84.83 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:22.113Z] #19 84.84 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:23.012Z] Commit message: "daemon: fix some minor nits" [2022-05-05T09:30:23.277Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:30:23.475Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:23.757Z] Commit message: "daemon: fix some minor nits" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:30:24.149Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:30:24.149Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:30:24.153Z] + docker version [2022-05-05T09:30:24.758Z] + docker version [2022-05-05T09:30:24.961Z] Commit message: "daemon: fix some minor nits" [2022-05-05T09:30:23.237Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:23.242Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:30:23.252Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:23.267Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:30:23.279Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:30:23.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:23.280Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:30:23.481Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:23.500Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:30:24.085Z] > git remote # timeout=10 [2022-05-05T09:30:24.100Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:30:24.116Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:30:24.117Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:30:24.135Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-05T09:30:24.150Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:30:24.162Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:30:25.947Z] + docker version [2022-05-05T09:30:27.402Z] #19 89.37 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-05-05T09:30:27.402Z] #19 89.38 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:27.402Z] #19 89.38 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:27.402Z] #19 89.41 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-05-05T09:30:27.402Z] #19 89.41 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-05-05T09:30:27.402Z] #19 89.42 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-05T09:30:27.402Z] #19 89.59 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-05-05T09:30:27.402Z] #19 89.59 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:27.402Z] #19 89.60 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-05T09:30:27.402Z] #19 89.86 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-05-05T09:30:27.402Z] #19 89.87 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:27.402Z] #19 89.87 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:27.402Z] #19 90.12 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-05-05T09:30:27.402Z] #19 90.12 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:27.402Z] #19 90.13 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:27.987Z] Commit message: "daemon: fix some minor nits" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:30:28.909Z] + docker version [2022-05-05T09:30:30.697Z] Client: Docker Engine - Community [2022-05-05T09:30:30.697Z] Version: 20.10.14 [2022-05-05T09:30:30.697Z] API version: 1.41 [2022-05-05T09:30:30.697Z] Go version: go1.16.15 [2022-05-05T09:30:30.697Z] Git commit: a224086 [2022-05-05T09:30:30.697Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-05T09:30:30.697Z] OS/Arch: linux/amd64 [2022-05-05T09:30:30.697Z] Context: default [2022-05-05T09:30:30.697Z] Experimental: true [2022-05-05T09:30:30.697Z] [2022-05-05T09:30:30.697Z] Server: Docker Engine - Community [2022-05-05T09:30:30.697Z] Engine: [2022-05-05T09:30:30.697Z] Version: 20.10.14 [2022-05-05T09:30:30.697Z] API version: 1.41 (minimum version 1.12) [2022-05-05T09:30:30.697Z] Go version: go1.16.15 [2022-05-05T09:30:30.697Z] Git commit: 87a90dc [2022-05-05T09:30:30.697Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-05T09:30:30.697Z] OS/Arch: linux/amd64 [2022-05-05T09:30:30.697Z] Experimental: true [2022-05-05T09:30:30.697Z] containerd: [2022-05-05T09:30:30.697Z] Version: 1.5.11 [2022-05-05T09:30:30.697Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:30.697Z] runc: [2022-05-05T09:30:30.697Z] Version: 1.0.3 [2022-05-05T09:30:30.697Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-05T09:30:30.697Z] docker-init: [2022-05-05T09:30:30.697Z] Version: 0.19.0 [2022-05-05T09:30:30.697Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-05T09:30:31.053Z] + docker info [2022-05-05T09:30:31.325Z] Client: Docker Engine - Community [2022-05-05T09:30:31.325Z] Version: 20.10.14 [2022-05-05T09:30:31.325Z] API version: 1.41 [2022-05-05T09:30:31.325Z] Go version: go1.16.15 [2022-05-05T09:30:31.325Z] Git commit: a224086 [2022-05-05T09:30:31.325Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-05T09:30:31.325Z] OS/Arch: linux/amd64 [2022-05-05T09:30:31.325Z] Context: default [2022-05-05T09:30:31.325Z] Experimental: true [2022-05-05T09:30:31.325Z] [2022-05-05T09:30:31.325Z] Server: Docker Engine - Community [2022-05-05T09:30:31.325Z] Engine: [2022-05-05T09:30:31.325Z] Version: 20.10.14 [2022-05-05T09:30:31.325Z] API version: 1.41 (minimum version 1.12) [2022-05-05T09:30:31.325Z] Go version: go1.16.15 [2022-05-05T09:30:31.325Z] Git commit: 87a90dc [2022-05-05T09:30:31.325Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-05T09:30:31.325Z] OS/Arch: linux/amd64 [2022-05-05T09:30:31.325Z] Experimental: true [2022-05-05T09:30:31.325Z] containerd: [2022-05-05T09:30:31.325Z] Version: 1.5.11 [2022-05-05T09:30:31.325Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:31.325Z] runc: [2022-05-05T09:30:31.325Z] Version: 1.0.3 [2022-05-05T09:30:31.325Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-05T09:30:31.325Z] docker-init: [2022-05-05T09:30:31.325Z] Version: 0.19.0 [2022-05-05T09:30:31.325Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-05T09:30:31.605Z] #19 94.45 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-05-05T09:30:31.691Z] + docker info [2022-05-05T09:30:31.866Z] #19 94.45 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:31.866Z] #19 94.46 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:31.866Z] #19 94.49 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-05-05T09:30:31.866Z] #19 94.49 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-05-05T09:30:31.866Z] #19 94.49 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-05-05T09:30:31.866Z] #19 94.53 Selecting previously unselected package libc6-s390x-cross. [2022-05-05T09:30:31.866Z] #19 94.53 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:31.866Z] #19 94.53 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-05-05T09:30:31.866Z] #19 94.66 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-05-05T09:30:31.866Z] #19 94.66 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:31.866Z] #19 94.67 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:31.866Z] #19 94.70 Selecting previously unselected package libgomp1-s390x-cross. [2022-05-05T09:30:31.866Z] #19 94.70 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:31.866Z] #19 94.70 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:31.866Z] #19 94.74 Selecting previously unselected package libitm1-s390x-cross. [2022-05-05T09:30:31.866Z] #19 94.74 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:31.866Z] #19 94.74 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:31.866Z] #19 94.78 Selecting previously unselected package libatomic1-s390x-cross. [2022-05-05T09:30:31.866Z] #19 94.78 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:31.866Z] #19 94.78 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:31.866Z] #19 94.81 Selecting previously unselected package libasan6-s390x-cross. [2022-05-05T09:30:32.126Z] #19 94.81 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:32.126Z] #19 94.82 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:32.388Z] #19 95.04 Selecting previously unselected package libstdc++6-s390x-cross. [2022-05-05T09:30:32.388Z] #19 95.04 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:32.388Z] #19 95.04 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:32.388Z] #19 95.12 Selecting previously unselected package libubsan1-s390x-cross. [2022-05-05T09:30:32.388Z] #19 95.12 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:32.388Z] #19 95.12 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:32.388Z] #19 95.22 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-05-05T09:30:32.388Z] #19 95.22 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:32.388Z] #19 95.23 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:32.388Z] #19 95.33 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-05-05T09:30:32.537Z] Client: Docker Engine - Community [2022-05-05T09:30:32.537Z] Version: 20.10.14 [2022-05-05T09:30:32.537Z] API version: 1.41 [2022-05-05T09:30:32.537Z] Go version: go1.16.15 [2022-05-05T09:30:32.537Z] Git commit: a224086 [2022-05-05T09:30:32.537Z] Built: Thu Mar 24 01:47:20 2022 [2022-05-05T09:30:32.537Z] OS/Arch: linux/arm64 [2022-05-05T09:30:32.537Z] Context: default [2022-05-05T09:30:32.537Z] Experimental: true [2022-05-05T09:30:32.537Z] [2022-05-05T09:30:32.537Z] Server: Docker Engine - Community [2022-05-05T09:30:32.537Z] Engine: [2022-05-05T09:30:32.537Z] Version: 20.10.14 [2022-05-05T09:30:32.537Z] API version: 1.41 (minimum version 1.12) [2022-05-05T09:30:32.537Z] Go version: go1.16.15 [2022-05-05T09:30:32.537Z] Git commit: 87a90dc [2022-05-05T09:30:32.537Z] Built: Thu Mar 24 01:45:39 2022 [2022-05-05T09:30:32.537Z] OS/Arch: linux/arm64 [2022-05-05T09:30:32.537Z] Experimental: true [2022-05-05T09:30:32.537Z] containerd: [2022-05-05T09:30:32.537Z] Version: 1.5.11 [2022-05-05T09:30:32.537Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:32.537Z] runc: [2022-05-05T09:30:32.537Z] Version: 1.0.3 [2022-05-05T09:30:32.537Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-05T09:30:32.537Z] docker-init: [2022-05-05T09:30:32.537Z] Version: 0.19.0 [2022-05-05T09:30:32.537Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-05T09:30:32.649Z] #19 95.34 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:32.649Z] #19 95.34 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:32.857Z] + docker info [2022-05-05T09:30:35.495Z] Client: Docker Engine - Community [2022-05-05T09:30:35.495Z] Version: 20.10.14 [2022-05-05T09:30:35.495Z] API version: 1.41 [2022-05-05T09:30:35.495Z] Go version: go1.16.15 [2022-05-05T09:30:35.495Z] Git commit: a224086 [2022-05-05T09:30:35.495Z] Built: Thu Mar 24 01:48:02 2022 [2022-05-05T09:30:35.495Z] OS/Arch: linux/amd64 [2022-05-05T09:30:35.495Z] Context: default [2022-05-05T09:30:35.495Z] Experimental: true [2022-05-05T09:30:35.495Z] [2022-05-05T09:30:35.495Z] Server: Docker Engine - Community [2022-05-05T09:30:35.495Z] Engine: [2022-05-05T09:30:35.495Z] Version: 20.10.14 [2022-05-05T09:30:35.495Z] API version: 1.41 (minimum version 1.12) [2022-05-05T09:30:35.495Z] Go version: go1.16.15 [2022-05-05T09:30:35.495Z] Git commit: 87a90dc [2022-05-05T09:30:35.495Z] Built: Thu Mar 24 01:45:53 2022 [2022-05-05T09:30:35.495Z] OS/Arch: linux/amd64 [2022-05-05T09:30:35.495Z] Experimental: true [2022-05-05T09:30:35.495Z] containerd: [2022-05-05T09:30:35.495Z] Version: 1.5.11 [2022-05-05T09:30:35.495Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:35.495Z] runc: [2022-05-05T09:30:35.495Z] Version: 1.0.3 [2022-05-05T09:30:35.495Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-05T09:30:35.495Z] docker-init: [2022-05-05T09:30:35.495Z] Version: 0.19.0 [2022-05-05T09:30:35.495Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-05T09:30:35.809Z] + docker info [2022-05-05T09:30:36.865Z] #19 99.68 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-05-05T09:30:36.865Z] #19 99.68 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:36.865Z] #19 99.69 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:36.865Z] #19 99.71 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-05-05T09:30:36.865Z] #19 99.72 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-05-05T09:30:36.865Z] #19 99.72 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-05T09:30:37.126Z] #19 99.90 Selecting previously unselected package libc6-dev-s390x-cross. [2022-05-05T09:30:37.126Z] #19 99.90 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-05-05T09:30:37.126Z] #19 99.91 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-05T09:30:37.386Z] #19 100.1 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-05-05T09:30:37.386Z] #19 100.1 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-05T09:30:37.386Z] #19 100.1 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:37.657Z] #19 100.4 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-05-05T09:30:37.657Z] #19 100.4 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-05T09:30:37.657Z] #19 100.4 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:41.868Z] #19 104.6 Selecting previously unselected package g++-s390x-linux-gnu. [2022-05-05T09:30:41.868Z] #19 104.6 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-05T09:30:41.868Z] #19 104.6 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:41.868Z] #19 104.6 Selecting previously unselected package crossbuild-essential-s390x. [2022-05-05T09:30:41.868Z] #19 104.6 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-05-05T09:30:41.868Z] #19 104.6 Unpacking crossbuild-essential-s390x (12.9) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up libfile-which-perl (1.23-1) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:30:41.868Z] #19 104.7 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:30:41.868Z] #19 104.8 Setting up libmagic-mgc (1:5.39-3) ... [2022-05-05T09:30:41.868Z] #19 104.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-05T09:30:41.868Z] #19 104.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-05-05T09:30:41.868Z] #19 104.8 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-05-05T09:30:41.868Z] #19 104.8 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-05T09:30:42.128Z] #19 104.8 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-05T09:30:42.128Z] #19 104.8 Setting up file (1:5.39-3) ... [2022-05-05T09:30:42.128Z] #19 104.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up bzip2 (1.0.8-4) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up libyaml-perl (1.30-1) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up libio-string-perl (1.08-3.1) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-05T09:30:42.128Z] #19 104.9 Setting up cross-config (2.6.18+nmu1) ... [2022-05-05T09:30:42.128Z] #19 105.0 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:30:42.389Z] #19 105.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-05T09:30:42.389Z] #19 105.0 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up patch (2.7.6-7) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up libfile-homedir-perl (1.006-1) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-05T09:30:42.389Z] #19 105.3 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.4 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:42.650Z] #19 105.5 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-05-05T09:30:42.911Z] #19 105.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-05-05T09:30:42.911Z] #19 105.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-05T09:30:42.911Z] #19 105.8 [2022-05-05T09:30:42.911Z] #19 105.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-05T09:30:43.171Z] #19 105.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.8 Setting up dpkg-dev (1.20.9) ... [2022-05-05T09:30:43.172Z] #19 105.8 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 105.9 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 106.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 106.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 106.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.172Z] #19 106.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-05T09:30:43.172Z] #19 106.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-05-05T09:30:43.432Z] #19 106.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-05-05T09:30:43.432Z] #19 106.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-05T09:30:43.432Z] #19 106.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-05T09:30:43.432Z] #19 106.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.432Z] #19 106.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.432Z] #19 106.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.432Z] #19 106.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-05T09:30:43.432Z] #19 106.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.432Z] #19 106.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.432Z] #19 106.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:43.432Z] #19 106.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.4 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up libxml-simple-perl (2.25-1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.6 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-05-05T09:30:43.693Z] #19 106.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.693Z] #19 106.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-05T09:30:43.953Z] #19 106.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:43.953Z] #19 106.7 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-05T09:30:43.953Z] #19 106.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:43.953Z] #19 106.8 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-05-05T09:30:43.953Z] #19 106.8 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:44.214Z] #19 106.8 Setting up crossbuild-essential-armel (12.9) ... [2022-05-05T09:30:44.214Z] #19 106.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-05T09:30:44.214Z] #19 106.8 Setting up crossbuild-essential-armhf (12.9) ... [2022-05-05T09:30:44.214Z] #19 106.9 Setting up crossbuild-essential-arm64 (12.9) ... [2022-05-05T09:30:44.214Z] #19 106.9 Setting up crossbuild-essential-s390x (12.9) ... [2022-05-05T09:30:44.214Z] #19 106.9 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-05-05T09:30:44.214Z] #19 106.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:30:45.095Z] Client: [2022-05-05T09:30:45.096Z] Context: default [2022-05-05T09:30:45.096Z] Debug Mode: false [2022-05-05T09:30:45.096Z] Plugins: [2022-05-05T09:30:45.096Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-05T09:30:45.096Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-05T09:30:45.096Z] [2022-05-05T09:30:45.096Z] Server: [2022-05-05T09:30:45.096Z] Containers: 0 [2022-05-05T09:30:45.096Z] Running: 0 [2022-05-05T09:30:45.096Z] Paused: 0 [2022-05-05T09:30:45.096Z] Stopped: 0 [2022-05-05T09:30:45.096Z] Images: 0 [2022-05-05T09:30:45.096Z] Server Version: 20.10.14 [2022-05-05T09:30:45.096Z] Storage Driver: overlay2 [2022-05-05T09:30:45.096Z] Backing Filesystem: extfs [2022-05-05T09:30:45.096Z] Supports d_type: true [2022-05-05T09:30:45.096Z] Native Overlay Diff: true [2022-05-05T09:30:45.096Z] userxattr: false [2022-05-05T09:30:45.096Z] Logging Driver: json-file [2022-05-05T09:30:45.096Z] Cgroup Driver: cgroupfs [2022-05-05T09:30:45.096Z] Cgroup Version: 1 [2022-05-05T09:30:45.096Z] Plugins: [2022-05-05T09:30:45.096Z] Volume: local [2022-05-05T09:30:45.096Z] Network: bridge host ipvlan macvlan null overlay [2022-05-05T09:30:45.096Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-05T09:30:45.096Z] Swarm: inactive [2022-05-05T09:30:45.096Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-05T09:30:45.096Z] Default Runtime: runc [2022-05-05T09:30:45.096Z] Init Binary: docker-init [2022-05-05T09:30:45.096Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:45.096Z] runc version: v1.0.3-0-gf46b6ba [2022-05-05T09:30:45.096Z] init version: de40ad0 [2022-05-05T09:30:45.096Z] Security Options: [2022-05-05T09:30:45.096Z] apparmor [2022-05-05T09:30:45.096Z] seccomp [2022-05-05T09:30:45.096Z] Profile: default [2022-05-05T09:30:45.096Z] Kernel Version: 5.13.0-1021-aws [2022-05-05T09:30:45.096Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-05T09:30:45.096Z] OSType: linux [2022-05-05T09:30:45.096Z] Architecture: aarch64 [2022-05-05T09:30:45.096Z] CPUs: 2 [2022-05-05T09:30:45.096Z] Total Memory: 7.578GiB [2022-05-05T09:30:45.096Z] Name: ip-10-100-52-206 [2022-05-05T09:30:45.096Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-05-05T09:30:45.096Z] Docker Root Dir: /var/lib/docker [2022-05-05T09:30:45.096Z] Debug Mode: false [2022-05-05T09:30:45.096Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:30:45.096Z] Labels: [2022-05-05T09:30:45.096Z] Experimental: true [2022-05-05T09:30:45.096Z] Insecure Registries: [2022-05-05T09:30:45.096Z] 127.0.0.0/8 [2022-05-05T09:30:45.096Z] Live Restore Enabled: true [2022-05-05T09:30:45.096Z] [Pipeline] sh [2022-05-05T09:30:45.162Z] #19 DONE 107.9s [2022-05-05T09:30:45.162Z] [2022-05-05T09:30:45.162Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-05T09:30:45.162Z] #71 sha256:ad2a78140ae2e234679fff587264e8f4b8d5025c24e789f2ab598018dba23372 [2022-05-05T09:30:45.384Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:30:45.384Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:30:45.384Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43563/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-05T09:30:45.384Z] + bash /home/ubuntu/workspace/moby_PR-43563/check-config.sh [2022-05-05T09:30:45.384Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-05T09:30:45.384Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-05-05T09:30:45.384Z] [2022-05-05T09:30:45.384Z] Generally Necessary: [2022-05-05T09:30:45.384Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-05T09:30:45.384Z] - apparmor: enabled and tools installed [2022-05-05T09:30:45.384Z] - CONFIG_NAMESPACES: enabled [2022-05-05T09:30:45.384Z] - CONFIG_NET_NS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_PID_NS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_IPC_NS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_UTS_NS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_CGROUPS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-05T09:30:45.384Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-05T09:30:45.384Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-05T09:30:45.384Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-05T09:30:45.384Z] - CONFIG_CPUSETS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_MEMCG: enabled [2022-05-05T09:30:45.384Z] - CONFIG_KEYS: enabled [2022-05-05T09:30:45.384Z] - CONFIG_VETH: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-05T09:30:45.384Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-05T09:30:45.423Z] #71 DONE 0.1s [2022-05-05T09:30:45.423Z] [2022-05-05T09:30:45.423Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-05T09:30:45.423Z] #32 sha256:6cd184dc792de87feb797e4659bd7b7c531d4a93a78a026a33dce188cf24df1e [2022-05-05T09:30:45.423Z] #32 DONE 0.2s [2022-05-05T09:30:45.423Z] [2022-05-05T09:30:45.423Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:30:45.423Z] #72 sha256:85c0424ab9106f678c1f5995b398b2ab94be74c666bfcaa6d3f531a84f8db54a [2022-05-05T09:30:45.645Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-05T09:30:45.645Z] - CONFIG_CGROUP_BPF: enabled [2022-05-05T09:30:45.645Z] [2022-05-05T09:30:45.645Z] Optional Features: [2022-05-05T09:30:45.645Z] - CONFIG_USER_NS: enabled [2022-05-05T09:30:45.645Z] - CONFIG_SECCOMP: enabled [2022-05-05T09:30:45.645Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-05T09:30:45.645Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-05T09:30:45.645Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-05T09:30:45.645Z] (cgroup swap accounting is currently enabled) [2022-05-05T09:30:45.645Z] - CONFIG_BLK_CGROUP: enabled [2022-05-05T09:30:45.645Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-05T09:30:45.645Z] - CONFIG_CGROUP_PERF: enabled [2022-05-05T09:30:45.645Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-05T09:30:45.645Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-05T09:30:45.645Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-05T09:30:45.645Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-05T09:30:45.645Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-05T09:30:45.645Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_IP_VS: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-05T09:30:45.645Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-05T09:30:45.645Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-05T09:30:45.645Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-05T09:30:45.645Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-05T09:30:45.645Z] - CONFIG_EXT4_FS: enabled [2022-05-05T09:30:45.645Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-05T09:30:45.645Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-05T09:30:45.645Z] - Network Drivers: [2022-05-05T09:30:45.645Z] - "overlay": [2022-05-05T09:30:45.645Z] - CONFIG_VXLAN: enabled (as module) [2022-05-05T09:30:45.645Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-05T09:30:45.645Z] Optional (for encrypted networks): [2022-05-05T09:30:45.906Z] - CONFIG_CRYPTO: enabled [2022-05-05T09:30:45.906Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-05T09:30:45.906Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-05T09:30:45.906Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-05T09:30:45.906Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-05T09:30:45.906Z] - CONFIG_XFRM: enabled [2022-05-05T09:30:45.906Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-05T09:30:45.906Z] - "ipvlan": [2022-05-05T09:30:45.906Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-05T09:30:45.906Z] - "macvlan": [2022-05-05T09:30:45.906Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_DUMMY: enabled (as module) [2022-05-05T09:30:45.906Z] - "ftp,tftp client in container": [2022-05-05T09:30:45.906Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-05T09:30:45.906Z] - Storage Drivers: [2022-05-05T09:30:45.906Z] - "aufs": [2022-05-05T09:30:45.906Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-05T09:30:45.906Z] - "btrfs": [2022-05-05T09:30:45.906Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-05T09:30:45.906Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-05T09:30:45.906Z] - "devicemapper": [2022-05-05T09:30:45.906Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-05T09:30:45.906Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-05T09:30:45.906Z] - "overlay": [2022-05-05T09:30:45.906Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-05T09:30:45.906Z] - "zfs": [2022-05-05T09:30:45.906Z] - /dev/zfs: present [2022-05-05T09:30:45.906Z] - zfs command: missing [2022-05-05T09:30:45.906Z] - zpool command: missing [2022-05-05T09:30:45.906Z] [2022-05-05T09:30:45.906Z] Limits: [2022-05-05T09:30:45.906Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-05T09:30:45.906Z] [2022-05-05T09:30:45.906Z] + true [Pipeline] } [2022-05-05T09:30:45.927Z] Client: [2022-05-05T09:30:45.927Z] Context: default [2022-05-05T09:30:45.927Z] Debug Mode: false [2022-05-05T09:30:45.927Z] Plugins: [2022-05-05T09:30:45.927Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-05T09:30:45.927Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-05T09:30:45.927Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-05T09:30:45.927Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-05T09:30:45.927Z] [2022-05-05T09:30:45.927Z] Server: [2022-05-05T09:30:45.927Z] Containers: 0 [2022-05-05T09:30:45.927Z] Running: 0 [2022-05-05T09:30:45.927Z] Paused: 0 [2022-05-05T09:30:45.927Z] Stopped: 0 [2022-05-05T09:30:45.927Z] Images: 0 [2022-05-05T09:30:45.927Z] Server Version: 20.10.14 [2022-05-05T09:30:45.927Z] Storage Driver: overlay2 [2022-05-05T09:30:45.927Z] Backing Filesystem: extfs [2022-05-05T09:30:45.927Z] Supports d_type: true [2022-05-05T09:30:45.927Z] Native Overlay Diff: true [2022-05-05T09:30:45.927Z] userxattr: false [2022-05-05T09:30:45.927Z] Logging Driver: json-file [2022-05-05T09:30:45.927Z] Cgroup Driver: cgroupfs [2022-05-05T09:30:45.927Z] Cgroup Version: 1 [2022-05-05T09:30:45.927Z] Plugins: [2022-05-05T09:30:45.927Z] Volume: local [2022-05-05T09:30:45.927Z] Network: bridge host ipvlan macvlan null overlay [2022-05-05T09:30:45.928Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-05T09:30:45.928Z] Swarm: inactive [2022-05-05T09:30:45.928Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-05T09:30:45.928Z] Default Runtime: runc [2022-05-05T09:30:45.928Z] Init Binary: docker-init [2022-05-05T09:30:45.928Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:45.928Z] runc version: v1.0.3-0-gf46b6ba [2022-05-05T09:30:45.928Z] init version: de40ad0 [2022-05-05T09:30:45.928Z] Security Options: [2022-05-05T09:30:45.928Z] apparmor [2022-05-05T09:30:45.928Z] seccomp [2022-05-05T09:30:45.928Z] Profile: default [2022-05-05T09:30:45.928Z] Kernel Version: 5.4.0-1071-aws [2022-05-05T09:30:45.928Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-05T09:30:45.928Z] OSType: linux [2022-05-05T09:30:45.928Z] Architecture: x86_64 [2022-05-05T09:30:45.928Z] CPUs: 2 [2022-05-05T09:30:45.928Z] Total Memory: 7.565GiB [2022-05-05T09:30:45.928Z] Name: ip-10-100-72-227 [2022-05-05T09:30:45.928Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-05T09:30:45.928Z] Docker Root Dir: /var/lib/docker [2022-05-05T09:30:45.928Z] Debug Mode: false [2022-05-05T09:30:45.928Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:30:45.928Z] Labels: [2022-05-05T09:30:45.928Z] Experimental: true [2022-05-05T09:30:45.928Z] Insecure Registries: [2022-05-05T09:30:45.928Z] 127.0.0.0/8 [2022-05-05T09:30:45.928Z] Live Restore Enabled: true [2022-05-05T09:30:45.928Z] [2022-05-05T09:30:45.928Z] WARNING: No swap limit support [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-05T09:30:46.218Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:30:46.218Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:30:46.218Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43563/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-05T09:30:46.218Z] + bash /home/ubuntu/workspace/moby_PR-43563/check-config.sh [2022-05-05T09:30:46.218Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-05T09:30:46.218Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-05T09:30:46.218Z] [2022-05-05T09:30:46.218Z] Generally Necessary: [2022-05-05T09:30:46.218Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-05T09:30:46.218Z] - apparmor: enabled and tools installed [2022-05-05T09:30:46.218Z] - CONFIG_NAMESPACES: enabled [2022-05-05T09:30:46.218Z] - CONFIG_NET_NS: enabled [2022-05-05T09:30:46.218Z] - CONFIG_PID_NS: enabled [2022-05-05T09:30:46.218Z] - CONFIG_IPC_NS: enabled [2022-05-05T09:30:46.218Z] - CONFIG_UTS_NS: enabled [2022-05-05T09:30:46.218Z] - CONFIG_CGROUPS: enabled [2022-05-05T09:30:46.218Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-05T09:30:46.218Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-05T09:30:46.218Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-05T09:30:46.218Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-05T09:30:46.218Z] - CONFIG_CPUSETS: enabled [2022-05-05T09:30:46.218Z] - CONFIG_MEMCG: enabled [2022-05-05T09:30:46.327Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d6115b8f407d8975534988ead723c1da5ce022b1 . [2022-05-05T09:30:46.367Z] #72 1.253 + RM_GOPATH=0 [2022-05-05T09:30:46.367Z] #72 1.253 + TMP_GOPATH= [2022-05-05T09:30:46.367Z] #72 1.254 + : /build [2022-05-05T09:30:46.367Z] #72 1.254 + '[' -z '' ']' [2022-05-05T09:30:46.367Z] #72 1.254 ++ mktemp -d [2022-05-05T09:30:46.367Z] #72 1.255 + export GOPATH=/tmp/tmp.J9YwElfgwD [2022-05-05T09:30:46.367Z] #72 1.255 + GOPATH=/tmp/tmp.J9YwElfgwD [2022-05-05T09:30:46.367Z] #72 1.256 + RM_GOPATH=1 [2022-05-05T09:30:46.367Z] #72 1.256 + case "$(go env GOARCH)" in [2022-05-05T09:30:46.367Z] #72 1.256 ++ go env GOARCH [2022-05-05T09:30:46.367Z] #72 1.261 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:30:46.367Z] #72 1.261 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:30:46.367Z] #72 1.262 ++ dirname /install.sh [2022-05-05T09:30:46.367Z] #72 1.263 + dir=/ [2022-05-05T09:30:46.367Z] #72 1.263 + bin=rootlesskit [2022-05-05T09:30:46.367Z] #72 1.263 + shift [2022-05-05T09:30:46.367Z] #72 1.263 + '[' '!' -f //rootlesskit.installer ']' [2022-05-05T09:30:46.367Z] #72 1.263 + . //rootlesskit.installer [2022-05-05T09:30:46.367Z] #72 1.263 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:30:46.367Z] #72 1.263 + install_rootlesskit [2022-05-05T09:30:46.367Z] #72 1.263 + case "$1" in [2022-05-05T09:30:46.367Z] #72 1.263 + export CGO_ENABLED=0 [2022-05-05T09:30:46.367Z] #72 1.263 + CGO_ENABLED=0 [2022-05-05T09:30:46.367Z] #72 1.263 + _install_rootlesskit [2022-05-05T09:30:46.367Z] #72 1.264 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:30:46.367Z] #72 1.264 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-05T09:30:46.367Z] #72 1.264 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:30:46.367Z] #72 1.264 + GOBIN=/build [2022-05-05T09:30:46.367Z] #72 1.264 + GO111MODULE=on [2022-05-05T09:30:46.367Z] #72 1.264 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:30:46.482Z] - CONFIG_KEYS: enabled [2022-05-05T09:30:46.482Z] - CONFIG_VETH: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-05T09:30:46.482Z] - CONFIG_CGROUP_BPF: enabled [2022-05-05T09:30:46.482Z] [2022-05-05T09:30:46.482Z] Optional Features: [2022-05-05T09:30:46.482Z] - CONFIG_USER_NS: enabled [2022-05-05T09:30:46.482Z] - CONFIG_SECCOMP: enabled [2022-05-05T09:30:46.482Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-05T09:30:46.482Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-05T09:30:46.482Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-05T09:30:46.482Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-05T09:30:46.482Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-05T09:30:46.482Z] - CONFIG_BLK_CGROUP: enabled [2022-05-05T09:30:46.482Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-05T09:30:46.482Z] - CONFIG_CGROUP_PERF: enabled [2022-05-05T09:30:46.482Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-05T09:30:46.482Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-05T09:30:46.482Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-05T09:30:46.482Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-05T09:30:46.482Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-05T09:30:46.482Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-05T09:30:46.482Z] - CONFIG_IP_VS: enabled (as module) [2022-05-05T09:30:46.589Z] #1 [internal] load build definition from Dockerfile [2022-05-05T09:30:46.589Z] #1 sha256:6fe7dc4d3c8e5023149a10bbdb52b78d579ce186a88dc996ac4815a81856c84c [2022-05-05T09:30:46.589Z] #1 transferring dockerfile: [2022-05-05T09:30:46.589Z] #1 transferring dockerfile: 17.44kB done [2022-05-05T09:30:46.754Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-05T09:30:46.754Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-05T09:30:46.754Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-05T09:30:46.754Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-05T09:30:46.754Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-05T09:30:46.754Z] - CONFIG_EXT4_FS: enabled [2022-05-05T09:30:46.754Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-05T09:30:46.754Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-05T09:30:46.754Z] - Network Drivers: [2022-05-05T09:30:46.754Z] - "overlay": [2022-05-05T09:30:46.754Z] - CONFIG_VXLAN: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-05T09:30:46.754Z] Optional (for encrypted networks): [2022-05-05T09:30:46.754Z] - CONFIG_CRYPTO: enabled [2022-05-05T09:30:46.754Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-05T09:30:46.754Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-05T09:30:46.754Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-05T09:30:46.754Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-05T09:30:46.754Z] - CONFIG_XFRM: enabled [2022-05-05T09:30:46.754Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-05T09:30:46.754Z] - "ipvlan": [2022-05-05T09:30:46.754Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-05T09:30:46.754Z] - "macvlan": [2022-05-05T09:30:46.754Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_DUMMY: enabled (as module) [2022-05-05T09:30:46.754Z] - "ftp,tftp client in container": [2022-05-05T09:30:46.754Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-05T09:30:46.754Z] - Storage Drivers: [2022-05-05T09:30:46.754Z] - "aufs": [2022-05-05T09:30:46.754Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-05T09:30:46.754Z] - "btrfs": [2022-05-05T09:30:46.754Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-05T09:30:46.754Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-05T09:30:46.754Z] - "devicemapper": [2022-05-05T09:30:46.754Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-05T09:30:46.754Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-05T09:30:46.754Z] - "overlay": [2022-05-05T09:30:46.754Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-05T09:30:46.754Z] - "zfs": [2022-05-05T09:30:46.754Z] - /dev/zfs: present [2022-05-05T09:30:46.754Z] - zfs command: missing [2022-05-05T09:30:46.850Z] #1 DONE 0.4s [2022-05-05T09:30:46.850Z] [2022-05-05T09:30:46.850Z] #2 [internal] load .dockerignore [2022-05-05T09:30:46.850Z] #2 sha256:76ca1394f9dd68db952628930778087b08d003bc67c94fb94b4f783496cc9c96 [2022-05-05T09:30:46.850Z] #2 transferring context: 145B done [2022-05-05T09:30:46.850Z] #2 DONE 0.1s [2022-05-05T09:30:46.850Z] [2022-05-05T09:30:46.850Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-05T09:30:46.850Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-05-05T09:30:46.938Z] #72 1.732 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-05T09:30:47.011Z] - zpool command: missing [2022-05-05T09:30:47.011Z] [2022-05-05T09:30:47.011Z] Limits: [2022-05-05T09:30:47.011Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-05T09:30:47.011Z] [2022-05-05T09:30:47.011Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-05T09:30:47.355Z] + sudo modprobe ip_vs [2022-05-05T09:30:47.355Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d6115b8f407d8975534988ead723c1da5ce022b1 . [2022-05-05T09:30:47.422Z] #3 DONE 0.4s [2022-05-05T09:30:47.422Z] [2022-05-05T09:30:47.422Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-05T09:30:47.422Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-05-05T09:30:47.422Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-05-05T09:30:47.422Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-05-05T09:30:47.422Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-05-05T09:30:47.422Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 4.19MB / 9.06MB 0.2s [2022-05-05T09:30:47.422Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-05T09:30:47.422Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 6.29MB / 9.06MB 0.3s [2022-05-05T09:30:47.624Z] #1 [internal] load build definition from Dockerfile [2022-05-05T09:30:47.624Z] #1 sha256:64e3913d70c19c34733766aca04de32554ece07c91a9fcd278c2acce74648876 [2022-05-05T09:30:47.624Z] #1 transferring dockerfile: 17.44kB done [2022-05-05T09:30:47.624Z] #1 DONE 0.1s [2022-05-05T09:30:47.624Z] [2022-05-05T09:30:47.624Z] #2 [internal] load .dockerignore [2022-05-05T09:30:47.624Z] #2 sha256:cecbab614c72ddec3a3a55292caa7d0e835954bdf98a6ba690e222e60295210e [2022-05-05T09:30:47.683Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s [2022-05-05T09:30:47.683Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2022-05-05T09:30:47.683Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-05-05T09:30:47.885Z] #2 transferring context: 145B done [2022-05-05T09:30:47.885Z] #2 DONE 0.1s [2022-05-05T09:30:47.885Z] [2022-05-05T09:30:47.885Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-05T09:30:47.885Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-05T09:30:47.948Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-05-05T09:30:47.948Z] #4 DONE 0.9s [2022-05-05T09:30:48.333Z] #72 3.123 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:30:48.333Z] #72 3.125 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-05T09:30:48.521Z] [2022-05-05T09:30:48.521Z] #5 [internal] load .dockerignore [2022-05-05T09:30:48.521Z] #5 sha256:068d1fad2a7d8bf3db62305dcb5cc16548e187ad03869072d634340e858f07d2 [2022-05-05T09:30:48.521Z] #5 DONE 0.0s [2022-05-05T09:30:48.521Z] [2022-05-05T09:30:48.521Z] #6 [internal] load build definition from Dockerfile [2022-05-05T09:30:48.521Z] #6 sha256:107611f5a2d7083ecb9b29e58aebc2f03b0fe8825a89821c56cb4fe4213e3395 [2022-05-05T09:30:48.521Z] #6 DONE 0.0s [2022-05-05T09:30:48.521Z] [2022-05-05T09:30:48.521Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:48.521Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-05T09:30:48.906Z] #72 3.531 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-05T09:30:49.266Z] #3 DONE 1.3s [2022-05-05T09:30:49.266Z] [2022-05-05T09:30:49.266Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-05T09:30:49.266Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-05T09:30:49.266Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-05-05T09:30:49.266Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.2s [2022-05-05T09:30:49.266Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-05T09:30:49.266Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-05T09:30:49.266Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-05T09:30:49.477Z] #10 ... [2022-05-05T09:30:49.478Z] [2022-05-05T09:30:49.478Z] #9 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-05T09:30:49.478Z] #9 sha256:0c04842a993ab37b5efcfeba8885896103dd0fb72409f51bf912d6fb7af6c37f [2022-05-05T09:30:49.478Z] #9 DONE 1.2s [2022-05-05T09:30:49.478Z] [2022-05-05T09:30:49.478Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:49.478Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-05T09:30:49.478Z] #8 DONE 1.3s [2022-05-05T09:30:49.524Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s [2022-05-05T09:30:49.739Z] [2022-05-05T09:30:49.739Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:49.739Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-05T09:30:49.739Z] #10 DONE 1.3s [2022-05-05T09:30:49.739Z] [2022-05-05T09:30:49.739Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-05T09:30:49.739Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-05-05T09:30:49.739Z] #7 DONE 1.3s [2022-05-05T09:30:49.782Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.5s done [2022-05-05T09:30:49.782Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-05T09:30:49.798Z] Client: [2022-05-05T09:30:49.798Z] Context: default [2022-05-05T09:30:49.798Z] Debug Mode: false [2022-05-05T09:30:49.798Z] Plugins: [2022-05-05T09:30:49.798Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-05T09:30:49.798Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-05T09:30:49.798Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-05T09:30:49.798Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-05T09:30:49.798Z] [2022-05-05T09:30:49.798Z] Server: [2022-05-05T09:30:49.798Z] Containers: 0 [2022-05-05T09:30:49.798Z] Running: 0 [2022-05-05T09:30:49.798Z] Paused: 0 [2022-05-05T09:30:49.798Z] Stopped: 0 [2022-05-05T09:30:49.798Z] Images: 0 [2022-05-05T09:30:49.798Z] Server Version: 20.10.14 [2022-05-05T09:30:49.798Z] Storage Driver: overlay2 [2022-05-05T09:30:49.798Z] Backing Filesystem: extfs [2022-05-05T09:30:49.798Z] Supports d_type: true [2022-05-05T09:30:49.798Z] Native Overlay Diff: true [2022-05-05T09:30:49.798Z] userxattr: false [2022-05-05T09:30:49.798Z] Logging Driver: json-file [2022-05-05T09:30:49.798Z] Cgroup Driver: cgroupfs [2022-05-05T09:30:49.798Z] Cgroup Version: 1 [2022-05-05T09:30:49.798Z] Plugins: [2022-05-05T09:30:49.798Z] Volume: local [2022-05-05T09:30:49.798Z] Network: bridge host ipvlan macvlan null overlay [2022-05-05T09:30:49.798Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-05T09:30:49.798Z] Swarm: inactive [2022-05-05T09:30:49.798Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-05T09:30:49.798Z] Default Runtime: runc [2022-05-05T09:30:49.798Z] Init Binary: docker-init [2022-05-05T09:30:49.798Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:49.798Z] runc version: v1.0.3-0-gf46b6ba [2022-05-05T09:30:49.798Z] init version: de40ad0 [2022-05-05T09:30:49.798Z] Security Options: [2022-05-05T09:30:49.798Z] apparmor [2022-05-05T09:30:49.798Z] seccomp [2022-05-05T09:30:49.798Z] Profile: default [2022-05-05T09:30:49.798Z] Kernel Version: 5.4.0-1071-aws [2022-05-05T09:30:49.798Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-05T09:30:49.798Z] OSType: linux [2022-05-05T09:30:49.798Z] Architecture: x86_64 [2022-05-05T09:30:49.798Z] CPUs: 2 [2022-05-05T09:30:49.798Z] Total Memory: 7.565GiB [2022-05-05T09:30:49.798Z] Name: ip-10-100-113-22 [2022-05-05T09:30:49.798Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-05T09:30:49.798Z] Docker Root Dir: /var/lib/docker [2022-05-05T09:30:49.798Z] Debug Mode: false [2022-05-05T09:30:49.798Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:30:49.798Z] Labels: [2022-05-05T09:30:49.798Z] Experimental: true [2022-05-05T09:30:49.798Z] Insecure Registries: [2022-05-05T09:30:49.798Z] 127.0.0.0/8 [2022-05-05T09:30:49.798Z] Live Restore Enabled: true [2022-05-05T09:30:49.798Z] [2022-05-05T09:30:49.798Z] WARNING: No swap limit support [Pipeline] sh [2022-05-05T09:30:50.083Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:30:50.083Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:30:50.083Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43563/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-05T09:30:50.083Z] + bash /home/ubuntu/workspace/moby_PR-43563/check-config.sh [2022-05-05T09:30:50.083Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-05T09:30:50.083Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-05T09:30:50.083Z] [2022-05-05T09:30:50.083Z] Generally Necessary: [2022-05-05T09:30:50.083Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-05T09:30:50.083Z] - apparmor: enabled and tools installed [2022-05-05T09:30:50.083Z] - CONFIG_NAMESPACES: enabled [2022-05-05T09:30:50.083Z] - CONFIG_NET_NS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_PID_NS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_IPC_NS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_UTS_NS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_CGROUPS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-05T09:30:50.083Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-05T09:30:50.083Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-05T09:30:50.083Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-05T09:30:50.083Z] - CONFIG_CPUSETS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_MEMCG: enabled [2022-05-05T09:30:50.083Z] - CONFIG_KEYS: enabled [2022-05-05T09:30:50.083Z] - CONFIG_VETH: enabled (as module) [2022-05-05T09:30:50.083Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-05T09:30:50.083Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-05T09:30:50.083Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-05T09:30:50.083Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-05T09:30:50.295Z] #72 4.834 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-05T09:30:50.295Z] #72 5.069 go: downloading github.com/google/uuid v1.3.0 [2022-05-05T09:30:50.295Z] #72 5.182 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-05T09:30:50.346Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-05T09:30:50.346Z] - CONFIG_CGROUP_BPF: enabled [2022-05-05T09:30:50.346Z] [2022-05-05T09:30:50.346Z] Optional Features: [2022-05-05T09:30:50.346Z] - CONFIG_USER_NS: enabled [2022-05-05T09:30:50.346Z] - CONFIG_SECCOMP: enabled [2022-05-05T09:30:50.346Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-05T09:30:50.346Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-05T09:30:50.346Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-05T09:30:50.346Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-05T09:30:50.346Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-05T09:30:50.346Z] - CONFIG_BLK_CGROUP: enabled [2022-05-05T09:30:50.346Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-05T09:30:50.346Z] - CONFIG_CGROUP_PERF: enabled [2022-05-05T09:30:50.346Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-05T09:30:50.346Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-05T09:30:50.346Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-05T09:30:50.346Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-05T09:30:50.346Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-05T09:30:50.346Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_IP_VS: enabled (as module) [2022-05-05T09:30:50.346Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-05T09:30:50.346Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-05T09:30:50.346Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-05T09:30:50.348Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-05-05T09:30:50.557Z] #72 ... [2022-05-05T09:30:50.557Z] [2022-05-05T09:30:50.557Z] #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-05T09:30:50.557Z] #33 sha256:6c2133271a945410fec3ebdd58300a8404cbe6e2c65ed52e2ed48111f98798a6 [2022-05-05T09:30:50.557Z] #33 1.277 + RM_GOPATH=0 [2022-05-05T09:30:50.557Z] #33 1.277 + TMP_GOPATH= [2022-05-05T09:30:50.557Z] #33 1.277 + : /build [2022-05-05T09:30:50.557Z] #33 1.277 + '[' -z '' ']' [2022-05-05T09:30:50.557Z] #33 1.277 ++ mktemp -d [2022-05-05T09:30:50.557Z] #33 1.278 + export GOPATH=/tmp/tmp.OTfbgGc2K8 [2022-05-05T09:30:50.557Z] #33 1.278 + GOPATH=/tmp/tmp.OTfbgGc2K8 [2022-05-05T09:30:50.557Z] #33 1.278 + RM_GOPATH=1 [2022-05-05T09:30:50.557Z] #33 1.278 + case "$(go env GOARCH)" in [2022-05-05T09:30:50.557Z] #33 1.278 ++ go env GOARCH [2022-05-05T09:30:50.557Z] #33 1.289 Install docker/cli version 17.06.2-ce from stable [2022-05-05T09:30:50.557Z] #33 1.290 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:30:50.557Z] #33 1.290 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:30:50.557Z] #33 1.290 ++ dirname /install.sh [2022-05-05T09:30:50.557Z] #33 1.290 + dir=/ [2022-05-05T09:30:50.557Z] #33 1.290 + bin=dockercli [2022-05-05T09:30:50.557Z] #33 1.290 + shift [2022-05-05T09:30:50.557Z] #33 1.290 + '[' '!' -f //dockercli.installer ']' [2022-05-05T09:30:50.557Z] #33 1.290 + . //dockercli.installer [2022-05-05T09:30:50.557Z] #33 1.290 ++ : stable [2022-05-05T09:30:50.557Z] #33 1.290 ++ : 17.06.2-ce [2022-05-05T09:30:50.557Z] #33 1.290 + install_dockercli [2022-05-05T09:30:50.557Z] #33 1.290 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-05T09:30:50.557Z] #33 1.290 ++ uname -m [2022-05-05T09:30:50.557Z] #33 1.290 + arch=x86_64 [2022-05-05T09:30:50.557Z] #33 1.290 + '[' x86_64 '!=' x86_64 ']' [2022-05-05T09:30:50.557Z] #33 1.290 + url=https://download.docker.com/linux/static [2022-05-05T09:30:50.557Z] #33 1.290 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-05T09:30:50.557Z] #33 1.290 + tar -xz docker/docker [2022-05-05T09:30:50.557Z] #33 4.939 + mkdir -p /build [2022-05-05T09:30:50.557Z] #33 4.941 + mv docker/docker /build/ [2022-05-05T09:30:50.557Z] #33 4.942 + rmdir docker [2022-05-05T09:30:50.557Z] #33 DONE 5.1s [2022-05-05T09:30:50.557Z] [2022-05-05T09:30:50.557Z] #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-05T09:30:50.557Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:30:50.557Z] #20 1.848 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-05T09:30:50.557Z] #20 1.945 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-05T09:30:50.557Z] #20 2.137 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:30:50.557Z] #20 2.162 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:30:50.557Z] #20 2.468 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-05T09:30:50.557Z] #20 2.816 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-05T09:30:50.557Z] #20 3.364 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-05T09:30:50.557Z] #20 3.911 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-05T09:30:50.557Z] #20 4.316 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-05T09:30:50.557Z] #20 4.332 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-05T09:30:50.557Z] #20 4.338 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:30:50.557Z] #20 4.339 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-05T09:30:50.557Z] #20 4.356 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-05T09:30:50.557Z] #20 4.639 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-05T09:30:50.557Z] #20 4.648 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:30:50.557Z] #20 4.648 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-05T09:30:50.557Z] #20 4.648 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-05T09:30:50.557Z] #20 4.649 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-05T09:30:50.608Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-05T09:30:50.608Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-05T09:30:50.608Z] - CONFIG_EXT4_FS: enabled [2022-05-05T09:30:50.608Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-05T09:30:50.608Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-05T09:30:50.608Z] - Network Drivers: [2022-05-05T09:30:50.608Z] - "overlay": [2022-05-05T09:30:50.608Z] - CONFIG_VXLAN: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-05T09:30:50.608Z] Optional (for encrypted networks): [2022-05-05T09:30:50.608Z] - CONFIG_CRYPTO: enabled [2022-05-05T09:30:50.608Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-05T09:30:50.608Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-05T09:30:50.608Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-05T09:30:50.608Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-05T09:30:50.608Z] - CONFIG_XFRM: enabled [2022-05-05T09:30:50.608Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-05T09:30:50.608Z] - "ipvlan": [2022-05-05T09:30:50.608Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-05T09:30:50.608Z] - "macvlan": [2022-05-05T09:30:50.608Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_DUMMY: enabled (as module) [2022-05-05T09:30:50.608Z] - "ftp,tftp client in container": [2022-05-05T09:30:50.608Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-05T09:30:50.608Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-05T09:30:50.608Z] - Storage Drivers: [2022-05-05T09:30:50.608Z] - "aufs": [2022-05-05T09:30:50.608Z] #4 DONE 1.3s [2022-05-05T09:30:50.819Z] #20 ... [2022-05-05T09:30:50.819Z] [2022-05-05T09:30:50.819Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:30:50.819Z] #72 sha256:85c0424ab9106f678c1f5995b398b2ab94be74c666bfcaa6d3f531a84f8db54a [2022-05-05T09:30:50.819Z] #72 5.419 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-05T09:30:50.819Z] #72 5.604 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:30:50.819Z] #72 5.683 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-05T09:30:50.819Z] #72 5.744 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-05T09:30:50.865Z] [2022-05-05T09:30:50.865Z] #6 [internal] load build definition from Dockerfile [2022-05-05T09:30:50.865Z] #6 sha256:1a914aaf8d30cb7f383acdbd47b32e9e5c9e212c0187d8e575e8197c527a674b [2022-05-05T09:30:50.865Z] #6 DONE 0.0s [2022-05-05T09:30:50.865Z] [2022-05-05T09:30:50.865Z] #5 [internal] load .dockerignore [2022-05-05T09:30:50.865Z] #5 sha256:77e4ac122ed8b3284de2c459e6515e945ec697594c7bc47252b0fe1f4eec2c16 [2022-05-05T09:30:50.865Z] #5 DONE 0.0s [2022-05-05T09:30:50.865Z] [2022-05-05T09:30:50.865Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-05T09:30:50.865Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-05T09:30:50.867Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-05T09:30:50.867Z] - "btrfs": [2022-05-05T09:30:50.867Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-05T09:30:50.867Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-05T09:30:50.867Z] - "devicemapper": [2022-05-05T09:30:50.868Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-05T09:30:50.868Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-05T09:30:50.868Z] - "overlay": [2022-05-05T09:30:50.868Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-05T09:30:50.868Z] - "zfs": [2022-05-05T09:30:50.868Z] - /dev/zfs: present [2022-05-05T09:30:50.868Z] - zfs command: missing [2022-05-05T09:30:50.868Z] - zpool command: missing [2022-05-05T09:30:50.868Z] [2022-05-05T09:30:50.868Z] Limits: [2022-05-05T09:30:50.868Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-05T09:30:50.868Z] [2022-05-05T09:30:50.868Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-05T09:30:51.080Z] #72 5.853 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-05T09:30:51.080Z] #72 5.964 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-05T09:30:51.211Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d6115b8f407d8975534988ead723c1da5ce022b1 . [2022-05-05T09:30:51.342Z] #72 6.046 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-05T09:30:51.469Z] #1 [internal] load build definition from Dockerfile [2022-05-05T09:30:51.469Z] #1 sha256:f17a25f388ee2c9a9616f6a181c3a1d99a061579fa8a03ec3456e2d1bd2fa176 [2022-05-05T09:30:51.469Z] #1 transferring dockerfile: 17.44kB 0.0s done [2022-05-05T09:30:51.469Z] #1 DONE 0.1s [2022-05-05T09:30:51.469Z] [2022-05-05T09:30:51.469Z] #2 [internal] load .dockerignore [2022-05-05T09:30:51.469Z] #2 sha256:5fb535c9f335c60baf813a38d0c12c85042aac518d578f58d54cbab7b3556b81 [2022-05-05T09:30:51.469Z] #2 transferring context: 145B done [2022-05-05T09:30:51.469Z] #2 DONE 0.1s [2022-05-05T09:30:51.729Z] [2022-05-05T09:30:51.729Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-05T09:30:51.729Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-05T09:30:51.800Z] #10 ... [2022-05-05T09:30:51.800Z] [2022-05-05T09:30:51.800Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-05T09:30:51.800Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-05T09:30:51.800Z] #7 DONE 1.0s [2022-05-05T09:30:51.914Z] #72 6.648 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:30:51.989Z] #3 DONE 0.4s [2022-05-05T09:30:51.989Z] [2022-05-05T09:30:51.989Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-05T09:30:51.989Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-05T09:30:51.989Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-05-05T09:30:52.058Z] [2022-05-05T09:30:52.058Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:52.058Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-05T09:30:52.058Z] #8 DONE 1.0s [2022-05-05T09:30:52.058Z] [2022-05-05T09:30:52.058Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-05T09:30:52.058Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-05T09:30:52.058Z] #10 DONE 1.0s [2022-05-05T09:30:52.058Z] [2022-05-05T09:30:52.058Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:52.058Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-05T09:30:52.058Z] #9 DONE 1.0s [2022-05-05T09:30:52.249Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-05T09:30:52.249Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-05T09:30:52.249Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-05T09:30:52.249Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-05T09:30:52.249Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-05-05T09:30:52.249Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-05T09:30:52.817Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-05-05T09:30:52.817Z] #4 DONE 0.8s [2022-05-05T09:30:52.858Z] #72 ... [2022-05-05T09:30:52.858Z] [2022-05-05T09:30:52.858Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-05T09:30:52.858Z] #37 sha256:637196b7e53cce5dafcbd836316508702ff693e4bfcdf4e4a644dde2b25c2743 [2022-05-05T09:30:52.858Z] #37 CACHED [2022-05-05T09:30:52.858Z] [2022-05-05T09:30:52.858Z] #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-05T09:30:52.858Z] #36 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:30:52.858Z] #36 CACHED [2022-05-05T09:30:52.858Z] [2022-05-05T09:30:52.858Z] #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-05T09:30:52.858Z] #38 sha256:1f4dc0d05d86470407d0d6f8bdce87f4b6fbc5ea39c41875ab6ec23825a79e98 [2022-05-05T09:30:52.858Z] #38 CACHED [2022-05-05T09:30:53.076Z] [2022-05-05T09:30:53.076Z] #6 [internal] load build definition from Dockerfile [2022-05-05T09:30:53.076Z] #6 sha256:fd2cc59b7eabc837254f0e98e3ec5ba8167dde8154ad0be46628fb4fdfe39532 [2022-05-05T09:30:53.076Z] #6 DONE 0.0s [2022-05-05T09:30:53.076Z] [2022-05-05T09:30:53.076Z] #5 [internal] load .dockerignore [2022-05-05T09:30:53.076Z] #5 sha256:30f47010f5b3e4ea3b4e8db5846de4eebe156d21664d28a753ce8e214b2caa03 [2022-05-05T09:30:53.076Z] #5 DONE 0.0s [2022-05-05T09:30:53.076Z] [2022-05-05T09:30:53.076Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-05T09:30:53.076Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-05T09:30:53.119Z] [2022-05-05T09:30:53.119Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-05T09:30:53.119Z] #40 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-05T09:30:53.119Z] #40 CACHED [2022-05-05T09:30:53.119Z] [2022-05-05T09:30:53.119Z] #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-05T09:30:53.119Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:30:53.119Z] #41 CACHED [2022-05-05T09:30:53.119Z] [2022-05-05T09:30:53.119Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:30:53.119Z] #43 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:30:53.119Z] #43 CACHED [2022-05-05T09:30:53.119Z] [2022-05-05T09:30:53.119Z] #45 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:30:53.119Z] #45 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:30:53.119Z] #45 CACHED [2022-05-05T09:30:53.119Z] [2022-05-05T09:30:53.119Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:30:53.119Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-05T09:30:53.119Z] #67 1.772 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-05T09:30:53.119Z] #67 1.943 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-05T09:30:53.119Z] #67 2.128 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:30:53.119Z] #67 2.150 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:30:53.119Z] #67 2.421 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-05T09:30:53.119Z] #67 2.652 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-05T09:30:53.119Z] #67 3.214 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-05T09:30:53.119Z] #67 3.613 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-05T09:30:53.119Z] #67 4.043 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-05T09:30:53.119Z] #67 4.044 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-05T09:30:53.119Z] #67 4.044 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-05T09:30:53.119Z] #67 4.070 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-05T09:30:53.119Z] #67 4.072 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:30:53.119Z] #67 4.463 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-05T09:30:53.119Z] #67 4.470 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-05T09:30:53.119Z] #67 4.472 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:30:53.119Z] #67 4.473 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-05T09:30:53.119Z] #67 4.476 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-05T09:30:53.441Z] [2022-05-05T09:30:53.441Z] #24 [internal] load build context [2022-05-05T09:30:53.441Z] #24 sha256:9bc4a0c4aaf5943db26565f03f4a54b3fac3f85d825b2eb52f2efced90bf3f12 [2022-05-05T09:30:53.441Z] #24 transferring context: 30B [2022-05-05T09:30:53.441Z] #24 ... [2022-05-05T09:30:53.441Z] [2022-05-05T09:30:53.441Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:30:53.441Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:30:53.441Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-05T09:30:53.441Z] #71 DONE 0.1s [2022-05-05T09:30:53.441Z] [2022-05-05T09:30:53.441Z] #24 [internal] load build context [2022-05-05T09:30:53.441Z] #24 sha256:9bc4a0c4aaf5943db26565f03f4a54b3fac3f85d825b2eb52f2efced90bf3f12 [2022-05-05T09:30:53.648Z] #8 DONE 0.6s [2022-05-05T09:30:53.648Z] [2022-05-05T09:30:53.648Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-05T09:30:53.648Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-05T09:30:53.648Z] #10 DONE 0.6s [2022-05-05T09:30:53.648Z] [2022-05-05T09:30:53.648Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:53.648Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-05T09:30:53.648Z] #7 DONE 0.6s [2022-05-05T09:30:53.648Z] [2022-05-05T09:30:53.648Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:53.648Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-05T09:30:53.648Z] #9 DONE 0.7s [2022-05-05T09:30:53.927Z] Client: [2022-05-05T09:30:53.927Z] Context: default [2022-05-05T09:30:53.927Z] Debug Mode: false [2022-05-05T09:30:53.927Z] Plugins: [2022-05-05T09:30:53.927Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-05T09:30:53.927Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-05T09:30:53.927Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-05T09:30:53.927Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-05T09:30:53.927Z] [2022-05-05T09:30:53.927Z] Server: [2022-05-05T09:30:53.927Z] Containers: 0 [2022-05-05T09:30:53.927Z] Running: 0 [2022-05-05T09:30:53.927Z] Paused: 0 [2022-05-05T09:30:53.927Z] Stopped: 0 [2022-05-05T09:30:53.927Z] Images: 0 [2022-05-05T09:30:53.927Z] Server Version: 20.10.14 [2022-05-05T09:30:53.927Z] Storage Driver: overlay2 [2022-05-05T09:30:53.927Z] Backing Filesystem: extfs [2022-05-05T09:30:53.927Z] Supports d_type: true [2022-05-05T09:30:53.927Z] Native Overlay Diff: true [2022-05-05T09:30:53.927Z] userxattr: false [2022-05-05T09:30:53.927Z] Logging Driver: json-file [2022-05-05T09:30:53.927Z] Cgroup Driver: systemd [2022-05-05T09:30:53.927Z] Cgroup Version: 2 [2022-05-05T09:30:53.927Z] Plugins: [2022-05-05T09:30:53.927Z] Volume: local [2022-05-05T09:30:53.927Z] Network: bridge host ipvlan macvlan null overlay [2022-05-05T09:30:53.927Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-05T09:30:53.927Z] Swarm: inactive [2022-05-05T09:30:53.927Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-05-05T09:30:53.927Z] Default Runtime: runc [2022-05-05T09:30:53.927Z] Init Binary: docker-init [2022-05-05T09:30:53.927Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-05T09:30:53.927Z] runc version: v1.0.3-0-gf46b6ba [2022-05-05T09:30:53.927Z] init version: de40ad0 [2022-05-05T09:30:53.927Z] Security Options: [2022-05-05T09:30:53.927Z] apparmor [2022-05-05T09:30:53.927Z] seccomp [2022-05-05T09:30:53.927Z] Profile: default [2022-05-05T09:30:53.927Z] cgroupns [2022-05-05T09:30:53.927Z] Kernel Version: 5.13.0-1021-aws [2022-05-05T09:30:53.927Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-05T09:30:53.927Z] OSType: linux [2022-05-05T09:30:53.927Z] Architecture: x86_64 [2022-05-05T09:30:53.927Z] CPUs: 2 [2022-05-05T09:30:53.927Z] Total Memory: 7.476GiB [2022-05-05T09:30:53.927Z] Name: ip-10-100-35-240 [2022-05-05T09:30:53.927Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-05-05T09:30:53.927Z] Docker Root Dir: /var/lib/docker [2022-05-05T09:30:53.927Z] Debug Mode: false [2022-05-05T09:30:53.927Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:30:53.927Z] Labels: [2022-05-05T09:30:53.927Z] Experimental: true [2022-05-05T09:30:53.927Z] Insecure Registries: [2022-05-05T09:30:53.927Z] 127.0.0.0/8 [2022-05-05T09:30:53.927Z] Live Restore Enabled: true [2022-05-05T09:30:53.927Z] [Pipeline] } [2022-05-05T09:30:53.945Z] [2022-05-05T09:30:53.945Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:30:53.945Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-05-05T09:30:53.945Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.0s done [2022-05-05T09:30:53.945Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-05T09:30:53.945Z] #28 sha256:3c0acad2a24228465b3273129fe5bd5c3b122925a491f24e0308999fa5532d48 529B / 529B done [2022-05-05T09:30:53.945Z] #28 sha256:f8dd32c4c981fb56702f6effe49f64226ac124415109befc63d15ec19a12dabd 1.48kB / 1.48kB done [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-05T09:30:54.011Z] #24 ... [2022-05-05T09:30:54.011Z] [2022-05-05T09:30:54.011Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-05T09:30:54.011Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-05T09:30:54.011Z] #47 DONE 0.0s [2022-05-05T09:30:54.011Z] [2022-05-05T09:30:54.011Z] #24 [internal] load build context [2022-05-05T09:30:54.011Z] #24 sha256:9bc4a0c4aaf5943db26565f03f4a54b3fac3f85d825b2eb52f2efced90bf3f12 [2022-05-05T09:30:54.207Z] #28 ... [2022-05-05T09:30:54.207Z] [2022-05-05T09:30:54.207Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-05T09:30:54.207Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-05T09:30:54.207Z] #47 DONE 0.0s [2022-05-05T09:30:54.207Z] [2022-05-05T09:30:54.207Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:30:54.207Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-05-05T09:30:54.207Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 16.78MB / 53.63MB 0.1s [2022-05-05T09:30:54.264Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:d6115b8f407d8975534988ead723c1da5ce022b1 . [2022-05-05T09:30:54.472Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 28.31MB / 53.63MB 0.3s [2022-05-05T09:30:54.525Z] #1 [internal] load build definition from Dockerfile [2022-05-05T09:30:54.525Z] #1 sha256:24d2f6735517da96a881cddd22abd1f90c2ae8789b4105f2027a5d16e5f6dfc2 [2022-05-05T09:30:54.525Z] #1 transferring dockerfile: 17.44kB 0.1s done [2022-05-05T09:30:54.525Z] #1 DONE 0.2s [2022-05-05T09:30:54.525Z] [2022-05-05T09:30:54.525Z] #2 [internal] load .dockerignore [2022-05-05T09:30:54.525Z] #2 sha256:0e15d2b6d6c1fb320ba7518c2b6fa8d728cbd401225eccaa829e34102720ad0f [2022-05-05T09:30:54.525Z] #2 transferring context: 145B done [2022-05-05T09:30:54.525Z] #2 DONE 0.2s [2022-05-05T09:30:54.525Z] [2022-05-05T09:30:54.525Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-05T09:30:54.525Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-05T09:30:54.738Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 31.46MB / 53.63MB 0.5s [2022-05-05T09:30:54.738Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 37.75MB / 53.63MB 0.6s [2022-05-05T09:30:54.999Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.48MB / 53.63MB 0.8s [2022-05-05T09:30:55.037Z] [2022-05-05T09:30:55.037Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:30:55.037Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:30:55.037Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-05-05T09:30:55.037Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:30:55.037Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-05T09:30:55.037Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-05T09:30:55.037Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s [2022-05-05T09:30:55.037Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2022-05-05T09:30:55.096Z] #3 DONE 0.3s [2022-05-05T09:30:55.096Z] [2022-05-05T09:30:55.096Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-05T09:30:55.096Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-05T09:30:55.096Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-05T09:30:55.096Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-05T09:30:55.096Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-05T09:30:55.096Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-05T09:30:55.096Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-05T09:30:55.304Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-05-05T09:30:55.304Z] #69 ... [2022-05-05T09:30:55.304Z] [2022-05-05T09:30:55.304Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-05T09:30:55.304Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-05T09:30:55.304Z] #47 DONE 0.8s [2022-05-05T09:30:55.304Z] [2022-05-05T09:30:55.304Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:30:55.304Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:30:55.304Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-05-05T09:30:55.356Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-05T09:30:55.356Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-05T09:30:55.566Z] #69 ... [2022-05-05T09:30:55.566Z] [2022-05-05T09:30:55.566Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-05T09:30:55.566Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-05T09:30:55.566Z] #47 DONE 0.0s [2022-05-05T09:30:55.566Z] [2022-05-05T09:30:55.566Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:30:55.566Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:30:55.566Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.2s done [2022-05-05T09:30:55.566Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-05T09:30:55.566Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-05T09:30:55.566Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 12.58MB / 54.94MB 0.7s [2022-05-05T09:30:55.566Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-05T09:30:55.618Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-05-05T09:30:55.618Z] #4 DONE 0.7s [2022-05-05T09:30:55.667Z] #67 ... [2022-05-05T09:30:55.667Z] [2022-05-05T09:30:55.667Z] #47 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:30:55.667Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-05T09:30:55.667Z] #47 1.778 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-05T09:30:55.667Z] #47 1.942 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-05T09:30:55.667Z] #47 2.125 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:30:55.667Z] #47 2.141 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-05T09:30:55.667Z] #47 2.712 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:30:55.667Z] #47 3.079 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-05T09:30:55.667Z] #47 3.478 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-05T09:30:55.667Z] #47 3.829 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-05T09:30:55.667Z] #47 4.104 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-05T09:30:55.667Z] #47 4.104 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-05T09:30:55.667Z] #47 4.105 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-05T09:30:55.667Z] #47 4.105 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:30:55.667Z] #47 4.106 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-05T09:30:55.667Z] #47 4.121 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:30:55.667Z] #47 4.121 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-05T09:30:55.667Z] #47 4.129 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-05T09:30:55.667Z] #47 4.130 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-05T09:30:55.667Z] #47 4.130 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-05T09:30:55.827Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 22.02MB / 54.94MB 0.9s [2022-05-05T09:30:55.879Z] [2022-05-05T09:30:55.879Z] #5 [internal] load .dockerignore [2022-05-05T09:30:55.879Z] #5 sha256:6e11202c169ddee45e3725a66c8ad48999f431af2639890fbe13a26d9fac71a3 [2022-05-05T09:30:55.879Z] #5 DONE 0.0s [2022-05-05T09:30:55.879Z] [2022-05-05T09:30:55.879Z] #6 [internal] load build definition from Dockerfile [2022-05-05T09:30:55.879Z] #6 sha256:9dc14b8296568a2bcb3aa09e300791c6371cf4c0e1df0ef34c0a3791c09ac96e [2022-05-05T09:30:55.879Z] #6 DONE 0.0s [2022-05-05T09:30:55.879Z] [2022-05-05T09:30:55.879Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:55.879Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-05T09:30:56.094Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 28.31MB / 54.94MB 1.0s [2022-05-05T09:30:56.094Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 31.46MB / 54.94MB 1.1s [2022-05-05T09:30:56.094Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 35.65MB / 54.94MB 1.2s [2022-05-05T09:30:56.368Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 40.89MB / 54.94MB 1.3s [2022-05-05T09:30:56.368Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 44.04MB / 54.94MB 1.5s [2022-05-05T09:30:56.388Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 1.9s done [2022-05-05T09:30:56.452Z] #10 ... [2022-05-05T09:30:56.452Z] [2022-05-05T09:30:56.452Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-05T09:30:56.452Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-05T09:30:56.452Z] #7 DONE 0.6s [2022-05-05T09:30:56.634Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 47.19MB / 54.94MB 1.6s [2022-05-05T09:30:56.648Z] #28 ... [2022-05-05T09:30:56.648Z] [2022-05-05T09:30:56.648Z] #24 [internal] load build context [2022-05-05T09:30:56.648Z] #24 sha256:4b95f4f330758ea4f3a7a24fae6169f19757130fafdafc24c342c9124fb4b10a [2022-05-05T09:30:56.648Z] #24 transferring context: 61.00MB 2.4s done [2022-05-05T09:30:56.648Z] #24 DONE 3.3s [2022-05-05T09:30:56.712Z] [2022-05-05T09:30:56.712Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:56.712Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-05T09:30:56.712Z] #10 DONE 0.8s [2022-05-05T09:30:56.712Z] [2022-05-05T09:30:56.712Z] #9 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-05T09:30:56.712Z] #9 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-05T09:30:56.712Z] #9 DONE 0.8s [2022-05-05T09:30:56.712Z] [2022-05-05T09:30:56.712Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-05T09:30:56.712Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-05T09:30:56.712Z] #8 DONE 0.8s [2022-05-05T09:30:56.893Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.9s [2022-05-05T09:30:56.909Z] [2022-05-05T09:30:56.909Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:30:56.909Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:30:56.909Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done [2022-05-05T09:30:56.909Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-05T09:30:56.909Z] #11 sha256:2e1a0c4b36e65643e4d737797036644ead11609ba3f006d1cf7a5ad151b3f849 1.80kB / 1.80kB done [2022-05-05T09:30:56.909Z] #11 sha256:27959cb699fc4755876c72ab969ed067fd9e05a32869f99805107273549a5336 7.06kB / 7.06kB done [2022-05-05T09:30:56.909Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.2s done [2022-05-05T09:30:56.909Z] #11 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 0.7s done [2022-05-05T09:30:56.909Z] #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 1.0s done [2022-05-05T09:30:56.909Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 3.1s [2022-05-05T09:30:56.909Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 3.1s [2022-05-05T09:30:56.909Z] #11 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 0.5s [2022-05-05T09:30:57.463Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.4s done [2022-05-05T09:30:57.481Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 3.3s done [2022-05-05T09:30:57.481Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 3.5s [2022-05-05T09:30:57.734Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a [2022-05-05T09:30:58.097Z] [2022-05-05T09:30:58.097Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:30:58.097Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:30:58.097Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 done [2022-05-05T09:30:58.097Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-05T09:30:58.097Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0B / 10.87MB 0.1s [2022-05-05T09:30:58.097Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-05T09:30:58.097Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-05T09:30:58.097Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 0B / 54.94MB 0.1s [2022-05-05T09:30:58.097Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0B / 5.16MB 0.1s [2022-05-05T09:30:58.197Z] #24 transferring context: 39.84MB 5.1s [2022-05-05T09:30:58.361Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 925.70kB / 10.87MB 0.2s [2022-05-05T09:30:58.361Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 8.39MB / 54.94MB 0.3s [2022-05-05T09:30:58.361Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 0.4s [2022-05-05T09:30:58.361Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 16.78MB / 54.94MB 0.4s [2022-05-05T09:30:58.624Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 27.26MB / 54.94MB 0.5s [2022-05-05T09:30:58.624Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.5s [2022-05-05T09:30:58.624Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 0.5s done [2022-05-05T09:30:58.624Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 33.55MB / 54.94MB 0.6s [2022-05-05T09:30:58.624Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 0B / 54.58MB 0.6s [2022-05-05T09:30:58.865Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 4.9s done [2022-05-05T09:30:58.865Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 4.9s done [2022-05-05T09:30:58.865Z] #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba [2022-05-05T09:30:58.865Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 0B / 108.70MB 4.9s [2022-05-05T09:30:58.865Z] #11 ... [2022-05-05T09:30:58.865Z] [2022-05-05T09:30:58.865Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:30:58.865Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-05-05T09:30:58.865Z] #28 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 1.9s done [2022-05-05T09:30:58.865Z] #28 DONE 5.4s [2022-05-05T09:30:58.865Z] [2022-05-05T09:30:58.865Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:30:58.865Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:30:58.865Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 12.85MB / 108.70MB 5.1s [2022-05-05T09:30:58.865Z] #11 ... [2022-05-05T09:30:58.865Z] [2022-05-05T09:30:58.865Z] #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-05T09:30:58.865Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-05T09:30:58.887Z] #11 ... [2022-05-05T09:30:58.887Z] [2022-05-05T09:30:58.887Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-05T09:30:58.887Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-05T09:30:58.887Z] #47 DONE 0.0s [2022-05-05T09:30:58.887Z] [2022-05-05T09:30:58.887Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:30:58.887Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:30:58.887Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 40.89MB / 54.94MB 0.7s [2022-05-05T09:30:58.887Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.7s done [2022-05-05T09:30:58.887Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 6.29MB / 54.58MB 0.7s [2022-05-05T09:30:58.887Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 48.84MB / 54.94MB 0.8s [2022-05-05T09:30:58.887Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 12.58MB / 54.58MB 0.8s [2022-05-05T09:30:58.887Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 1.05MB / 85.84MB 0.8s [2022-05-05T09:30:58.887Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 15.73MB / 54.58MB 0.9s [2022-05-05T09:30:59.151Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.0s [2022-05-05T09:30:59.151Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 19.92MB / 54.58MB 1.0s [2022-05-05T09:30:59.151Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 9.44MB / 85.84MB 1.0s [2022-05-05T09:30:59.151Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 28.31MB / 54.58MB 1.2s [2022-05-05T09:30:59.151Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 27.26MB / 85.84MB 1.2s [2022-05-05T09:30:59.415Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 35.65MB / 54.58MB 1.3s [2022-05-05T09:30:59.415Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 40.89MB / 54.58MB 1.4s [2022-05-05T09:30:59.415Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 38.80MB / 85.84MB 1.4s [2022-05-05T09:30:59.682Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 1.6s [2022-05-05T09:30:59.682Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 54.30MB / 85.84MB 1.6s [2022-05-05T09:30:59.682Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0B / 141.70MB 1.6s [2022-05-05T09:30:59.965Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 63.96MB / 85.84MB 1.8s [2022-05-05T09:30:59.965Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 8.39MB / 141.70MB 1.8s [2022-05-05T09:30:59.965Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a [2022-05-05T09:30:59.965Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 72.35MB / 85.84MB 1.9s [2022-05-05T09:31:00.152Z] #24 ... [2022-05-05T09:31:00.152Z] [2022-05-05T09:31:00.152Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:00.152Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:00.152Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.1s done [2022-05-05T09:31:00.152Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-05T09:31:00.152Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-05T09:31:00.152Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-05T09:31:00.152Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.8s done [2022-05-05T09:31:00.152Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.6s done [2022-05-05T09:31:00.152Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 0.9s done [2022-05-05T09:31:00.152Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.5s done [2022-05-05T09:31:00.152Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 4.2s done [2022-05-05T09:31:00.152Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 6.6s done [2022-05-05T09:31:00.152Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 4.5s [2022-05-05T09:31:00.152Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 2.7s done [2022-05-05T09:31:00.230Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 80.74MB / 85.84MB 2.1s [2022-05-05T09:31:00.230Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 24.30MB / 141.70MB 2.1s [2022-05-05T09:31:00.230Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.1s done [2022-05-05T09:31:00.230Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 2.2s [2022-05-05T09:31:00.230Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 34.25MB / 141.70MB 2.2s [2022-05-05T09:31:00.230Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 0B / 156B 2.2s [2022-05-05T09:31:00.250Z] #29 ... [2022-05-05T09:31:00.251Z] [2022-05-05T09:31:00.251Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:00.251Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:31:00.251Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-05T09:31:00.251Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:00.251Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-05T09:31:00.251Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-05T09:31:00.251Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.0s done [2022-05-05T09:31:00.251Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done [2022-05-05T09:31:00.251Z] #71 DONE 6.7s [2022-05-05T09:31:00.293Z] #28 ... [2022-05-05T09:31:00.293Z] [2022-05-05T09:31:00.293Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:00.293Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:00.293Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.2s done [2022-05-05T09:31:00.293Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-05T09:31:00.293Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-05T09:31:00.293Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-05T09:31:00.293Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.4s done [2022-05-05T09:31:00.293Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 1.0s done [2022-05-05T09:31:00.293Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.1s done [2022-05-05T09:31:00.293Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 3.4s done [2022-05-05T09:31:00.293Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 5.1s done [2022-05-05T09:31:00.293Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 67.11MB / 141.70MB 5.4s [2022-05-05T09:31:00.293Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 3.6s done [2022-05-05T09:31:00.458Z] #11 ... [2022-05-05T09:31:00.459Z] [2022-05-05T09:31:00.459Z] #24 [internal] load build context [2022-05-05T09:31:00.459Z] #24 sha256:9bc4a0c4aaf5943db26565f03f4a54b3fac3f85d825b2eb52f2efced90bf3f12 [2022-05-05T09:31:00.459Z] #24 transferring context: 61.00MB 7.2s done [2022-05-05T09:31:00.459Z] #24 DONE 7.4s [2022-05-05T09:31:00.459Z] [2022-05-05T09:31:00.459Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:00.459Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:00.459Z] #11 ... [2022-05-05T09:31:00.459Z] [2022-05-05T09:31:00.459Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:00.459Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:31:00.459Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:00.459Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-05T09:31:00.459Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-05T09:31:00.459Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.1s done [2022-05-05T09:31:00.459Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.6s [2022-05-05T09:31:00.496Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 47.19MB / 141.70MB 2.4s [2022-05-05T09:31:00.496Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 2.4s [2022-05-05T09:31:00.511Z] [2022-05-05T09:31:00.511Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:00.511Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:31:00.511Z] #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 0.4s done [2022-05-05T09:31:00.511Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 6.6s [2022-05-05T09:31:00.511Z] #11 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.7s done [2022-05-05T09:31:00.720Z] #71 ... [2022-05-05T09:31:00.720Z] [2022-05-05T09:31:00.720Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:00.720Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:00.762Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 62.02MB / 141.70MB 2.6s [2022-05-05T09:31:00.762Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 69.21MB / 141.70MB 2.7s [2022-05-05T09:31:00.867Z] #11 ... [2022-05-05T09:31:00.867Z] [2022-05-05T09:31:00.867Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:00.867Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:31:00.867Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.0s done [2022-05-05T09:31:00.867Z] #69 DONE 6.1s [2022-05-05T09:31:00.867Z] [2022-05-05T09:31:00.867Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:00.867Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:00.867Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 80.74MB / 141.70MB 5.9s [2022-05-05T09:31:00.867Z] #11 ... [2022-05-05T09:31:00.867Z] [2022-05-05T09:31:00.867Z] #24 [internal] load build context [2022-05-05T09:31:00.867Z] #24 sha256:dc5017fd0b43a690d1280939e6c7b2df6c83129b80010b4b1432c8985cf97f6d [2022-05-05T09:31:00.867Z] #24 transferring context: 43.67MB 6.2s [2022-05-05T09:31:01.030Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 84.93MB / 141.70MB 2.9s [2022-05-05T09:31:01.030Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 3.0s done [2022-05-05T09:31:01.030Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 92.27MB / 141.70MB 3.0s [2022-05-05T09:31:01.126Z] #24 ... [2022-05-05T09:31:01.126Z] [2022-05-05T09:31:01.126Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:01.126Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:01.126Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 92.27MB / 141.70MB 6.1s [2022-05-05T09:31:01.295Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 102.76MB / 141.70MB 3.2s [2022-05-05T09:31:01.295Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 3.1s done [2022-05-05T09:31:01.612Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 114.29MB / 141.70MB 3.4s [2022-05-05T09:31:01.651Z] #11 ... [2022-05-05T09:31:01.652Z] [2022-05-05T09:31:01.652Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:01.652Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:31:01.652Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.3s done [2022-05-05T09:31:01.652Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:01.652Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-05T09:31:01.652Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-05T09:31:01.652Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done [2022-05-05T09:31:01.652Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2022-05-05T09:31:01.652Z] #69 DONE 8.1s [2022-05-05T09:31:01.652Z] [2022-05-05T09:31:01.652Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:01.652Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:31:01.652Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.5s done [2022-05-05T09:31:01.652Z] #71 DONE 8.2s [2022-05-05T09:31:01.652Z] [2022-05-05T09:31:01.652Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:01.652Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:01.704Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 102.76MB / 141.70MB 6.6s [2022-05-05T09:31:01.891Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 124.78MB / 141.70MB 3.6s [2022-05-05T09:31:01.891Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 134.22MB / 141.70MB 3.7s [2022-05-05T09:31:01.891Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 3.9s [2022-05-05T09:31:01.899Z] #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 0.1s [2022-05-05T09:31:01.968Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 112.20MB / 141.70MB 6.9s [2022-05-05T09:31:02.161Z] #11 ... [2022-05-05T09:31:02.161Z] [2022-05-05T09:31:02.161Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:02.161Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:31:02.161Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:02.161Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-05T09:31:02.161Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-05T09:31:02.161Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.3s done [2022-05-05T09:31:02.161Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-05-05T09:31:02.161Z] #69 DONE 8.7s [2022-05-05T09:31:02.161Z] [2022-05-05T09:31:02.161Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:02.161Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:31:02.227Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 124.78MB / 141.70MB 7.1s [2022-05-05T09:31:02.227Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 134.22MB / 141.70MB 7.3s [2022-05-05T09:31:02.489Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 7.5s [2022-05-05T09:31:03.028Z] #11 ... [2022-05-05T09:31:03.028Z] [2022-05-05T09:31:03.028Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:31:03.028Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:31:03.028Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-05-05T09:31:03.028Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-05T09:31:03.028Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-05T09:31:03.028Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-05T09:31:03.028Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.6s done [2022-05-05T09:31:03.290Z] #28 ... [2022-05-05T09:31:03.290Z] [2022-05-05T09:31:03.290Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:03.290Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:03.425Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.5s [2022-05-05T09:31:03.425Z] #11 ... [2022-05-05T09:31:03.425Z] [2022-05-05T09:31:03.425Z] #24 [internal] load build context [2022-05-05T09:31:03.425Z] #24 sha256:dc5017fd0b43a690d1280939e6c7b2df6c83129b80010b4b1432c8985cf97f6d [2022-05-05T09:31:03.425Z] #24 transferring context: 61.00MB 7.9s done [2022-05-05T09:31:03.425Z] #24 DONE 8.7s [2022-05-05T09:31:03.425Z] [2022-05-05T09:31:03.425Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:03.425Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:03.818Z] #11 ... [2022-05-05T09:31:03.818Z] [2022-05-05T09:31:03.818Z] #24 [internal] load build context [2022-05-05T09:31:03.818Z] #24 sha256:c4d007a71432d66a0d45374b98a1a8cc0e882c85aecd652948bcce258c80e962 [2022-05-05T09:31:03.818Z] #24 transferring context: 60.99MB 4.6s done [2022-05-05T09:31:03.818Z] #24 DONE 5.5s [2022-05-05T09:31:03.818Z] [2022-05-05T09:31:03.818Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:03.818Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:03.818Z] #11 ... [2022-05-05T09:31:03.818Z] [2022-05-05T09:31:03.818Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:03.818Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-05T09:31:03.818Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-05T09:31:03.818Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:03.818Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-05T09:31:03.818Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-05T09:31:03.818Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.6s done [2022-05-05T09:31:03.818Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2022-05-05T09:31:03.818Z] #69 DONE 5.4s [2022-05-05T09:31:03.818Z] [2022-05-05T09:31:03.818Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:03.818Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:03.818Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 5.5s done [2022-05-05T09:31:03.818Z] #11 ... [2022-05-05T09:31:03.818Z] [2022-05-05T09:31:03.818Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:03.818Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:31:03.818Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-05T09:31:03.818Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:03.818Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-05T09:31:03.818Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-05T09:31:03.818Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.8s done [2022-05-05T09:31:03.818Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.4s done [2022-05-05T09:31:03.818Z] #71 DONE 5.6s [2022-05-05T09:31:03.818Z] [2022-05-05T09:31:03.818Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:03.818Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:04.370Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 9.4s done [2022-05-05T09:31:04.635Z] #11 ... [2022-05-05T09:31:04.635Z] [2022-05-05T09:31:04.635Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-05T09:31:04.635Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-05T09:31:04.635Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-05T09:31:04.635Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-05T09:31:04.635Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-05T09:31:04.635Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-05T09:31:04.635Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-05-05T09:31:04.635Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.8s done [2022-05-05T09:31:04.635Z] #71 DONE 9.7s [2022-05-05T09:31:04.635Z] [2022-05-05T09:31:04.635Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:31:04.635Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:31:04.716Z] #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 3.2s done [2022-05-05T09:31:04.761Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.0s [2022-05-05T09:31:05.182Z] #11 ... [2022-05-05T09:31:05.182Z] [2022-05-05T09:31:05.182Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-05T09:31:05.182Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-05T09:31:05.182Z] #70 DONE 0.6s [2022-05-05T09:31:05.182Z] [2022-05-05T09:31:05.182Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:05.182Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:05.182Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 9.2s done [2022-05-05T09:31:05.444Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-05-05T09:31:05.697Z] #47 ... [2022-05-05T09:31:05.697Z] [2022-05-05T09:31:05.697Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:05.697Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-05T09:31:05.697Z] #67 18.99 Fetched 40.5 MB in 18s (2294 kB/s) [2022-05-05T09:31:05.700Z] #11 ... [2022-05-05T09:31:05.700Z] [2022-05-05T09:31:05.700Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:31:05.700Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:31:05.700Z] #28 DONE 12.3s [2022-05-05T09:31:05.700Z] [2022-05-05T09:31:05.700Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:05.700Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:05.700Z] #11 ... [2022-05-05T09:31:05.700Z] [2022-05-05T09:31:05.700Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-05T09:31:05.700Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-05T09:31:05.700Z] #72 DONE 1.0s [2022-05-05T09:31:05.700Z] [2022-05-05T09:31:05.700Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:05.700Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:05.712Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.7s done [2022-05-05T09:31:05.712Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-05-05T09:31:05.712Z] #11 ... [2022-05-05T09:31:05.712Z] [2022-05-05T09:31:05.712Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:31:05.712Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:31:05.712Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-05-05T09:31:05.712Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-05T09:31:05.712Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-05T09:31:05.712Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-05T09:31:05.712Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.4s done [2022-05-05T09:31:05.712Z] #28 DONE 7.6s [2022-05-05T09:31:05.712Z] #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 [2022-05-05T09:31:05.976Z] [2022-05-05T09:31:05.976Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:05.976Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:06.016Z] #28 ... [2022-05-05T09:31:06.016Z] [2022-05-05T09:31:06.016Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-05T09:31:06.016Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-05T09:31:06.016Z] #70 DONE 0.7s [2022-05-05T09:31:06.016Z] [2022-05-05T09:31:06.016Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:31:06.016Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:31:06.016Z] #28 ... [2022-05-05T09:31:06.016Z] [2022-05-05T09:31:06.016Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-05T09:31:06.016Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-05T09:31:06.240Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.5s done [2022-05-05T09:31:06.263Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.7s done [2022-05-05T09:31:06.501Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-05-05T09:31:06.501Z] #11 ... [2022-05-05T09:31:06.501Z] [2022-05-05T09:31:06.501Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-05T09:31:06.501Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-05T09:31:06.501Z] #70 DONE 0.7s [2022-05-05T09:31:06.501Z] [2022-05-05T09:31:06.501Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:06.501Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:06.521Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-05-05T09:31:06.955Z] #72 DONE 0.7s [2022-05-05T09:31:06.955Z] [2022-05-05T09:31:06.955Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:06.955Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:06.955Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 8.8s done [2022-05-05T09:31:06.955Z] #11 ... [2022-05-05T09:31:06.955Z] [2022-05-05T09:31:06.955Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-05T09:31:06.955Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-05T09:31:06.955Z] #28 DONE 12.0s [2022-05-05T09:31:06.955Z] [2022-05-05T09:31:06.955Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:06.955Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:06.955Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-05-05T09:31:07.074Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.5s done [2022-05-05T09:31:07.336Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 [2022-05-05T09:31:07.460Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.9s done [2022-05-05T09:31:07.460Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 [2022-05-05T09:31:07.597Z] #11 ... [2022-05-05T09:31:07.597Z] [2022-05-05T09:31:07.597Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-05T09:31:07.597Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-05T09:31:07.597Z] #72 DONE 1.0s [2022-05-05T09:31:07.597Z] [2022-05-05T09:31:07.597Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:07.597Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:07.951Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.9s done [2022-05-05T09:31:08.241Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-05-05T09:31:09.065Z] #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 3.5s done [2022-05-05T09:31:09.327Z] #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 0.1s [2022-05-05T09:31:09.643Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 1.1s done [2022-05-05T09:31:09.901Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 [2022-05-05T09:31:10.269Z] #11 ... [2022-05-05T09:31:10.269Z] [2022-05-05T09:31:10.269Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-05T09:31:10.269Z] #70 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-05-05T09:31:10.269Z] #70 DONE 1.6s [2022-05-05T09:31:10.269Z] [2022-05-05T09:31:10.269Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:10.269Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:31:10.269Z] #11 ... [2022-05-05T09:31:10.269Z] [2022-05-05T09:31:10.269Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-05T09:31:10.269Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-05T09:31:10.541Z] #72 ... [2022-05-05T09:31:10.541Z] [2022-05-05T09:31:10.541Z] #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-05T09:31:10.541Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-05T09:31:10.541Z] #29 1.692 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:10.541Z] #29 1.757 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:10.541Z] #29 1.828 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:10.541Z] #29 2.117 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:31:10.541Z] #29 2.221 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:31:10.541Z] #29 2.738 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:31:10.541Z] #29 3.678 Fetched 8399 kB in 2s (3745 kB/s) [2022-05-05T09:31:10.541Z] #29 3.678 Reading package lists... [2022-05-05T09:31:10.541Z] #29 4.243 Reading package lists... [2022-05-05T09:31:10.541Z] #29 4.770 Building dependency tree... [2022-05-05T09:31:10.541Z] #29 5.143 The following additional packages will be installed: [2022-05-05T09:31:10.541Z] #29 5.143 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-05T09:31:10.541Z] #29 5.144 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-05T09:31:10.541Z] #29 5.145 Recommended packages: [2022-05-05T09:31:10.541Z] #29 5.145 libldap-common publicsuffix libsasl2-modules [2022-05-05T09:31:10.541Z] #29 5.278 The following NEW packages will be installed: [2022-05-05T09:31:10.541Z] #29 5.278 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-05T09:31:10.541Z] #29 5.278 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-05T09:31:10.541Z] #29 5.278 libssh2-1 openssl [2022-05-05T09:31:10.541Z] #29 5.549 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-05T09:31:10.541Z] #29 5.549 Need to get 2934 kB of archives. [2022-05-05T09:31:10.541Z] #29 5.549 After this operation, 6476 kB of additional disk space will be used. [2022-05-05T09:31:10.541Z] #29 5.549 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u1 [830 kB] [2022-05-05T09:31:10.541Z] #29 5.592 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-05-05T09:31:10.541Z] #29 5.605 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-05-05T09:31:10.541Z] #29 5.649 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-05T09:31:10.541Z] #29 5.667 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-05-05T09:31:10.541Z] #29 5.677 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-05-05T09:31:10.541Z] #29 5.699 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-05-05T09:31:10.541Z] #29 5.712 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-05-05T09:31:10.541Z] #29 5.713 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-05-05T09:31:10.541Z] #29 5.725 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-05-05T09:31:10.541Z] #29 5.751 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-05-05T09:31:10.541Z] #29 5.752 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-05-05T09:31:10.541Z] #29 5.782 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-05T09:31:10.541Z] #29 5.782 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-05T09:31:10.541Z] #29 5.782 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-05T09:31:10.541Z] #29 6.344 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:10.541Z] #29 6.381 Fetched 2934 kB in 1s (5675 kB/s) [2022-05-05T09:31:10.541Z] #29 6.750 Selecting previously unselected package openssl. [2022-05-05T09:31:10.541Z] #29 6.750 (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-05T09:31:10.541Z] #29 6.750 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 7.154 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:10.541Z] #29 7.655 Selecting previously unselected package ca-certificates. [2022-05-05T09:31:10.541Z] #29 7.655 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-05T09:31:10.541Z] #29 7.668 Unpacking ca-certificates (20210119) ... [2022-05-05T09:31:10.541Z] #29 7.861 Selecting previously unselected package libbrotli1:arm64. [2022-05-05T09:31:10.541Z] #29 7.861 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 7.889 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-05T09:31:10.541Z] #29 8.003 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-05-05T09:31:10.541Z] #29 8.003 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 8.017 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:10.541Z] #29 8.398 Selecting previously unselected package libsasl2-2:arm64. [2022-05-05T09:31:10.541Z] #29 8.398 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 8.477 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:10.541Z] #29 8.571 Selecting previously unselected package libldap-2.4-2:arm64. [2022-05-05T09:31:10.541Z] #29 8.571 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 8.584 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:10.541Z] #29 9.512 Selecting previously unselected package libnghttp2-14:arm64. [2022-05-05T09:31:10.541Z] #29 9.514 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 9.681 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-05T09:31:10.541Z] #29 9.729 Selecting previously unselected package libpsl5:arm64. [2022-05-05T09:31:10.541Z] #29 9.729 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 9.734 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-05-05T09:31:10.541Z] #29 9.828 Selecting previously unselected package librtmp1:arm64. [2022-05-05T09:31:10.541Z] #29 9.828 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 9.841 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:10.541Z] #29 10.24 Selecting previously unselected package libssh2-1:arm64. [2022-05-05T09:31:10.541Z] #29 10.24 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 10.31 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-05-05T09:31:10.541Z] #29 10.76 Selecting previously unselected package libcurl4:arm64. [2022-05-05T09:31:10.541Z] #29 10.76 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 10.82 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:10.541Z] #29 11.04 Selecting previously unselected package curl. [2022-05-05T09:31:10.541Z] #29 11.11 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 11.28 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:10.541Z] #29 11.37 Selecting previously unselected package libonig5:arm64. [2022-05-05T09:31:10.541Z] #29 11.37 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 11.37 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-05T09:31:10.541Z] #29 11.45 Selecting previously unselected package libjq1:arm64. [2022-05-05T09:31:10.541Z] #29 11.45 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-05-05T09:31:10.541Z] #29 11.45 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-05T09:31:10.541Z] #29 11.68 Selecting previously unselected package jq. [2022-05-05T09:31:10.541Z] #29 11.68 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-05-05T09:31:10.802Z] #29 11.80 Unpacking jq (1.6-2.1) ... [2022-05-05T09:31:10.802Z] #29 ... [2022-05-05T09:31:10.802Z] [2022-05-05T09:31:10.802Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:10.802Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:31:12.281Z] #67 18.99 Reading package lists... [2022-05-05T09:31:12.281Z] #67 ... [2022-05-05T09:31:12.281Z] [2022-05-05T09:31:12.281Z] #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-05T09:31:12.281Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:12.281Z] #20 19.16 Fetched 40.5 MB in 18s (2304 kB/s) [2022-05-05T09:31:12.725Z] #11 ... [2022-05-05T09:31:12.725Z] [2022-05-05T09:31:12.725Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-05T09:31:12.725Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-05T09:31:12.725Z] #72 DONE 2.3s [2022-05-05T09:31:12.725Z] [2022-05-05T09:31:12.725Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:12.725Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:31:12.727Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.1s [2022-05-05T09:31:12.854Z] #20 19.16 Reading package lists... [2022-05-05T09:31:12.967Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.0s [2022-05-05T09:31:12.967Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.1s done [2022-05-05T09:31:12.967Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-05-05T09:31:13.428Z] #20 27.86 Reading package lists... [2022-05-05T09:31:13.428Z] #20 ... [2022-05-05T09:31:13.428Z] [2022-05-05T09:31:13.428Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:13.428Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-05T09:31:13.428Z] #67 18.99 Reading package lists... [2022-05-05T09:31:14.000Z] #67 28.40 Reading package lists... [2022-05-05T09:31:14.000Z] #67 ... [2022-05-05T09:31:14.000Z] [2022-05-05T09:31:14.000Z] #47 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:14.000Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-05T09:31:14.000Z] #47 19.04 Fetched 40.5 MB in 18s (2307 kB/s) [2022-05-05T09:31:14.000Z] #47 19.04 Reading package lists... [2022-05-05T09:31:15.189Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.1s [2022-05-05T09:31:15.254Z] #11 ... [2022-05-05T09:31:15.254Z] [2022-05-05T09:31:15.254Z] #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-05T09:31:15.254Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:31:15.254Z] #29 1.625 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:15.254Z] #29 1.641 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:15.254Z] #29 1.642 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:15.254Z] #29 1.820 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:15.254Z] #29 2.032 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:15.254Z] #29 2.300 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:15.254Z] #29 3.892 Fetched 8511 kB in 3s (3356 kB/s) [2022-05-05T09:31:15.254Z] #29 3.892 Reading package lists... [2022-05-05T09:31:15.254Z] #29 4.728 Reading package lists... [2022-05-05T09:31:15.254Z] #29 5.605 Building dependency tree... [2022-05-05T09:31:15.254Z] #29 5.945 The following additional packages will be installed: [2022-05-05T09:31:15.254Z] #29 5.946 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-05T09:31:15.254Z] #29 5.946 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-05T09:31:15.254Z] #29 5.948 Recommended packages: [2022-05-05T09:31:15.254Z] #29 5.948 libldap-common publicsuffix libsasl2-modules [2022-05-05T09:31:15.254Z] #29 6.161 The following NEW packages will be installed: [2022-05-05T09:31:15.254Z] #29 6.161 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-05T09:31:15.254Z] #29 6.161 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-05T09:31:15.254Z] #29 6.161 libssh2-1 openssl [2022-05-05T09:31:15.254Z] #29 6.442 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-05T09:31:15.254Z] #29 6.442 Need to get 3040 kB of archives. [2022-05-05T09:31:15.254Z] #29 6.442 After this operation, 6651 kB of additional disk space will be used. [2022-05-05T09:31:15.254Z] #29 6.442 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-05T09:31:15.254Z] #29 6.456 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-05T09:31:15.254Z] #29 6.459 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-05T09:31:15.254Z] #29 6.463 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-05T09:31:15.254Z] #29 6.463 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-05T09:31:15.254Z] #29 6.472 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-05T09:31:15.254Z] #29 6.472 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-05T09:31:15.254Z] #29 6.474 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-05T09:31:15.254Z] #29 6.475 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-05T09:31:15.254Z] #29 6.476 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-05T09:31:15.254Z] #29 6.478 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-05T09:31:15.254Z] #29 6.492 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-05T09:31:15.254Z] #29 6.492 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:31:15.254Z] #29 6.493 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:31:15.254Z] #29 6.494 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:31:15.254Z] #29 6.684 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:15.254Z] #29 6.740 Fetched 3040 kB in 0s (9210 kB/s) [2022-05-05T09:31:15.254Z] #29 6.775 Selecting previously unselected package openssl. [2022-05-05T09:31:15.254Z] #29 6.775 (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-05T09:31:15.254Z] #29 6.781 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 6.786 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:15.254Z] #29 6.964 Selecting previously unselected package ca-certificates. [2022-05-05T09:31:15.254Z] #29 6.964 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-05T09:31:15.254Z] #29 6.968 Unpacking ca-certificates (20210119) ... [2022-05-05T09:31:15.254Z] #29 7.069 Selecting previously unselected package libbrotli1:amd64. [2022-05-05T09:31:15.254Z] #29 7.069 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.075 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-05T09:31:15.254Z] #29 7.154 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-05T09:31:15.254Z] #29 7.154 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.164 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:15.254Z] #29 7.206 Selecting previously unselected package libsasl2-2:amd64. [2022-05-05T09:31:15.254Z] #29 7.206 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.211 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:15.254Z] #29 7.278 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-05T09:31:15.254Z] #29 7.278 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.284 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:15.254Z] #29 7.393 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-05T09:31:15.254Z] #29 7.393 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.397 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-05T09:31:15.254Z] #29 7.458 Selecting previously unselected package libpsl5:amd64. [2022-05-05T09:31:15.254Z] #29 7.458 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.461 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-05T09:31:15.254Z] #29 7.535 Selecting previously unselected package librtmp1:amd64. [2022-05-05T09:31:15.254Z] #29 7.535 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.545 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:15.254Z] #29 7.588 Selecting previously unselected package libssh2-1:amd64. [2022-05-05T09:31:15.254Z] #29 7.588 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.593 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-05T09:31:15.254Z] #29 7.679 Selecting previously unselected package libcurl4:amd64. [2022-05-05T09:31:15.254Z] #29 7.679 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.679 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:15.254Z] #29 7.776 Selecting previously unselected package curl. [2022-05-05T09:31:15.254Z] #29 7.776 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.781 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:15.254Z] #29 7.858 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:31:15.254Z] #29 7.858 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:31:15.254Z] #29 7.862 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:31:15.254Z] #29 7.949 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:31:15.255Z] #29 7.949 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:31:15.255Z] #29 7.952 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:31:15.255Z] #29 8.008 Selecting previously unselected package jq. [2022-05-05T09:31:15.255Z] #29 8.008 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:31:15.255Z] #29 8.012 Unpacking jq (1.6-2.1) ... [2022-05-05T09:31:15.255Z] #29 8.053 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-05T09:31:15.255Z] #29 8.064 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-05T09:31:15.255Z] #29 8.076 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-05T09:31:15.255Z] #29 8.092 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:15.255Z] #29 8.100 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:15.255Z] #29 8.125 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:15.255Z] #29 8.149 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-05T09:31:15.255Z] #29 8.154 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:15.255Z] #29 8.192 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:31:15.255Z] #29 8.206 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:31:15.255Z] #29 8.216 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:15.255Z] #29 8.227 Setting up ca-certificates (20210119) ... [2022-05-05T09:31:15.255Z] #29 8.957 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:15.255Z] #29 ... [2022-05-05T09:31:15.255Z] [2022-05-05T09:31:15.255Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:15.255Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:15.279Z] #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 5.5s done [2022-05-05T09:31:15.279Z] #11 extracting sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa done [2022-05-05T09:31:15.279Z] #11 ... [2022-05-05T09:31:15.279Z] [2022-05-05T09:31:15.279Z] #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-05T09:31:15.279Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-05T09:31:15.279Z] #29 12.25 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-05-05T09:31:15.279Z] #29 12.43 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-05T09:31:15.279Z] #29 12.45 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-05T09:31:15.279Z] #29 12.61 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:15.279Z] #29 12.98 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:15.279Z] #29 13.21 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:15.279Z] #29 13.23 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-05-05T09:31:15.279Z] #29 13.24 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:15.279Z] #29 13.26 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-05T09:31:15.279Z] #29 13.27 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-05T09:31:15.279Z] #29 13.29 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:15.279Z] #29 13.30 Setting up ca-certificates (20210119) ... [2022-05-05T09:31:15.279Z] #29 14.00 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:15.279Z] #29 14.96 129 added, 0 removed; done. [2022-05-05T09:31:15.279Z] #29 15.07 Setting up jq (1.6-2.1) ... [2022-05-05T09:31:15.279Z] #29 15.08 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:15.279Z] #29 15.09 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:15.279Z] #29 15.10 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:15.279Z] #29 15.13 Processing triggers for ca-certificates (20210119) ... [2022-05-05T09:31:15.279Z] #29 15.14 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:15.279Z] #29 15.89 0 added, 0 removed; done. [2022-05-05T09:31:15.279Z] #29 15.89 Running hooks in /etc/ca-certificates/update.d... [2022-05-05T09:31:15.279Z] #29 15.89 done. [2022-05-05T09:31:15.279Z] #29 DONE 16.3s [2022-05-05T09:31:15.279Z] [2022-05-05T09:31:15.279Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-05T09:31:15.279Z] #30 sha256:d2bf372e21c57aa60f08cd5146b514048b8331af56bebfa2b8cf719caa29b19b [2022-05-05T09:31:15.279Z] #30 DONE 0.1s [2022-05-05T09:31:15.279Z] [2022-05-05T09:31:15.279Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:15.279Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-05T09:31:15.279Z] #11 DONE 21.9s [2022-05-05T09:31:15.279Z] [2022-05-05T09:31:15.279Z] #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-05T09:31:15.279Z] #31 sha256:78f00becc9ccaefb8dd37f722cd7d0f922a76927725a119611e037b5f4336126 [2022-05-05T09:31:15.388Z] #47 28.32 Reading package lists... [2022-05-05T09:31:15.388Z] #47 ... [2022-05-05T09:31:15.388Z] [2022-05-05T09:31:15.388Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:15.388Z] #72 sha256:85c0424ab9106f678c1f5995b398b2ab94be74c666bfcaa6d3f531a84f8db54a [2022-05-05T09:31:15.388Z] #72 29.95 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:31:15.388Z] #72 29.95 + GOBIN=/build [2022-05-05T09:31:15.388Z] #72 29.95 + GO111MODULE=on [2022-05-05T09:31:15.388Z] #72 29.95 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:15.513Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.9s done [2022-05-05T09:31:15.773Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-05-05T09:31:16.228Z] #31 ... [2022-05-05T09:31:16.228Z] [2022-05-05T09:31:16.228Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-05T09:31:16.228Z] #12 sha256:80061efade5c08fb0454894b9fecdcf9e5f17d0a5abb16ac99e4a44b5a4e16bb [2022-05-05T09:31:16.228Z] #12 DONE 0.5s [2022-05-05T09:31:16.228Z] [2022-05-05T09:31:16.228Z] #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-05T09:31:16.228Z] #13 sha256:d44db83506b90b1e795bad107758c045e9b93d014922afbc0c5bb45f7af0fa19 [2022-05-05T09:31:16.272Z] #11 ... [2022-05-05T09:31:16.272Z] [2022-05-05T09:31:16.272Z] #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-05T09:31:16.272Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:31:16.272Z] #29 0.892 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:16.272Z] #29 0.892 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:16.272Z] #29 0.917 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:16.272Z] #29 1.068 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:16.272Z] #29 1.258 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:16.272Z] #29 1.554 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:16.272Z] #29 2.970 Fetched 8511 kB in 2s (3633 kB/s) [2022-05-05T09:31:16.272Z] #29 2.970 Reading package lists... [2022-05-05T09:31:16.272Z] #29 3.957 Reading package lists... [2022-05-05T09:31:16.272Z] #29 4.847 Building dependency tree... [2022-05-05T09:31:16.272Z] #29 5.260 The following additional packages will be installed: [2022-05-05T09:31:16.272Z] #29 5.261 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-05T09:31:16.272Z] #29 5.261 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-05T09:31:16.272Z] #29 5.263 Recommended packages: [2022-05-05T09:31:16.272Z] #29 5.263 libldap-common publicsuffix libsasl2-modules [2022-05-05T09:31:16.272Z] #29 5.446 The following NEW packages will be installed: [2022-05-05T09:31:16.272Z] #29 5.447 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-05T09:31:16.272Z] #29 5.447 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-05T09:31:16.272Z] #29 5.448 libssh2-1 openssl [2022-05-05T09:31:16.272Z] #29 5.723 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-05T09:31:16.272Z] #29 5.723 Need to get 3040 kB of archives. [2022-05-05T09:31:16.272Z] #29 5.723 After this operation, 6651 kB of additional disk space will be used. [2022-05-05T09:31:16.272Z] #29 5.723 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-05T09:31:16.272Z] #29 5.741 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-05T09:31:16.272Z] #29 5.741 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-05T09:31:16.272Z] #29 5.741 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-05T09:31:16.272Z] #29 5.741 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-05T09:31:16.272Z] #29 5.741 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-05T09:31:16.272Z] #29 5.741 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-05T09:31:16.272Z] #29 5.741 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-05T09:31:16.272Z] #29 5.746 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-05T09:31:16.272Z] #29 5.746 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-05T09:31:16.272Z] #29 5.748 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-05T09:31:16.272Z] #29 5.752 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-05T09:31:16.272Z] #29 5.756 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:31:16.272Z] #29 5.758 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:31:16.272Z] #29 5.760 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:31:16.272Z] #29 5.925 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:16.272Z] #29 5.977 Fetched 3040 kB in 0s (10.0 MB/s) [2022-05-05T09:31:16.272Z] #29 6.004 Selecting previously unselected package openssl. [2022-05-05T09:31:16.272Z] #29 6.004 (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-05T09:31:16.272Z] #29 6.004 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.008 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 6.157 Selecting previously unselected package ca-certificates. [2022-05-05T09:31:16.272Z] #29 6.157 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-05T09:31:16.272Z] #29 6.169 Unpacking ca-certificates (20210119) ... [2022-05-05T09:31:16.272Z] #29 6.247 Selecting previously unselected package libbrotli1:amd64. [2022-05-05T09:31:16.272Z] #29 6.248 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.256 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-05T09:31:16.272Z] #29 6.343 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-05T09:31:16.272Z] #29 6.343 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.349 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 6.396 Selecting previously unselected package libsasl2-2:amd64. [2022-05-05T09:31:16.272Z] #29 6.396 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.401 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 6.454 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-05T09:31:16.272Z] #29 6.454 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.458 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:16.272Z] #29 6.528 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-05T09:31:16.272Z] #29 6.528 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.533 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-05T09:31:16.272Z] #29 6.590 Selecting previously unselected package libpsl5:amd64. [2022-05-05T09:31:16.272Z] #29 6.590 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.596 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-05T09:31:16.272Z] #29 6.646 Selecting previously unselected package librtmp1:amd64. [2022-05-05T09:31:16.272Z] #29 6.646 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.650 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:16.272Z] #29 6.700 Selecting previously unselected package libssh2-1:amd64. [2022-05-05T09:31:16.272Z] #29 6.700 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.704 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-05T09:31:16.272Z] #29 6.765 Selecting previously unselected package libcurl4:amd64. [2022-05-05T09:31:16.272Z] #29 6.766 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.770 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 6.857 Selecting previously unselected package curl. [2022-05-05T09:31:16.272Z] #29 6.857 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.857 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 6.913 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:31:16.272Z] #29 6.913 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.917 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:31:16.272Z] #29 6.987 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:31:16.272Z] #29 6.988 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 6.994 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:31:16.272Z] #29 7.040 Selecting previously unselected package jq. [2022-05-05T09:31:16.272Z] #29 7.040 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:31:16.272Z] #29 7.045 Unpacking jq (1.6-2.1) ... [2022-05-05T09:31:16.272Z] #29 7.089 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-05T09:31:16.272Z] #29 7.101 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-05T09:31:16.272Z] #29 7.112 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-05T09:31:16.272Z] #29 7.123 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 7.134 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:16.272Z] #29 7.145 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 7.155 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-05T09:31:16.272Z] #29 7.167 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 7.184 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:31:16.272Z] #29 7.193 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:31:16.272Z] #29 7.207 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:16.272Z] #29 7.218 Setting up ca-certificates (20210119) ... [2022-05-05T09:31:16.272Z] #29 7.970 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:16.272Z] #29 8.699 129 added, 0 removed; done. [2022-05-05T09:31:16.272Z] #29 8.743 Setting up jq (1.6-2.1) ... [2022-05-05T09:31:16.272Z] #29 8.755 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 8.765 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:16.272Z] #29 8.777 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:16.272Z] #29 8.797 Processing triggers for ca-certificates (20210119) ... [2022-05-05T09:31:16.272Z] #29 8.806 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:16.272Z] #29 9.387 0 added, 0 removed; done. [2022-05-05T09:31:16.272Z] #29 9.387 Running hooks in /etc/ca-certificates/update.d... [2022-05-05T09:31:16.272Z] #29 9.388 done. [2022-05-05T09:31:16.272Z] #29 ... [2022-05-05T09:31:16.272Z] [2022-05-05T09:31:16.272Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:16.272Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:16.491Z] #13 DONE 0.5s [2022-05-05T09:31:16.491Z] [2022-05-05T09:31:16.491Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:16.491Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-05-05T09:31:16.491Z] #36 ... [2022-05-05T09:31:16.491Z] [2022-05-05T09:31:16.491Z] #48 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-05T09:31:16.491Z] #48 sha256:856385533abea61300222078df9478902a7496582ca537df413835705c24e77a [2022-05-05T09:31:16.491Z] #48 DONE 0.1s [2022-05-05T09:31:16.754Z] [2022-05-05T09:31:16.754Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-05T09:31:16.754Z] #33 sha256:aecd6f20765a723a92e63bd2f4ba6cb19d1340ddd5dd116fbd8bdb06fb902341 [2022-05-05T09:31:16.754Z] #33 DONE 0.2s [2022-05-05T09:31:16.754Z] [2022-05-05T09:31:16.754Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-05T09:31:16.754Z] #44 sha256:ff83da9c64c2560916777fa1cd39a4060d2a0899b61d10e38fb696f654ffa77e [2022-05-05T09:31:16.754Z] #44 DONE 0.3s [2022-05-05T09:31:16.754Z] [2022-05-05T09:31:16.754Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-05T09:31:16.754Z] #25 sha256:92dbadee0117d1991c22eb2887bda03579304a8f12fa6884c671784ac32ce4e2 [2022-05-05T09:31:16.754Z] #25 DONE 0.3s [2022-05-05T09:31:16.754Z] [2022-05-05T09:31:16.754Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-05T09:31:16.754Z] #64 sha256:491d0c7580bab3ee753f603b2e063fe4220ce71be6a6538f33519d91d2f496e0 [2022-05-05T09:31:16.754Z] #64 DONE 0.3s [2022-05-05T09:31:16.754Z] [2022-05-05T09:31:16.754Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:16.754Z] #65 sha256:71b5c6f83c9f91d4be9ad23a4104137d039c824001a30fca63e31ef29298f827 [2022-05-05T09:31:16.845Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 3.9s done [2022-05-05T09:31:17.106Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-05-05T09:31:17.106Z] #11 ... [2022-05-05T09:31:17.106Z] [2022-05-05T09:31:17.106Z] #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-05T09:31:17.106Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:31:17.106Z] #29 DONE 11.3s [2022-05-05T09:31:17.106Z] [2022-05-05T09:31:17.106Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:17.106Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:17.115Z] #11 ... [2022-05-05T09:31:17.116Z] [2022-05-05T09:31:17.116Z] #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-05T09:31:17.116Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:31:17.116Z] #29 1.574 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:17.116Z] #29 1.588 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:17.116Z] #29 1.588 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:17.116Z] #29 1.747 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:17.116Z] #29 1.935 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:17.116Z] #29 2.174 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:17.116Z] #29 3.604 Fetched 8511 kB in 2s (3672 kB/s) [2022-05-05T09:31:17.116Z] #29 3.604 Reading package lists... [2022-05-05T09:31:17.116Z] #29 4.488 Reading package lists... [2022-05-05T09:31:17.116Z] #29 5.335 Building dependency tree... [2022-05-05T09:31:17.116Z] #29 5.703 The following additional packages will be installed: [2022-05-05T09:31:17.116Z] #29 5.703 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-05T09:31:17.116Z] #29 5.703 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-05T09:31:17.116Z] #29 5.703 Recommended packages: [2022-05-05T09:31:17.116Z] #29 5.703 libldap-common publicsuffix libsasl2-modules [2022-05-05T09:31:17.116Z] #29 5.907 The following NEW packages will be installed: [2022-05-05T09:31:17.116Z] #29 5.908 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-05T09:31:17.116Z] #29 5.908 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-05T09:31:17.116Z] #29 5.908 libssh2-1 openssl [2022-05-05T09:31:17.116Z] #29 6.180 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-05T09:31:17.116Z] #29 6.180 Need to get 3040 kB of archives. [2022-05-05T09:31:17.116Z] #29 6.180 After this operation, 6651 kB of additional disk space will be used. [2022-05-05T09:31:17.116Z] #29 6.180 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-05T09:31:17.116Z] #29 6.198 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-05T09:31:17.116Z] #29 6.198 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-05T09:31:17.116Z] #29 6.205 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-05T09:31:17.116Z] #29 6.205 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-05T09:31:17.116Z] #29 6.205 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-05T09:31:17.116Z] #29 6.215 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-05T09:31:17.116Z] #29 6.215 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-05T09:31:17.116Z] #29 6.215 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-05T09:31:17.116Z] #29 6.215 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-05T09:31:17.116Z] #29 6.215 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-05T09:31:17.116Z] #29 6.220 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-05T09:31:17.116Z] #29 6.230 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:31:17.116Z] #29 6.230 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:31:17.116Z] #29 6.230 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:31:17.116Z] #29 6.403 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:17.116Z] #29 6.454 Fetched 3040 kB in 0s (9737 kB/s) [2022-05-05T09:31:17.116Z] #29 6.478 Selecting previously unselected package openssl. [2022-05-05T09:31:17.116Z] #29 6.478 (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-05T09:31:17.116Z] #29 6.478 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 6.483 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 6.689 Selecting previously unselected package ca-certificates. [2022-05-05T09:31:17.116Z] #29 6.689 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-05T09:31:17.116Z] #29 6.692 Unpacking ca-certificates (20210119) ... [2022-05-05T09:31:17.116Z] #29 6.801 Selecting previously unselected package libbrotli1:amd64. [2022-05-05T09:31:17.116Z] #29 6.801 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 6.813 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-05T09:31:17.116Z] #29 6.917 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-05T09:31:17.116Z] #29 6.917 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 6.921 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 6.968 Selecting previously unselected package libsasl2-2:amd64. [2022-05-05T09:31:17.116Z] #29 6.968 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 6.975 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 7.038 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-05T09:31:17.116Z] #29 7.038 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.043 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:17.116Z] #29 7.145 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-05T09:31:17.116Z] #29 7.145 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.148 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-05T09:31:17.116Z] #29 7.208 Selecting previously unselected package libpsl5:amd64. [2022-05-05T09:31:17.116Z] #29 7.208 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.212 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-05T09:31:17.116Z] #29 7.270 Selecting previously unselected package librtmp1:amd64. [2022-05-05T09:31:17.116Z] #29 7.270 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.273 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:17.116Z] #29 7.332 Selecting previously unselected package libssh2-1:amd64. [2022-05-05T09:31:17.116Z] #29 7.332 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.372 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-05T09:31:17.116Z] #29 7.468 Selecting previously unselected package libcurl4:amd64. [2022-05-05T09:31:17.116Z] #29 7.468 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.475 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 7.576 Selecting previously unselected package curl. [2022-05-05T09:31:17.116Z] #29 7.576 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.580 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 7.656 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:31:17.116Z] #29 7.656 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.663 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:31:17.116Z] #29 7.731 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:31:17.116Z] #29 7.731 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.735 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:31:17.116Z] #29 7.794 Selecting previously unselected package jq. [2022-05-05T09:31:17.116Z] #29 7.794 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:31:17.116Z] #29 7.798 Unpacking jq (1.6-2.1) ... [2022-05-05T09:31:17.116Z] #29 7.858 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-05T09:31:17.116Z] #29 7.868 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-05T09:31:17.116Z] #29 7.879 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-05T09:31:17.116Z] #29 7.891 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 7.902 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-05T09:31:17.116Z] #29 7.916 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 7.952 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-05T09:31:17.116Z] #29 7.966 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 7.991 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:31:17.116Z] #29 8.004 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:31:17.116Z] #29 8.017 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-05T09:31:17.116Z] #29 8.030 Setting up ca-certificates (20210119) ... [2022-05-05T09:31:17.116Z] #29 8.851 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:17.116Z] #29 9.977 129 added, 0 removed; done. [2022-05-05T09:31:17.116Z] #29 10.01 Setting up jq (1.6-2.1) ... [2022-05-05T09:31:17.116Z] #29 10.03 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 10.05 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:17.116Z] #29 10.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:17.116Z] #29 10.09 Processing triggers for ca-certificates (20210119) ... [2022-05-05T09:31:17.116Z] #29 10.11 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:17.116Z] #29 ... [2022-05-05T09:31:17.116Z] [2022-05-05T09:31:17.116Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:17.116Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:17.116Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.2s done [2022-05-05T09:31:17.367Z] #11 ... [2022-05-05T09:31:17.367Z] [2022-05-05T09:31:17.367Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-05T09:31:17.367Z] #30 sha256:13fd982b10f96682484bcb8edca8943ab4d28c5f12523bec1412ab0b4ff0d2e2 [2022-05-05T09:31:17.367Z] #30 DONE 0.2s [2022-05-05T09:31:17.367Z] [2022-05-05T09:31:17.367Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:17.367Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:17.376Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-05-05T09:31:18.693Z] #72 33.41 rootlesskit version 1.0.0 [2022-05-05T09:31:18.693Z] #72 33.41 Usage of /build/rootlesskit-docker-proxy: [2022-05-05T09:31:18.693Z] #72 33.41 -container-ip string [2022-05-05T09:31:18.693Z] #72 33.41 container ip [2022-05-05T09:31:18.693Z] #72 33.41 -container-port int [2022-05-05T09:31:18.693Z] #72 33.41 container port (default -1) [2022-05-05T09:31:18.693Z] #72 33.41 -host-ip string [2022-05-05T09:31:18.693Z] #72 33.41 host ip [2022-05-05T09:31:18.693Z] #72 33.41 -host-port int [2022-05-05T09:31:18.693Z] #72 33.41 host port (default -1) [2022-05-05T09:31:18.693Z] #72 33.41 -proto string [2022-05-05T09:31:18.693Z] #72 33.41 proxy protocol (default "tcp") [2022-05-05T09:31:18.957Z] #72 DONE 33.7s [2022-05-05T09:31:18.958Z] [2022-05-05T09:31:18.958Z] #73 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-05T09:31:18.958Z] #73 sha256:beeb96e211a9a0ab147053f0a10ca8b4bd9c1a660b80069ca703a8b0fff0d323 [2022-05-05T09:31:18.958Z] #73 DONE 0.1s [2022-05-05T09:31:18.958Z] [2022-05-05T09:31:18.958Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:18.958Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-05T09:31:19.059Z] #11 ... [2022-05-05T09:31:19.059Z] [2022-05-05T09:31:19.059Z] #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-05T09:31:19.059Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:31:19.059Z] #29 10.14 129 added, 0 removed; done. [2022-05-05T09:31:19.059Z] #29 10.17 Setting up jq (1.6-2.1) ... [2022-05-05T09:31:19.059Z] #29 10.18 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:19.059Z] #29 10.19 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-05T09:31:19.059Z] #29 10.20 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:19.059Z] #29 10.22 Processing triggers for ca-certificates (20210119) ... [2022-05-05T09:31:19.059Z] #29 10.23 Updating certificates in /etc/ssl/certs... [2022-05-05T09:31:19.059Z] #29 11.34 0 added, 0 removed; done. [2022-05-05T09:31:19.059Z] #29 11.34 Running hooks in /etc/ca-certificates/update.d... [2022-05-05T09:31:19.059Z] #29 11.35 done. [2022-05-05T09:31:19.059Z] #29 DONE 13.0s [2022-05-05T09:31:19.059Z] [2022-05-05T09:31:19.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:19.059Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:19.059Z] #11 ... [2022-05-05T09:31:19.059Z] [2022-05-05T09:31:19.059Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-05T09:31:19.059Z] #30 sha256:6cf7c42f22cb562a39882e834391c89f289ec5505433edd5fae97a0b0f07fe7f [2022-05-05T09:31:19.059Z] #30 DONE 0.2s [2022-05-05T09:31:19.059Z] [2022-05-05T09:31:19.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:19.059Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:19.219Z] #67 28.40 Reading package lists... [2022-05-05T09:31:19.219Z] #67 ... [2022-05-05T09:31:19.219Z] [2022-05-05T09:31:19.219Z] #74 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-05T09:31:19.219Z] #74 sha256:b78c47019da6fe4648153ad1ae51059a73491df2d8704777fd953d886d2b2dc9 [2022-05-05T09:31:19.219Z] #74 DONE 0.1s [2022-05-05T09:31:19.219Z] [2022-05-05T09:31:19.219Z] #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-05T09:31:19.219Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:19.922Z] #11 ... [2022-05-05T09:31:19.922Z] [2022-05-05T09:31:19.922Z] #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-05T09:31:19.922Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-05T09:31:19.922Z] #29 10.95 0 added, 0 removed; done. [2022-05-05T09:31:19.922Z] #29 10.95 Running hooks in /etc/ca-certificates/update.d... [2022-05-05T09:31:19.922Z] #29 10.95 done. [2022-05-05T09:31:19.922Z] #29 DONE 12.6s [2022-05-05T09:31:19.922Z] [2022-05-05T09:31:19.922Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:19.922Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:19.922Z] #11 ... [2022-05-05T09:31:19.922Z] [2022-05-05T09:31:19.922Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-05T09:31:19.922Z] #30 sha256:f2a923c852ed480064f2157eaff5da7b0f88f07cd56cefbcee8a951aa9c29584 [2022-05-05T09:31:19.922Z] #30 DONE 0.3s [2022-05-05T09:31:19.922Z] [2022-05-05T09:31:19.922Z] #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-05T09:31:19.922Z] #31 sha256:2b8bc13674981bf33a2a6a52bfd7c5b004a88b633c2edf5be31808e3ab62daae [2022-05-05T09:31:20.609Z] #20 27.86 Reading package lists... [2022-05-05T09:31:20.610Z] #20 ... [2022-05-05T09:31:20.610Z] [2022-05-05T09:31:20.610Z] #77 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-05T09:31:20.610Z] #77 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-05T09:31:20.610Z] #77 CACHED [2022-05-05T09:31:20.610Z] [2022-05-05T09:31:20.610Z] #79 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-05T09:31:20.610Z] #79 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-05T09:31:20.610Z] #79 CACHED [2022-05-05T09:31:20.610Z] [2022-05-05T09:31:20.610Z] #47 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:20.610Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-05T09:31:20.958Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 5.1s [2022-05-05T09:31:20.981Z] #65 3.782 + RM_GOPATH=0 [2022-05-05T09:31:20.981Z] #65 3.783 + TMP_GOPATH= [2022-05-05T09:31:20.981Z] #65 3.783 + : /build [2022-05-05T09:31:20.981Z] #65 3.783 + '[' -z '' ']' [2022-05-05T09:31:20.981Z] #65 3.784 ++ mktemp -d [2022-05-05T09:31:20.981Z] #65 3.786 + export GOPATH=/tmp/tmp.rQusznWsvv [2022-05-05T09:31:20.981Z] #65 3.786 + GOPATH=/tmp/tmp.rQusznWsvv [2022-05-05T09:31:20.981Z] #65 3.786 + RM_GOPATH=1 [2022-05-05T09:31:20.981Z] #65 3.786 + case "$(go env GOARCH)" in [2022-05-05T09:31:20.981Z] #65 3.787 ++ go env GOARCH [2022-05-05T09:31:20.981Z] #65 3.836 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:20.981Z] #65 3.848 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:20.981Z] #65 3.852 ++ dirname /install.sh [2022-05-05T09:31:20.981Z] #65 3.858 + dir=/ [2022-05-05T09:31:20.981Z] #65 3.858 + bin=rootlesskit [2022-05-05T09:31:20.981Z] #65 3.858 + shift [2022-05-05T09:31:20.981Z] #65 3.859 + '[' '!' -f //rootlesskit.installer ']' [2022-05-05T09:31:20.981Z] #65 3.859 + . //rootlesskit.installer [2022-05-05T09:31:20.981Z] #65 3.859 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:20.981Z] #65 3.859 + install_rootlesskit [2022-05-05T09:31:20.981Z] #65 3.859 + case "$1" in [2022-05-05T09:31:20.981Z] #65 3.859 + export CGO_ENABLED=0 [2022-05-05T09:31:20.981Z] #65 3.859 + CGO_ENABLED=0 [2022-05-05T09:31:20.981Z] #65 3.859 + _install_rootlesskit [2022-05-05T09:31:20.981Z] #65 3.860 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-05T09:31:20.981Z] #65 3.863 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:20.981Z] #65 3.863 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:31:20.981Z] #65 3.865 + GOBIN=/build [2022-05-05T09:31:20.981Z] #65 3.865 + GO111MODULE=on [2022-05-05T09:31:20.981Z] #65 3.865 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:21.241Z] #65 4.398 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-05T09:31:21.553Z] #47 28.32 Reading package lists... [2022-05-05T09:31:21.553Z] #47 ... [2022-05-05T09:31:21.553Z] [2022-05-05T09:31:21.553Z] #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-05T09:31:21.553Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:21.553Z] #20 27.86 Reading package lists... [2022-05-05T09:31:22.461Z] #31 2.128 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-05T09:31:22.461Z] #31 2.487 [2022-05-05T09:31:22.461Z] #31 2.708 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:22.666Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.0s [2022-05-05T09:31:22.721Z] #31 2.980 [2022-05-05T09:31:23.159Z] #65 6.349 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:31:23.159Z] #65 6.457 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-05T09:31:23.423Z] #65 6.695 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-05T09:31:23.469Z] #20 36.57 Building dependency tree... [2022-05-05T09:31:23.469Z] #20 38.18 Reading state information... [2022-05-05T09:31:23.479Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 7.4s done [2022-05-05T09:31:23.479Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0.1s [2022-05-05T09:31:24.098Z] #31 4.016 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-05T09:31:24.098Z] #31 4.372 [2022-05-05T09:31:24.362Z] #31 4.603 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:24.856Z] #20 39.62 The following additional packages will be installed: [2022-05-05T09:31:24.856Z] #20 39.62 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:31:24.856Z] #20 39.63 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-05T09:31:24.856Z] #20 39.63 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-05T09:31:24.856Z] #20 39.63 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-05T09:31:24.856Z] #20 39.63 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-05T09:31:24.856Z] #20 39.64 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-05T09:31:24.856Z] #20 39.65 mingw-w64-common mingw-w64-x86-64-dev [2022-05-05T09:31:24.856Z] #20 39.69 Suggested packages: [2022-05-05T09:31:24.856Z] #20 39.69 gcc-10-locales seccomp wine64 [2022-05-05T09:31:24.936Z] #31 4.911 [2022-05-05T09:31:25.429Z] #20 40.23 The following NEW packages will be installed: [2022-05-05T09:31:25.429Z] #20 40.23 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:31:25.429Z] #20 40.23 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-05T09:31:25.429Z] #20 40.23 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-05T09:31:25.429Z] #20 40.23 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-05T09:31:25.429Z] #20 40.23 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-05T09:31:25.429Z] #20 40.24 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-05T09:31:25.429Z] #20 40.24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-05T09:31:25.429Z] #20 40.24 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-05T09:31:25.429Z] #20 40.25 mingw-w64-x86-64-dev [2022-05-05T09:31:25.691Z] #20 40.68 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:25.691Z] #20 40.68 Need to get 115 MB of archives. [2022-05-05T09:31:25.691Z] #20 40.68 After this operation, 645 MB of additional disk space will be used. [2022-05-05T09:31:25.691Z] #20 40.68 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-05T09:31:25.691Z] #20 40.72 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-05T09:31:25.691Z] #20 40.75 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-05T09:31:25.875Z] #31 5.999 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-05T09:31:25.969Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 8.4s done [2022-05-05T09:31:25.969Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-05T09:31:25.998Z] #20 40.76 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-05T09:31:25.998Z] #20 40.76 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-05T09:31:25.998Z] #20 40.76 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-05T09:31:25.998Z] #20 40.80 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-05T09:31:25.998Z] #20 40.83 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-05T09:31:25.998Z] #20 40.83 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-05T09:31:25.998Z] #20 40.94 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-05T09:31:26.056Z] #65 9.193 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-05T09:31:26.136Z] #31 6.305 [2022-05-05T09:31:26.136Z] #31 ... [2022-05-05T09:31:26.136Z] [2022-05-05T09:31:26.136Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:26.136Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:26.136Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 7.6s done [2022-05-05T09:31:26.136Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0.7s [2022-05-05T09:31:26.231Z] #11 DONE 28.1s [2022-05-05T09:31:26.231Z] [2022-05-05T09:31:26.231Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-05T09:31:26.231Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-05T09:31:26.259Z] #20 41.26 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-05T09:31:26.317Z] #65 9.503 go: downloading github.com/google/uuid v1.3.0 [2022-05-05T09:31:26.317Z] #65 9.536 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-05T09:31:26.317Z] #65 9.540 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-05T09:31:26.317Z] #65 9.658 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:31:26.399Z] #11 ... [2022-05-05T09:31:26.399Z] [2022-05-05T09:31:26.399Z] #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-05T09:31:26.399Z] #31 sha256:2b8bc13674981bf33a2a6a52bfd7c5b004a88b633c2edf5be31808e3ab62daae [2022-05-05T09:31:26.520Z] #20 41.46 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-05T09:31:26.578Z] #65 9.732 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-05T09:31:26.578Z] #65 ... [2022-05-05T09:31:26.578Z] [2022-05-05T09:31:26.578Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:26.578Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-05-05T09:31:26.578Z] #60 2.955 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:26.578Z] #60 2.979 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:26.578Z] #60 2.979 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:26.578Z] #60 3.247 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:31:26.578Z] #60 4.095 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:31:26.578Z] #60 5.856 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:31:26.578Z] #60 ... [2022-05-05T09:31:26.578Z] [2022-05-05T09:31:26.578Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:26.578Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:31:26.578Z] #53 4.127 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-05T09:31:26.578Z] #53 ... [2022-05-05T09:31:26.578Z] [2022-05-05T09:31:26.578Z] #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-05T09:31:26.578Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-05T09:31:26.578Z] #34 3.564 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-05T09:31:26.578Z] #34 3.568 Cloning into '.'... [2022-05-05T09:31:26.659Z] #31 6.541 #=#=# ################### 27.1% ########################################## 58.7% ################################################################# 90.8% ######################################################################## 100.0% [2022-05-05T09:31:26.781Z] #20 41.64 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-05-05T09:31:26.839Z] #34 ... [2022-05-05T09:31:26.839Z] [2022-05-05T09:31:26.839Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:31:26.839Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772 [2022-05-05T09:31:26.839Z] #55 4.057 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-05T09:31:26.839Z] #55 8.305 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-05T09:31:26.839Z] #55 8.306 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-05T09:31:26.839Z] #55 8.544 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-05T09:31:26.839Z] #55 9.772 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-05T09:31:26.839Z] #55 ... [2022-05-05T09:31:26.839Z] [2022-05-05T09:31:26.839Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:26.839Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-05T09:31:26.839Z] #45 3.847 + git clone https://github.com/docker/distribution.git . [2022-05-05T09:31:26.839Z] #45 3.855 Cloning into '.'... [2022-05-05T09:31:26.918Z] #31 7.099 [2022-05-05T09:31:27.042Z] #20 42.00 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-05T09:31:27.100Z] #45 ... [2022-05-05T09:31:27.100Z] [2022-05-05T09:31:27.100Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:27.100Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-05T09:31:27.101Z] #40 3.265 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:27.101Z] #40 3.281 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:27.101Z] #40 3.281 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:27.101Z] #40 3.848 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:31:27.101Z] #40 5.359 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:31:27.101Z] #40 7.700 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:31:27.101Z] #40 ... [2022-05-05T09:31:27.101Z] [2022-05-05T09:31:27.101Z] #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-05T09:31:27.101Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:31:27.101Z] #14 4.526 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:27.101Z] #14 4.577 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:27.101Z] #14 4.578 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:27.101Z] #14 5.285 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:31:27.101Z] #14 7.710 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:31:27.101Z] #14 10.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:31:27.173Z] #12 ... [2022-05-05T09:31:27.173Z] [2022-05-05T09:31:27.173Z] #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-05T09:31:27.173Z] #31 sha256:6093db52ddc5bcd928664065854d2a4caa99e753e074a787b8bef98c6e512f91 [2022-05-05T09:31:27.173Z] #31 1.612 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-05T09:31:27.173Z] #31 1.896 [2022-05-05T09:31:27.173Z] #31 2.111 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:27.173Z] #31 2.376 [2022-05-05T09:31:27.173Z] #31 3.269 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-05T09:31:27.173Z] #31 3.534 [2022-05-05T09:31:27.173Z] #31 3.753 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:27.173Z] #31 4.040 [2022-05-05T09:31:27.173Z] #31 4.965 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-05T09:31:27.173Z] #31 5.236 [2022-05-05T09:31:27.173Z] #31 5.455 #=#=# ############# 19.0% ########################################## 58.8% ################################################################# 91.0% ######################################################################## 100.0% [2022-05-05T09:31:27.173Z] #31 5.987 [2022-05-05T09:31:27.173Z] #31 6.908 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-05T09:31:27.173Z] #31 7.188 [2022-05-05T09:31:27.173Z] #31 7.412 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:27.173Z] #31 7.657 [2022-05-05T09:31:27.173Z] #31 8.339 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-05T09:31:27.173Z] #31 8.618 [2022-05-05T09:31:27.173Z] #31 8.831 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:27.173Z] #31 9.101 [2022-05-05T09:31:27.173Z] #31 9.167 Download of images into '/build' complete. [2022-05-05T09:31:27.173Z] #31 9.167 Use something like the following to load the result into a Docker daemon: [2022-05-05T09:31:27.173Z] #31 9.167 tar -cC '/build' . | docker load [2022-05-05T09:31:27.303Z] #20 42.12 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-05T09:31:27.303Z] #20 42.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-05T09:31:27.303Z] #20 42.12 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-05T09:31:27.303Z] #20 42.13 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:31:27.303Z] #20 42.13 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:31:27.303Z] #20 42.14 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-05T09:31:27.303Z] #20 42.14 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-05T09:31:27.303Z] #20 42.15 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-05T09:31:27.303Z] #20 42.15 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-05T09:31:27.303Z] #20 ... [2022-05-05T09:31:27.303Z] [2022-05-05T09:31:27.303Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:27.303Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-05T09:31:27.303Z] #67 28.40 Reading package lists... [2022-05-05T09:31:27.303Z] #67 36.98 Building dependency tree... [2022-05-05T09:31:27.303Z] #67 38.62 Reading state information... [2022-05-05T09:31:27.303Z] #67 40.06 The following additional packages will be installed: [2022-05-05T09:31:27.303Z] #67 40.07 libbtrfs0 [2022-05-05T09:31:27.303Z] #67 40.25 The following NEW packages will be installed: [2022-05-05T09:31:27.303Z] #67 40.27 libbtrfs-dev libbtrfs0 [2022-05-05T09:31:27.303Z] #67 40.69 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:27.303Z] #67 40.69 Need to get 460 kB of archives. [2022-05-05T09:31:27.303Z] #67 40.69 After this operation, 1237 kB of additional disk space will be used. [2022-05-05T09:31:27.303Z] #67 40.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:31:27.303Z] #67 40.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:31:27.303Z] #67 41.30 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:27.303Z] #67 41.57 Fetched 460 kB in 0s (1603 kB/s) [2022-05-05T09:31:27.303Z] #67 41.63 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:31:27.303Z] #67 41.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-05T09:31:27.303Z] #67 41.64 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:31:27.303Z] #67 41.66 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:31:27.303Z] #67 41.75 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:31:27.303Z] #67 41.75 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:31:27.303Z] #67 41.75 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:31:27.303Z] #67 41.90 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:31:27.303Z] #67 41.92 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:31:27.303Z] #67 41.93 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:27.303Z] #67 DONE 42.2s [2022-05-05T09:31:27.303Z] [2022-05-05T09:31:27.303Z] #68 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-05T09:31:27.303Z] #68 sha256:4f087b7979fbc10b4e9664c3247cf2a0ca196f05cb6c05e1d01f05122107d5d7 [2022-05-05T09:31:27.303Z] #68 DONE 0.1s [2022-05-05T09:31:27.303Z] [2022-05-05T09:31:27.303Z] #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-05T09:31:27.303Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:27.304Z] #20 42.15 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-05T09:31:27.304Z] #20 42.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-05T09:31:27.304Z] #20 42.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-05T09:31:27.304Z] #20 42.18 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-05T09:31:27.304Z] #20 42.18 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-05T09:31:27.304Z] #20 42.18 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-05T09:31:27.304Z] #20 42.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-05T09:31:27.304Z] #20 ... [2022-05-05T09:31:27.304Z] [2022-05-05T09:31:27.304Z] #47 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:27.304Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-05T09:31:27.304Z] #47 28.32 Reading package lists... [2022-05-05T09:31:27.304Z] #47 37.32 Building dependency tree... [2022-05-05T09:31:27.304Z] #47 38.85 Reading state information... [2022-05-05T09:31:27.304Z] #47 40.32 The following additional packages will be installed: [2022-05-05T09:31:27.304Z] #47 40.34 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-05-05T09:31:27.304Z] #47 40.36 Suggested packages: [2022-05-05T09:31:27.304Z] #47 40.36 cmake-doc ninja-build lrzip [2022-05-05T09:31:27.304Z] #47 40.36 Recommended packages: [2022-05-05T09:31:27.304Z] #47 40.36 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-05T09:31:27.304Z] #47 40.64 The following NEW packages will be installed: [2022-05-05T09:31:27.304Z] #47 40.65 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-05-05T09:31:27.304Z] #47 40.96 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:27.304Z] #47 40.96 Need to get 8418 kB of archives. [2022-05-05T09:31:27.304Z] #47 40.96 After this operation, 34.9 MB of additional disk space will be used. [2022-05-05T09:31:27.304Z] #47 40.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:31:27.304Z] #47 40.97 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-05T09:31:27.304Z] #47 40.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-05T09:31:27.304Z] #47 41.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-05T09:31:27.304Z] #47 41.01 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-05T09:31:27.304Z] #47 41.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-05T09:31:27.304Z] #47 41.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-05T09:31:27.304Z] #47 41.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-05T09:31:27.304Z] #47 41.58 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:27.304Z] #47 41.78 Fetched 8418 kB in 0s (21.9 MB/s) [2022-05-05T09:31:27.304Z] #47 41.83 Selecting previously unselected package xxd. [2022-05-05T09:31:27.304Z] #47 41.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-05T09:31:27.304Z] #47 41.85 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:31:27.304Z] #47 41.86 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:27.304Z] #47 41.96 Selecting previously unselected package vim-common. [2022-05-05T09:31:27.304Z] #47 41.97 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:31:27.304Z] #47 42.05 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:27.304Z] #47 42.22 Selecting previously unselected package cmake-data. [2022-05-05T09:31:27.304Z] #47 42.22 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-05T09:31:27.304Z] #47 42.24 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:31:27.362Z] #14 ... [2022-05-05T09:31:27.362Z] [2022-05-05T09:31:27.362Z] #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-05T09:31:27.362Z] #31 sha256:78f00becc9ccaefb8dd37f722cd7d0f922a76927725a119611e037b5f4336126 [2022-05-05T09:31:27.362Z] #31 1.519 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-05T09:31:27.362Z] #31 1.917 [2022-05-05T09:31:27.362Z] #31 2.174 #=#=# # 2.0% ######################################################################## 100.0% [2022-05-05T09:31:27.362Z] #31 2.612 [2022-05-05T09:31:27.362Z] #31 3.727 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-05T09:31:27.362Z] #31 3.991 [2022-05-05T09:31:27.362Z] #31 4.232 #=#=# 0.7% ######################################################################## 100.0% [2022-05-05T09:31:27.362Z] #31 5.363 [2022-05-05T09:31:27.362Z] #31 9.359 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-05T09:31:27.362Z] #31 10.59 [2022-05-05T09:31:27.362Z] #31 10.99 #=#=# 0.1% ###### 8.9% ############# 18.2% ################## 25.6% ######################## 34.1% ################################# 47.1% ######################################## 56.5% ############################################# 63.7% [2022-05-05T09:31:27.362Z] #31 ... [2022-05-05T09:31:27.362Z] [2022-05-05T09:31:27.362Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:27.362Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:31:27.362Z] #49 4.412 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:27.362Z] #49 4.446 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:27.362Z] #49 4.447 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:27.362Z] #49 5.090 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-05T09:31:27.362Z] #49 5.399 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:31:27.362Z] #49 7.805 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:31:27.362Z] #49 10.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:31:27.362Z] #49 ... [2022-05-05T09:31:27.362Z] [2022-05-05T09:31:27.362Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:27.362Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-05-05T09:31:27.362Z] #51 4.119 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:31:27.362Z] #51 5.237 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:31:27.362Z] #51 5.284 go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:31:27.362Z] #51 5.330 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:31:27.362Z] #51 5.350 go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:31:27.362Z] #51 5.697 go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:31:27.362Z] #51 5.846 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:31:27.362Z] #51 5.953 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:31:27.362Z] #51 6.088 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:31:27.362Z] #51 6.144 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:31:27.362Z] #51 9.485 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:31:27.362Z] #51 9.502 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:31:27.362Z] #51 9.581 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:31:27.362Z] #51 10.51 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:31:27.362Z] #51 10.52 go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:31:27.623Z] #51 ... [2022-05-05T09:31:27.623Z] [2022-05-05T09:31:27.623Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:27.623Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d [2022-05-05T09:31:27.623Z] #38 4.394 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:31:27.623Z] #38 4.966 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:31:27.623Z] #38 5.853 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:31:27.623Z] #38 6.071 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:31:27.623Z] #38 6.168 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:31:27.623Z] #38 8.015 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:31:27.623Z] #38 8.284 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:31:27.623Z] #38 ... [2022-05-05T09:31:27.623Z] [2022-05-05T09:31:27.623Z] #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-05T09:31:27.623Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:31:27.623Z] #26 3.658 + RM_GOPATH=0 [2022-05-05T09:31:27.623Z] #26 3.658 + TMP_GOPATH= [2022-05-05T09:31:27.623Z] #26 3.658 + : /build [2022-05-05T09:31:27.623Z] #26 3.658 + '[' -z '' ']' [2022-05-05T09:31:27.623Z] #26 3.658 ++ mktemp -d [2022-05-05T09:31:27.623Z] #26 3.694 + export GOPATH=/tmp/tmp.vzSOX2iGqh [2022-05-05T09:31:27.623Z] #26 3.694 + GOPATH=/tmp/tmp.vzSOX2iGqh [2022-05-05T09:31:27.623Z] #26 3.694 + RM_GOPATH=1 [2022-05-05T09:31:27.623Z] #26 3.694 + case "$(go env GOARCH)" in [2022-05-05T09:31:27.623Z] #26 3.694 ++ go env GOARCH [2022-05-05T09:31:27.623Z] #26 3.719 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:27.623Z] #26 3.719 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:27.623Z] #26 3.720 ++ dirname /install.sh [2022-05-05T09:31:27.623Z] #26 3.720 + dir=/ [2022-05-05T09:31:27.623Z] #26 3.720 + bin=dockercli [2022-05-05T09:31:27.623Z] #26 3.721 + shift [2022-05-05T09:31:27.623Z] #26 3.721 + '[' '!' -f //dockercli.installer ']' [2022-05-05T09:31:27.623Z] #26 3.721 + . //dockercli.installer [2022-05-05T09:31:27.623Z] #26 3.721 ++ : stable [2022-05-05T09:31:27.623Z] #26 3.721 ++ : 17.06.2-ce [2022-05-05T09:31:27.623Z] #26 3.724 + install_dockercli [2022-05-05T09:31:27.623Z] #26 3.724 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-05T09:31:27.623Z] #26 3.724 ++ uname -m [2022-05-05T09:31:27.623Z] #26 3.724 + arch=aarch64 [2022-05-05T09:31:27.623Z] #26 3.724 + '[' aarch64 '!=' x86_64 ']' [2022-05-05T09:31:27.623Z] #26 3.724 + '[' aarch64 '!=' s390x ']' [2022-05-05T09:31:27.623Z] #26 3.724 + '[' aarch64 '!=' armhf ']' [2022-05-05T09:31:27.623Z] #26 3.724 + build_dockercli [2022-05-05T09:31:27.623Z] #26 3.724 + git clone https://github.com/docker/docker-ce /tmp/tmp.vzSOX2iGqh/tmp/docker-ce [2022-05-05T09:31:27.623Z] #26 3.724 Install docker/cli version 17.06.2-ce from stable [2022-05-05T09:31:27.623Z] #26 3.733 Cloning into '/tmp/tmp.vzSOX2iGqh/tmp/docker-ce'... [2022-05-05T09:31:27.746Z] #31 DONE 10.3s [2022-05-05T09:31:27.746Z] [2022-05-05T09:31:27.746Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-05T09:31:27.746Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-05T09:31:27.746Z] #12 DONE 1.4s [2022-05-05T09:31:27.746Z] [2022-05-05T09:31:27.746Z] #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-05T09:31:27.746Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-05T09:31:27.855Z] #31 8.072 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-05T09:31:27.884Z] #26 ... [2022-05-05T09:31:27.885Z] [2022-05-05T09:31:27.885Z] #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-05T09:31:27.885Z] #31 sha256:78f00becc9ccaefb8dd37f722cd7d0f922a76927725a119611e037b5f4336126 [2022-05-05T09:31:27.885Z] #31 10.99 #=#=# 0.1% ###### 8.9% ############# 18.2% ################## 25.6% ######################## 34.1% ################################# 47.1% ######################################## 56.5% ############################################# 63.7% ##################################################### 74.6% ############################################################# 85.8% ######################################################################## 100.0% [2022-05-05T09:31:28.114Z] #31 8.368 [2022-05-05T09:31:28.245Z] #47 43.07 Selecting previously unselected package libarchive13:amd64. [2022-05-05T09:31:28.245Z] #47 43.07 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-05T09:31:28.245Z] #47 43.08 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:31:28.245Z] #47 43.21 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-05T09:31:28.245Z] #47 43.21 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-05T09:31:28.245Z] #47 43.22 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:31:28.245Z] #47 43.26 Selecting previously unselected package librhash0:amd64. [2022-05-05T09:31:28.245Z] #47 ... [2022-05-05T09:31:28.245Z] [2022-05-05T09:31:28.245Z] #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-05T09:31:28.245Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:28.245Z] #20 42.94 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:28.245Z] #20 43.16 Fetched 115 MB in 2s (63.6 MB/s) [2022-05-05T09:31:28.245Z] #20 43.19 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-05T09:31:28.245Z] #20 43.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-05T09:31:28.245Z] #20 43.21 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:31:28.245Z] #20 43.21 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:31:28.327Z] #13 DONE 0.6s [2022-05-05T09:31:28.328Z] [2022-05-05T09:31:28.328Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-05T09:31:28.328Z] #25 sha256:a8093228eb4a20ee0d800e9ea15c09797a76f042452271fbfcf6b5a6170934bb [2022-05-05T09:31:28.328Z] #25 DONE 0.1s [2022-05-05T09:31:28.328Z] [2022-05-05T09:31:28.328Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:28.328Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:31:28.328Z] #36 ... [2022-05-05T09:31:28.328Z] [2022-05-05T09:31:28.328Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-05T09:31:28.328Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-05T09:31:28.328Z] #33 DONE 0.2s [2022-05-05T09:31:28.328Z] [2022-05-05T09:31:28.328Z] #48 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-05T09:31:28.328Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-05T09:31:28.328Z] #48 DONE 0.2s [2022-05-05T09:31:28.384Z] #31 8.591 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:28.599Z] [2022-05-05T09:31:28.599Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:28.599Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:31:28.599Z] #49 ... [2022-05-05T09:31:28.599Z] [2022-05-05T09:31:28.599Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-05T09:31:28.599Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-05T09:31:28.599Z] #44 DONE 0.4s [2022-05-05T09:31:28.599Z] [2022-05-05T09:31:28.599Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-05T09:31:28.599Z] #64 sha256:71baf4ecac4354bf6cd76ca3b73cad461a969ccd873adf81f15281159f246f35 [2022-05-05T09:31:28.599Z] #64 DONE 0.4s [2022-05-05T09:31:28.644Z] #31 8.910 [2022-05-05T09:31:28.739Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.2s [2022-05-05T09:31:28.740Z] #11 ... [2022-05-05T09:31:28.740Z] [2022-05-05T09:31:28.740Z] #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-05T09:31:28.740Z] #31 sha256:f59839655e1d10d8ca51f240a45b7d445f9529224587887ed2acb730476ce9b4 [2022-05-05T09:31:28.740Z] #31 1.933 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-05T09:31:28.740Z] #31 2.251 [2022-05-05T09:31:28.740Z] #31 2.476 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:28.740Z] #31 2.806 [2022-05-05T09:31:28.740Z] #31 3.890 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-05T09:31:28.740Z] #31 4.174 [2022-05-05T09:31:28.740Z] #31 4.395 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:28.740Z] #31 4.720 [2022-05-05T09:31:28.740Z] #31 5.753 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-05T09:31:28.740Z] #31 6.009 [2022-05-05T09:31:28.740Z] #31 6.229 #=#=# ############ 17.8% ########################################## 59.6% ################################################################# 91.6% ######################################################################## 100.0% [2022-05-05T09:31:28.740Z] #31 6.811 [2022-05-05T09:31:28.740Z] #31 7.923 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-05T09:31:28.740Z] #31 8.221 [2022-05-05T09:31:28.740Z] #31 8.449 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:28.740Z] #31 8.730 [2022-05-05T09:31:28.740Z] #31 9.497 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-05T09:31:28.740Z] #31 9.833 [2022-05-05T09:31:28.816Z] #20 43.69 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-05T09:31:28.816Z] #20 43.70 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:31:28.816Z] #20 43.70 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:31:28.827Z] #31 13.42 [2022-05-05T09:31:28.863Z] [2022-05-05T09:31:28.863Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:28.863Z] #65 sha256:0df67eb7decf8ab45e1c2204f2ef2d63f669b16ea9942735cddd4b253a4c2bc7 [2022-05-05T09:31:28.998Z] #31 10.06 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:28.998Z] #31 ... [2022-05-05T09:31:28.998Z] [2022-05-05T09:31:28.998Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:28.998Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:29.580Z] #31 9.709 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-05T09:31:29.760Z] #20 44.48 Selecting previously unselected package binutils-mingw-w64. [2022-05-05T09:31:29.760Z] #20 44.49 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-05T09:31:29.760Z] #20 44.49 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:31:29.760Z] #20 44.57 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-05T09:31:29.760Z] #20 44.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:31:29.760Z] #20 44.58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:31:29.760Z] #20 44.64 Selecting previously unselected package dmsetup. [2022-05-05T09:31:29.760Z] #20 44.64 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:31:29.760Z] #20 44.65 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:31:29.760Z] #20 44.71 Selecting previously unselected package mingw-w64-common. [2022-05-05T09:31:29.760Z] #20 44.71 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-05T09:31:29.760Z] #20 44.72 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-05T09:31:29.842Z] #31 10.02 [2022-05-05T09:31:30.100Z] #31 10.25 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:30.341Z] #20 ... [2022-05-05T09:31:30.341Z] [2022-05-05T09:31:30.341Z] #47 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:30.341Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-05T09:31:30.341Z] #47 43.27 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-05-05T09:31:30.341Z] #47 43.28 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:31:30.341Z] #47 43.33 Selecting previously unselected package libuv1:amd64. [2022-05-05T09:31:30.341Z] #47 43.33 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-05-05T09:31:30.341Z] #47 43.33 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:31:30.341Z] #47 43.39 Selecting previously unselected package cmake. [2022-05-05T09:31:30.341Z] #47 43.39 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-05T09:31:30.341Z] #47 43.40 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:31:30.341Z] #47 44.59 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:31:30.341Z] #47 44.61 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:30.341Z] #47 44.62 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:31:30.341Z] #47 44.63 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:30.341Z] #47 44.66 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:31:30.341Z] #47 44.67 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:31:30.341Z] #47 44.69 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:31:30.341Z] #47 44.71 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:31:30.341Z] #47 44.72 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:30.341Z] #47 DONE 45.1s [2022-05-05T09:31:30.341Z] [2022-05-05T09:31:30.341Z] #48 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-05T09:31:30.341Z] #48 sha256:b2afb85e496722c204692b4247bda8c3a9a7cb7ef73110d9fb8cdf235d4922c7 [2022-05-05T09:31:30.341Z] #48 DONE 0.1s [2022-05-05T09:31:30.341Z] [2022-05-05T09:31:30.341Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:31:30.341Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:31:30.341Z] #69 0.784 + RM_GOPATH=0 [2022-05-05T09:31:30.341Z] #69 0.784 + TMP_GOPATH= [2022-05-05T09:31:30.341Z] #69 0.784 + : /build [2022-05-05T09:31:30.341Z] #69 0.784 + '[' -z '' ']' [2022-05-05T09:31:30.341Z] #69 0.784 ++ mktemp -d [2022-05-05T09:31:30.341Z] #69 0.786 + export GOPATH=/tmp/tmp.EA523HM8eG [2022-05-05T09:31:30.341Z] #69 0.786 + GOPATH=/tmp/tmp.EA523HM8eG [2022-05-05T09:31:30.341Z] #69 0.786 + RM_GOPATH=1 [2022-05-05T09:31:30.341Z] #69 0.786 + case "$(go env GOARCH)" in [2022-05-05T09:31:30.341Z] #69 0.786 ++ go env GOARCH [2022-05-05T09:31:30.341Z] #69 0.789 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:30.341Z] #69 0.789 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:30.341Z] #69 0.790 ++ dirname /install.sh [2022-05-05T09:31:30.341Z] #69 0.791 + dir=/ [2022-05-05T09:31:30.341Z] #69 0.791 + bin=containerd [2022-05-05T09:31:30.341Z] #69 0.792 + shift [2022-05-05T09:31:30.341Z] #69 0.792 + '[' '!' -f //containerd.installer ']' [2022-05-05T09:31:30.341Z] #69 0.792 + . //containerd.installer [2022-05-05T09:31:30.341Z] #69 0.792 ++ set -e [2022-05-05T09:31:30.341Z] #69 0.792 ++ : v1.6.4 [2022-05-05T09:31:30.341Z] #69 0.793 + install_containerd [2022-05-05T09:31:30.341Z] #69 0.793 + echo 'Install containerd version v1.6.4' [2022-05-05T09:31:30.341Z] #69 0.793 Install containerd version v1.6.4 [2022-05-05T09:31:30.341Z] #69 0.794 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EA523HM8eG/src/github.com/containerd/containerd [2022-05-05T09:31:30.341Z] #69 0.795 Cloning into '/tmp/tmp.EA523HM8eG/src/github.com/containerd/containerd'... [2022-05-05T09:31:30.359Z] #31 10.51 [2022-05-05T09:31:30.359Z] #31 10.60 Download of images into '/build' complete. [2022-05-05T09:31:30.359Z] #31 10.60 Use something like the following to load the result into a Docker daemon: [2022-05-05T09:31:30.359Z] #31 10.60 tar -cC '/build' . | docker load [2022-05-05T09:31:30.739Z] #31 ... [2022-05-05T09:31:30.739Z] [2022-05-05T09:31:30.739Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:30.739Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-05-05T09:31:30.739Z] #36 3.891 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-05T09:31:30.739Z] #36 ... [2022-05-05T09:31:30.739Z] [2022-05-05T09:31:30.739Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:30.739Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:31:30.739Z] #49 13.21 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-05T09:31:32.660Z] #49 15.73 Fetched 8402 kB in 12s (725 kB/s) [2022-05-05T09:31:32.660Z] #49 15.73 Reading package lists... [2022-05-05T09:31:32.660Z] #49 ... [2022-05-05T09:31:32.660Z] [2022-05-05T09:31:32.660Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:32.660Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-05-05T09:31:32.660Z] #36 15.24 tomll can be used in two ways: [2022-05-05T09:31:32.660Z] #36 15.24 Writing to STDIN and reading from STDOUT: [2022-05-05T09:31:32.660Z] #36 15.24 cat file.toml | tomll > file.toml [2022-05-05T09:31:32.660Z] #36 15.24 [2022-05-05T09:31:32.660Z] #36 15.24 Reading and updating a list of files: [2022-05-05T09:31:32.660Z] #36 15.24 tomll a.toml b.toml c.toml [2022-05-05T09:31:32.660Z] #36 15.24 [2022-05-05T09:31:32.660Z] #36 15.24 When given a list of files, tomll will modify all files in place without asking. [2022-05-05T09:31:32.660Z] #36 DONE 16.2s [2022-05-05T09:31:32.891Z] #31 ... [2022-05-05T09:31:32.891Z] [2022-05-05T09:31:32.891Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:32.891Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:32.891Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 7.3s [2022-05-05T09:31:32.921Z] [2022-05-05T09:31:32.921Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:32.921Z] #65 sha256:71b5c6f83c9f91d4be9ad23a4104137d039c824001a30fca63e31ef29298f827 [2022-05-05T09:31:32.921Z] #65 10.00 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-05T09:31:32.921Z] #65 10.61 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-05T09:31:32.921Z] #65 10.74 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-05T09:31:32.921Z] #65 10.84 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-05T09:31:32.921Z] #65 12.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:31:33.078Z] #65 4.152 + RM_GOPATH=0 [2022-05-05T09:31:33.078Z] #65 4.152 + TMP_GOPATH= [2022-05-05T09:31:33.078Z] #65 4.152 + : /build [2022-05-05T09:31:33.078Z] #65 4.152 + '[' -z '' ']' [2022-05-05T09:31:33.078Z] #65 4.152 ++ mktemp -d [2022-05-05T09:31:33.078Z] #65 4.152 + export GOPATH=/tmp/tmp.tsM50sJYiJ [2022-05-05T09:31:33.078Z] #65 4.152 + GOPATH=/tmp/tmp.tsM50sJYiJ [2022-05-05T09:31:33.078Z] #65 4.152 + RM_GOPATH=1 [2022-05-05T09:31:33.078Z] #65 4.152 + case "$(go env GOARCH)" in [2022-05-05T09:31:33.078Z] #65 4.152 ++ go env GOARCH [2022-05-05T09:31:33.078Z] #65 4.179 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:33.078Z] #65 4.215 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:33.078Z] #65 4.215 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:33.078Z] #65 4.215 ++ dirname /install.sh [2022-05-05T09:31:33.078Z] #65 4.215 + dir=/ [2022-05-05T09:31:33.078Z] #65 4.215 + bin=rootlesskit [2022-05-05T09:31:33.078Z] #65 4.215 + shift [2022-05-05T09:31:33.078Z] #65 4.215 + '[' '!' -f //rootlesskit.installer ']' [2022-05-05T09:31:33.078Z] #65 4.215 + . //rootlesskit.installer [2022-05-05T09:31:33.078Z] #65 4.215 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:33.078Z] #65 4.215 + install_rootlesskit [2022-05-05T09:31:33.078Z] #65 4.215 + case "$1" in [2022-05-05T09:31:33.078Z] #65 4.215 + export CGO_ENABLED=0 [2022-05-05T09:31:33.078Z] #65 4.215 + CGO_ENABLED=0 [2022-05-05T09:31:33.078Z] #65 4.215 + _install_rootlesskit [2022-05-05T09:31:33.078Z] #65 4.215 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-05T09:31:33.078Z] #65 4.215 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:31:33.078Z] #65 4.215 + GOBIN=/build [2022-05-05T09:31:33.078Z] #65 4.215 + GO111MODULE=on [2022-05-05T09:31:33.078Z] #65 4.215 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:33.175Z] #11 ... [2022-05-05T09:31:33.175Z] [2022-05-05T09:31:33.175Z] #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-05T09:31:33.175Z] #31 sha256:f59839655e1d10d8ca51f240a45b7d445f9529224587887ed2acb730476ce9b4 [2022-05-05T09:31:33.175Z] #31 10.35 [2022-05-05T09:31:33.175Z] #31 10.41 Download of images into '/build' complete. [2022-05-05T09:31:33.175Z] #31 10.41 Use something like the following to load the result into a Docker daemon: [2022-05-05T09:31:33.175Z] #31 10.41 tar -cC '/build' . | docker load [2022-05-05T09:31:33.175Z] #31 DONE 13.7s [2022-05-05T09:31:33.175Z] [2022-05-05T09:31:33.175Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:33.175Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:33.181Z] #65 ... [2022-05-05T09:31:33.181Z] [2022-05-05T09:31:33.181Z] #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-05T09:31:33.181Z] #31 sha256:78f00becc9ccaefb8dd37f722cd7d0f922a76927725a119611e037b5f4336126 [2022-05-05T09:31:33.181Z] #31 17.97 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-05T09:31:33.340Z] #65 4.760 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-05T09:31:33.642Z] #69 ... [2022-05-05T09:31:33.643Z] [2022-05-05T09:31:33.643Z] #49 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:31:33.643Z] #49 sha256:20a035537e32146650353f1a7fb2dbd3cf039f62b85106ea43c4957c019629c5 [2022-05-05T09:31:33.643Z] #49 0.805 + RM_GOPATH=0 [2022-05-05T09:31:33.643Z] #49 0.805 + TMP_GOPATH= [2022-05-05T09:31:33.643Z] #49 0.805 + : /build [2022-05-05T09:31:33.643Z] #49 0.805 + '[' -z '' ']' [2022-05-05T09:31:33.643Z] #49 0.805 ++ mktemp -d [2022-05-05T09:31:33.643Z] #49 0.806 + export GOPATH=/tmp/tmp.N6foilIsCa [2022-05-05T09:31:33.643Z] #49 0.806 + GOPATH=/tmp/tmp.N6foilIsCa [2022-05-05T09:31:33.643Z] #49 0.806 + RM_GOPATH=1 [2022-05-05T09:31:33.643Z] #49 0.806 + case "$(go env GOARCH)" in [2022-05-05T09:31:33.643Z] #49 0.807 ++ go env GOARCH [2022-05-05T09:31:33.643Z] #49 0.812 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:33.643Z] #49 0.812 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:33.643Z] #49 0.812 ++ dirname /install.sh [2022-05-05T09:31:33.643Z] #49 0.813 + dir=/ [2022-05-05T09:31:33.643Z] #49 0.813 + bin=tini [2022-05-05T09:31:33.643Z] #49 0.813 + shift [2022-05-05T09:31:33.643Z] #49 0.813 + '[' '!' -f //tini.installer ']' [2022-05-05T09:31:33.643Z] #49 0.813 + . //tini.installer [2022-05-05T09:31:33.643Z] #49 0.814 ++ : v0.19.0 [2022-05-05T09:31:33.643Z] #49 0.814 + install_tini [2022-05-05T09:31:33.643Z] #49 0.814 + echo 'Install tini version v0.19.0' [2022-05-05T09:31:33.643Z] #49 0.814 + git clone https://github.com/krallin/tini.git /tmp/tmp.N6foilIsCa/tini [2022-05-05T09:31:33.643Z] #49 0.814 Install tini version v0.19.0 [2022-05-05T09:31:33.643Z] #49 0.817 Cloning into '/tmp/tmp.N6foilIsCa/tini'... [2022-05-05T09:31:33.643Z] #49 1.201 + cd /tmp/tmp.N6foilIsCa/tini [2022-05-05T09:31:33.643Z] #49 1.201 + git checkout -q v0.19.0 [2022-05-05T09:31:33.643Z] #49 1.206 + cmake . [2022-05-05T09:31:33.643Z] #49 1.317 -- The C compiler identification is GNU 10.2.1 [2022-05-05T09:31:33.643Z] #49 1.338 -- Detecting C compiler ABI info [2022-05-05T09:31:33.643Z] #49 1.631 -- Detecting C compiler ABI info - done [2022-05-05T09:31:33.643Z] #49 1.681 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-05T09:31:33.643Z] #49 1.681 -- Detecting C compile features [2022-05-05T09:31:33.643Z] #49 1.683 -- Detecting C compile features - done [2022-05-05T09:31:33.643Z] #49 1.701 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-05T09:31:33.643Z] #49 1.771 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-05T09:31:33.643Z] #49 1.805 -- Configuring done [2022-05-05T09:31:33.643Z] #49 1.812 -- Generating done [2022-05-05T09:31:33.643Z] #49 1.815 -- Build files have been written to: /tmp/tmp.N6foilIsCa/tini [2022-05-05T09:31:33.643Z] #49 1.821 + make tini-static [2022-05-05T09:31:33.643Z] #49 1.947 Scanning dependencies of target tini-static [2022-05-05T09:31:33.643Z] #49 1.988 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-05T09:31:33.643Z] #49 2.456 [100%] Linking C executable tini-static [2022-05-05T09:31:33.643Z] #49 2.677 [100%] Built target tini-static [2022-05-05T09:31:33.643Z] #49 2.702 + mkdir -p /build [2022-05-05T09:31:33.643Z] #49 2.704 + cp tini-static /build/docker-init [2022-05-05T09:31:33.643Z] #49 DONE 3.0s [2022-05-05T09:31:33.643Z] [2022-05-05T09:31:33.643Z] #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-05T09:31:33.643Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:33.643Z] #20 46.51 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-05T09:31:33.643Z] #20 46.52 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-05T09:31:33.643Z] #20 46.52 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:31:33.643Z] #20 48.34 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-05T09:31:33.643Z] #20 48.35 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:33.643Z] #20 48.36 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:31:33.643Z] #20 48.44 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-05T09:31:33.643Z] #20 48.45 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:33.643Z] #20 48.46 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:31:33.739Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 10.2s [2022-05-05T09:31:33.913Z] #65 ... [2022-05-05T09:31:33.913Z] [2022-05-05T09:31:33.913Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:33.913Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:31:33.913Z] #49 5.557 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:34.175Z] #49 5.602 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:34.175Z] #49 5.602 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:34.587Z] #20 ... [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #51 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-05T09:31:34.587Z] #51 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-05T09:31:34.587Z] #51 CACHED [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #52 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:34.587Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:31:34.587Z] #52 CACHED [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #55 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-05T09:31:34.587Z] #55 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-05T09:31:34.587Z] #55 CACHED [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #56 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:34.587Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:31:34.587Z] #56 CACHED [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:34.587Z] #58 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:34.587Z] #58 CACHED [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:34.587Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:31:34.587Z] #60 CACHED [2022-05-05T09:31:34.587Z] [2022-05-05T09:31:34.587Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:31:34.587Z] #62 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:31:34.587Z] #62 CACHED [2022-05-05T09:31:34.749Z] #49 6.321 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-05T09:31:34.849Z] [2022-05-05T09:31:34.849Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:31:34.849Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:31:35.096Z] #31 19.34 #=#=# [2022-05-05T09:31:35.096Z] #31 19.67 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:35.322Z] #49 6.839 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:35.424Z] #11 ... [2022-05-05T09:31:35.424Z] [2022-05-05T09:31:35.424Z] #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-05T09:31:35.424Z] #31 sha256:2b8bc13674981bf33a2a6a52bfd7c5b004a88b633c2edf5be31808e3ab62daae [2022-05-05T09:31:35.424Z] #31 DONE 15.3s [2022-05-05T09:31:35.424Z] [2022-05-05T09:31:35.424Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-05T09:31:35.424Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-05T09:31:35.793Z] #69 ... [2022-05-05T09:31:35.793Z] [2022-05-05T09:31:35.793Z] #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-05T09:31:35.793Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:35.793Z] #20 50.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-05T09:31:35.793Z] #20 50.82 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:36.054Z] #20 50.82 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:31:36.267Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 12.6s done [2022-05-05T09:31:36.267Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-05T09:31:36.481Z] #31 20.75 [2022-05-05T09:31:36.523Z] #11 DONE 43.4s [2022-05-05T09:31:36.523Z] [2022-05-05T09:31:36.523Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-05T09:31:36.523Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-05T09:31:36.802Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 11.5s done [2022-05-05T09:31:37.056Z] #31 ... [2022-05-05T09:31:37.056Z] [2022-05-05T09:31:37.056Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:37.056Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-05-05T09:31:37.056Z] #60 10.58 Fetched 8399 kB in 8s (1059 kB/s) [2022-05-05T09:31:37.056Z] #60 10.58 Reading package lists... [2022-05-05T09:31:37.056Z] #60 15.09 Reading package lists... [2022-05-05T09:31:37.318Z] #60 19.97 Building dependency tree... [2022-05-05T09:31:37.318Z] #60 ... [2022-05-05T09:31:37.318Z] [2022-05-05T09:31:37.318Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:37.318Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:31:37.318Z] #49 15.73 Reading package lists... [2022-05-05T09:31:37.370Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-05T09:31:37.629Z] #11 DONE 42.6s [2022-05-05T09:31:37.629Z] [2022-05-05T09:31:37.629Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-05T09:31:37.629Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-05T09:31:37.876Z] #49 9.351 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:37.891Z] #12 DONE 1.3s [2022-05-05T09:31:37.891Z] [2022-05-05T09:31:37.891Z] #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-05T09:31:37.891Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-05T09:31:38.449Z] #49 ... [2022-05-05T09:31:38.449Z] [2022-05-05T09:31:38.449Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:38.449Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:31:38.449Z] #53 3.900 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-05T09:31:38.449Z] #53 ... [2022-05-05T09:31:38.449Z] [2022-05-05T09:31:38.449Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:38.450Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:31:38.450Z] #38 5.158 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:31:38.450Z] #38 6.099 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:31:38.450Z] #38 7.838 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:31:38.450Z] #38 8.183 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:31:38.450Z] #38 8.243 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:31:38.450Z] #38 ... [2022-05-05T09:31:38.450Z] [2022-05-05T09:31:38.450Z] #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-05T09:31:38.450Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:31:38.450Z] #14 3.076 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:38.450Z] #14 3.102 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:38.450Z] #14 3.102 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:38.450Z] #14 3.314 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:38.450Z] #14 4.246 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:38.450Z] #14 5.664 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:38.568Z] #12 DONE 0.8s [2022-05-05T09:31:38.568Z] [2022-05-05T09:31:38.568Z] #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-05T09:31:38.568Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-05T09:31:38.710Z] #14 ... [2022-05-05T09:31:38.711Z] [2022-05-05T09:31:38.711Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:38.711Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:38.711Z] #51 3.566 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:31:38.711Z] #51 4.675 go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:31:38.711Z] #51 4.675 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:31:38.711Z] #51 4.725 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:31:38.711Z] #51 4.770 go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:31:38.711Z] #51 4.967 go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:31:38.711Z] #51 5.334 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:31:38.711Z] #51 5.391 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:31:38.711Z] #51 5.431 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:31:38.711Z] #51 5.628 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:31:38.711Z] #51 9.501 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:31:38.711Z] #51 9.556 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:31:38.711Z] #51 9.657 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:31:38.821Z] #13 DONE 1.1s [2022-05-05T09:31:38.978Z] #51 ... [2022-05-05T09:31:38.978Z] [2022-05-05T09:31:38.978Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:31:38.978Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:31:38.978Z] #55 5.156 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-05T09:31:38.978Z] #55 6.202 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-05T09:31:38.978Z] #55 6.207 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-05T09:31:38.978Z] #55 6.306 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-05T09:31:38.978Z] #55 8.129 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-05T09:31:38.978Z] #55 ... [2022-05-05T09:31:38.978Z] [2022-05-05T09:31:38.978Z] #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-05T09:31:38.978Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:31:38.978Z] #34 3.138 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-05T09:31:38.978Z] #34 3.139 Cloning into '.'... [2022-05-05T09:31:39.077Z] [2022-05-05T09:31:39.077Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-05T09:31:39.077Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-05T09:31:39.077Z] #33 DONE 0.2s [2022-05-05T09:31:39.077Z] [2022-05-05T09:31:39.077Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-05T09:31:39.077Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-05T09:31:39.077Z] #44 DONE 0.2s [2022-05-05T09:31:39.077Z] [2022-05-05T09:31:39.077Z] #48 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-05T09:31:39.077Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-05T09:31:39.077Z] #48 DONE 0.2s [2022-05-05T09:31:39.077Z] [2022-05-05T09:31:39.077Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-05T09:31:39.077Z] #25 sha256:678b2c2b0e0da36955b2e13f7b6c402b606e76aaba1f4a31732e77ad79f1d327 [2022-05-05T09:31:39.077Z] #25 DONE 0.2s [2022-05-05T09:31:39.077Z] [2022-05-05T09:31:39.077Z] #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-05T09:31:39.077Z] #26 sha256:662e6673f6028c935ee5f318c8068adf9ead4cbaa5b5d1995d127a3bdb1e05a9 [2022-05-05T09:31:39.136Z] #13 DONE 0.9s [2022-05-05T09:31:39.136Z] [2022-05-05T09:31:39.136Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-05T09:31:39.136Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-05T09:31:39.136Z] #33 DONE 0.1s [2022-05-05T09:31:39.136Z] [2022-05-05T09:31:39.136Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:39.136Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:31:39.231Z] #49 20.43 Reading package lists... [2022-05-05T09:31:39.231Z] #49 ... [2022-05-05T09:31:39.231Z] [2022-05-05T09:31:39.231Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:39.231Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-05T09:31:39.231Z] #40 12.66 Fetched 8399 kB in 10s (869 kB/s) [2022-05-05T09:31:39.231Z] #40 12.66 Reading package lists... [2022-05-05T09:31:39.231Z] #40 17.13 Reading package lists... [2022-05-05T09:31:39.231Z] #40 21.24 Building dependency tree... [2022-05-05T09:31:39.231Z] #40 ... [2022-05-05T09:31:39.231Z] [2022-05-05T09:31:39.231Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:39.231Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:31:39.231Z] #53 22.35 go: downloading github.com/fatih/color v1.13.0 [2022-05-05T09:31:39.231Z] #53 22.38 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:31:39.231Z] #53 22.41 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-05T09:31:39.231Z] #53 22.43 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-05T09:31:39.231Z] #53 22.59 go: downloading github.com/spf13/viper v1.10.1 [2022-05-05T09:31:39.231Z] #53 22.73 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-05T09:31:39.231Z] #53 22.96 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-05T09:31:39.241Z] #34 ... [2022-05-05T09:31:39.241Z] [2022-05-05T09:31:39.241Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:39.241Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:31:39.241Z] #60 5.165 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:39.241Z] #60 5.308 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:39.241Z] #60 5.323 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:39.241Z] #60 6.043 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:39.241Z] #60 8.610 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:39.241Z] #60 ... [2022-05-05T09:31:39.241Z] [2022-05-05T09:31:39.241Z] #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-05T09:31:39.241Z] #26 sha256:80cb7625fe8e33c52109f62c6b1e8eb416ac53c5af0d1cd0f58053df6ed3c707 [2022-05-05T09:31:39.241Z] #26 3.927 + RM_GOPATH=0 [2022-05-05T09:31:39.241Z] #26 3.927 + TMP_GOPATH= [2022-05-05T09:31:39.241Z] #26 3.927 + : /build [2022-05-05T09:31:39.241Z] #26 3.927 + '[' -z '' ']' [2022-05-05T09:31:39.241Z] #26 3.927 ++ mktemp -d [2022-05-05T09:31:39.241Z] #26 3.927 + export GOPATH=/tmp/tmp.kzc1sdCMC9 [2022-05-05T09:31:39.241Z] #26 3.927 + GOPATH=/tmp/tmp.kzc1sdCMC9 [2022-05-05T09:31:39.241Z] #26 3.927 + RM_GOPATH=1 [2022-05-05T09:31:39.241Z] #26 3.927 + case "$(go env GOARCH)" in [2022-05-05T09:31:39.241Z] #26 3.927 ++ go env GOARCH [2022-05-05T09:31:39.241Z] #26 3.951 Install docker/cli version 17.06.2-ce from stable [2022-05-05T09:31:39.241Z] #26 3.951 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:39.241Z] #26 3.951 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:39.241Z] #26 3.951 ++ dirname /install.sh [2022-05-05T09:31:39.241Z] #26 3.951 + dir=/ [2022-05-05T09:31:39.241Z] #26 3.951 + bin=dockercli [2022-05-05T09:31:39.241Z] #26 3.951 + shift [2022-05-05T09:31:39.241Z] #26 3.951 + '[' '!' -f //dockercli.installer ']' [2022-05-05T09:31:39.241Z] #26 3.951 + . //dockercli.installer [2022-05-05T09:31:39.241Z] #26 3.951 ++ : stable [2022-05-05T09:31:39.241Z] #26 3.951 ++ : 17.06.2-ce [2022-05-05T09:31:39.241Z] #26 3.951 + install_dockercli [2022-05-05T09:31:39.241Z] #26 3.951 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-05T09:31:39.241Z] #26 3.951 ++ uname -m [2022-05-05T09:31:39.241Z] #26 3.951 + arch=x86_64 [2022-05-05T09:31:39.241Z] #26 3.951 + '[' x86_64 '!=' x86_64 ']' [2022-05-05T09:31:39.241Z] #26 3.951 + url=https://download.docker.com/linux/static [2022-05-05T09:31:39.241Z] #26 3.951 + tar -xz docker/docker [2022-05-05T09:31:39.241Z] #26 3.958 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-05T09:31:39.241Z] #26 10.57 + mkdir -p /build [2022-05-05T09:31:39.241Z] #26 10.57 + mv docker/docker /build/ [2022-05-05T09:31:39.241Z] #26 10.59 + rmdir docker [2022-05-05T09:31:39.334Z] #26 ... [2022-05-05T09:31:39.334Z] [2022-05-05T09:31:39.334Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-05T09:31:39.334Z] #64 sha256:c5e6124f707cedd7dbb7c878483d945db03ee8d5f1a848e51d16e643158cd062 [2022-05-05T09:31:39.334Z] #64 DONE 0.3s [2022-05-05T09:31:39.397Z] #40 ... [2022-05-05T09:31:39.397Z] [2022-05-05T09:31:39.397Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-05T09:31:39.397Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-05T09:31:39.397Z] #44 DONE 0.2s [2022-05-05T09:31:39.397Z] [2022-05-05T09:31:39.397Z] #48 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-05T09:31:39.397Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-05T09:31:39.397Z] #48 DONE 0.3s [2022-05-05T09:31:39.492Z] #53 22.97 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-05T09:31:39.492Z] #53 23.02 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-05T09:31:39.492Z] #53 23.03 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-05T09:31:39.502Z] #26 DONE 11.2s [2022-05-05T09:31:39.502Z] [2022-05-05T09:31:39.502Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:39.502Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:31:39.502Z] #45 4.705 + git clone https://github.com/docker/distribution.git . [2022-05-05T09:31:39.502Z] #45 4.711 Cloning into '.'... [2022-05-05T09:31:39.502Z] #45 ... [2022-05-05T09:31:39.502Z] [2022-05-05T09:31:39.502Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:39.502Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:31:39.502Z] #40 5.087 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:39.502Z] #40 5.285 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:39.502Z] #40 5.285 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:39.502Z] #40 5.928 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:39.502Z] #40 8.131 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:39.502Z] #40 10.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:39.590Z] [2022-05-05T09:31:39.590Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:39.590Z] #65 sha256:0b5be36380c77d51b4930ad8ede9fa9ad9a4a590a89eaa80218d4ced9fc32f79 [2022-05-05T09:31:39.658Z] [2022-05-05T09:31:39.658Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-05T09:31:39.658Z] #25 sha256:b12e30692e5d57530127678f86fbf518cfa284948821f4aad09dfea4fc96abc8 [2022-05-05T09:31:39.658Z] #25 DONE 0.4s [2022-05-05T09:31:39.658Z] [2022-05-05T09:31:39.658Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-05T09:31:39.658Z] #64 sha256:6386e2349911d9abb2883652ce9b0305dcfb1da28981b878321ea7213057b318 [2022-05-05T09:31:39.658Z] #64 DONE 0.4s [2022-05-05T09:31:39.658Z] [2022-05-05T09:31:39.658Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:39.658Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:31:39.763Z] #40 ... [2022-05-05T09:31:39.763Z] [2022-05-05T09:31:39.763Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:39.763Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:31:39.763Z] #60 11.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:40.263Z] #20 54.71 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-05T09:31:40.263Z] #20 54.72 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:40.263Z] #20 54.72 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:31:40.436Z] #53 23.92 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-05T09:31:40.696Z] #53 24.07 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-05T09:31:40.696Z] #53 ... [2022-05-05T09:31:40.696Z] [2022-05-05T09:31:40.696Z] #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-05T09:31:40.696Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:31:40.696Z] #14 14.30 Fetched 8399 kB in 10s (839 kB/s) [2022-05-05T09:31:40.696Z] #14 14.30 Reading package lists... [2022-05-05T09:31:40.696Z] #14 19.25 Reading package lists... [2022-05-05T09:31:40.696Z] #14 22.90 Building dependency tree... [2022-05-05T09:31:40.957Z] #14 ... [2022-05-05T09:31:40.957Z] [2022-05-05T09:31:40.957Z] #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-05T09:31:40.957Z] #31 sha256:78f00becc9ccaefb8dd37f722cd7d0f922a76927725a119611e037b5f4336126 [2022-05-05T09:31:40.957Z] #31 23.00 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-05T09:31:40.957Z] #31 24.49 #=#=# [2022-05-05T09:31:40.957Z] #31 24.87 #=#=# ######################################################################## 100.0% [2022-05-05T09:31:41.218Z] #31 25.95 [2022-05-05T09:31:41.649Z] #20 56.32 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-05T09:31:41.649Z] #20 56.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:41.649Z] #20 56.34 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:31:41.791Z] #31 26.33 Download of images into '/build' complete. [2022-05-05T09:31:41.791Z] #31 26.34 Use something like the following to load the result into a Docker daemon: [2022-05-05T09:31:41.791Z] #31 26.34 tar -cC '/build' . | docker load [2022-05-05T09:31:42.056Z] #31 DONE 26.6s [2022-05-05T09:31:42.056Z] [2022-05-05T09:31:42.056Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:42.056Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-05-05T09:31:42.056Z] #60 19.97 Building dependency tree... [2022-05-05T09:31:42.056Z] #60 23.33 The following additional packages will be installed: [2022-05-05T09:31:42.056Z] #60 23.34 libbtrfs0 [2022-05-05T09:31:42.056Z] #60 23.52 The following NEW packages will be installed: [2022-05-05T09:31:42.056Z] #60 23.54 libbtrfs-dev libbtrfs0 [2022-05-05T09:31:42.056Z] #60 23.91 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:42.056Z] #60 23.91 Need to get 454 kB of archives. [2022-05-05T09:31:42.056Z] #60 23.91 After this operation, 1275 kB of additional disk space will be used. [2022-05-05T09:31:42.056Z] #60 23.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-05T09:31:42.056Z] #60 23.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-05T09:31:42.056Z] #60 24.66 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:42.056Z] #60 24.90 Fetched 454 kB in 0s (1349 kB/s) [2022-05-05T09:31:42.056Z] #60 25.01 Selecting previously unselected package libbtrfs0:arm64. [2022-05-05T09:31:42.056Z] #60 25.01 (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-05T09:31:42.056Z] #60 25.09 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-05T09:31:42.056Z] #60 25.10 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-05T09:31:42.056Z] #60 25.31 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-05T09:31:42.056Z] #60 25.31 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-05T09:31:42.056Z] #60 25.33 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-05T09:31:42.056Z] #60 25.59 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-05T09:31:42.056Z] #60 25.68 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-05T09:31:42.056Z] #60 25.70 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:42.630Z] #60 DONE 26.0s [2022-05-05T09:31:42.630Z] [2022-05-05T09:31:42.631Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-05T09:31:42.631Z] #61 sha256:593edc951db48898353e4123ea6db48754d2a6721c4499d989d5596027c4c312 [2022-05-05T09:31:42.631Z] #61 DONE 0.2s [2022-05-05T09:31:42.631Z] [2022-05-05T09:31:42.631Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:42.631Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-05T09:31:42.631Z] #40 24.59 The following additional packages will be installed: [2022-05-05T09:31:42.631Z] #40 24.61 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-05T09:31:42.631Z] #40 24.63 Suggested packages: [2022-05-05T09:31:42.631Z] #40 24.63 cmake-doc ninja-build lrzip [2022-05-05T09:31:42.631Z] #40 24.63 Recommended packages: [2022-05-05T09:31:42.631Z] #40 24.63 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-05T09:31:42.631Z] #40 25.35 The following NEW packages will be installed: [2022-05-05T09:31:42.631Z] #40 25.35 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-05T09:31:42.631Z] #40 25.36 vim-common xxd [2022-05-05T09:31:42.631Z] #40 25.87 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:42.631Z] #40 25.87 Need to get 15.6 MB of archives. [2022-05-05T09:31:42.631Z] #40 25.87 After this operation, 67.4 MB of additional disk space will be used. [2022-05-05T09:31:42.631Z] #40 25.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:31:42.631Z] #40 25.87 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-05T09:31:42.631Z] #40 25.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-05T09:31:42.631Z] #40 25.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-05T09:31:42.631Z] #40 26.12 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-05T09:31:42.631Z] #40 26.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-05-05T09:31:42.631Z] #40 26.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-05-05T09:31:42.631Z] #40 26.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-05-05T09:31:42.631Z] #40 26.19 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-05-05T09:31:42.631Z] #40 26.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-05-05T09:31:43.084Z] #60 ... [2022-05-05T09:31:43.084Z] [2022-05-05T09:31:43.084Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:43.084Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:31:43.084Z] #36 4.813 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-05T09:31:43.084Z] #36 ... [2022-05-05T09:31:43.084Z] [2022-05-05T09:31:43.084Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:43.084Z] #65 sha256:0df67eb7decf8ab45e1c2204f2ef2d63f669b16ea9942735cddd4b253a4c2bc7 [2022-05-05T09:31:43.084Z] #65 7.187 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:31:43.084Z] #65 7.193 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-05T09:31:43.084Z] #65 7.683 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-05T09:31:43.084Z] #65 10.73 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-05T09:31:43.084Z] #65 11.57 go: downloading github.com/google/uuid v1.3.0 [2022-05-05T09:31:43.084Z] #65 11.74 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-05T09:31:43.084Z] #65 12.41 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-05T09:31:43.084Z] #65 12.55 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:31:43.084Z] #65 12.63 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-05T09:31:43.084Z] #65 12.77 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-05T09:31:43.084Z] #65 13.27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-05T09:31:43.084Z] #65 13.44 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-05T09:31:43.084Z] #65 13.56 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-05T09:31:43.566Z] #20 58.12 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-05T09:31:43.566Z] #20 58.12 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:43.566Z] #20 58.13 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:31:44.020Z] #40 27.35 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:44.020Z] #40 27.55 Fetched 15.6 MB in 1s (15.5 MB/s) [2022-05-05T09:31:44.020Z] #40 27.61 Selecting previously unselected package xxd. [2022-05-05T09:31:44.020Z] #40 27.61 (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-05T09:31:44.020Z] #40 27.69 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-05T09:31:44.020Z] #40 27.69 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:44.029Z] #65 15.38 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:31:44.301Z] #40 27.86 Selecting previously unselected package vim-common. [2022-05-05T09:31:44.301Z] #40 27.86 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:31:44.301Z] #40 27.89 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:44.842Z] #65 4.939 + RM_GOPATH=0 [2022-05-05T09:31:44.842Z] #65 4.939 + TMP_GOPATH= [2022-05-05T09:31:44.842Z] #65 4.939 + : /build [2022-05-05T09:31:44.842Z] #65 4.939 + '[' -z '' ']' [2022-05-05T09:31:44.842Z] #65 4.940 ++ mktemp -d [2022-05-05T09:31:44.842Z] #65 4.940 + export GOPATH=/tmp/tmp.LHDQGPpDxZ [2022-05-05T09:31:44.842Z] #65 4.940 + GOPATH=/tmp/tmp.LHDQGPpDxZ [2022-05-05T09:31:44.842Z] #65 4.941 + RM_GOPATH=1 [2022-05-05T09:31:44.842Z] #65 4.941 + case "$(go env GOARCH)" in [2022-05-05T09:31:44.842Z] #65 4.956 ++ go env GOARCH [2022-05-05T09:31:44.842Z] #65 4.966 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:44.842Z] #65 4.966 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:44.842Z] #65 4.966 ++ dirname /install.sh [2022-05-05T09:31:44.842Z] #65 4.966 + dir=/ [2022-05-05T09:31:44.842Z] #65 4.966 + bin=rootlesskit [2022-05-05T09:31:44.842Z] #65 4.966 + shift [2022-05-05T09:31:44.842Z] #65 4.966 + '[' '!' -f //rootlesskit.installer ']' [2022-05-05T09:31:44.842Z] #65 4.966 + . //rootlesskit.installer [2022-05-05T09:31:44.842Z] #65 4.966 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:44.842Z] #65 4.966 + install_rootlesskit [2022-05-05T09:31:44.842Z] #65 4.966 + case "$1" in [2022-05-05T09:31:44.842Z] #65 4.966 + export CGO_ENABLED=0 [2022-05-05T09:31:44.842Z] #65 4.966 + CGO_ENABLED=0 [2022-05-05T09:31:44.842Z] #65 4.966 + _install_rootlesskit [2022-05-05T09:31:44.842Z] #65 5.013 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:44.842Z] #65 5.013 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-05T09:31:44.842Z] #65 5.013 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:31:44.842Z] #65 5.013 + GOBIN=/build [2022-05-05T09:31:44.842Z] #65 5.013 + GO111MODULE=on [2022-05-05T09:31:44.842Z] #65 5.013 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:44.842Z] #65 5.489 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-05T09:31:44.884Z] #40 28.29 Selecting previously unselected package cmake-data. [2022-05-05T09:31:44.884Z] #40 28.30 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-05T09:31:44.884Z] #40 28.38 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:31:44.930Z] #65 ... [2022-05-05T09:31:44.930Z] [2022-05-05T09:31:44.930Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:44.930Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:31:44.930Z] #45 5.022 + git clone https://github.com/docker/distribution.git . [2022-05-05T09:31:44.930Z] #45 5.025 Cloning into '.'... [2022-05-05T09:31:45.099Z] #65 ... [2022-05-05T09:31:45.099Z] [2022-05-05T09:31:45.099Z] #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-05T09:31:45.099Z] #26 sha256:662e6673f6028c935ee5f318c8068adf9ead4cbaa5b5d1995d127a3bdb1e05a9 [2022-05-05T09:31:45.099Z] #26 5.830 + RM_GOPATH=0 [2022-05-05T09:31:45.099Z] #26 5.830 + TMP_GOPATH= [2022-05-05T09:31:45.099Z] #26 5.830 + : /build [2022-05-05T09:31:45.099Z] #26 5.830 + '[' -z '' ']' [2022-05-05T09:31:45.099Z] #26 5.830 ++ mktemp -d [2022-05-05T09:31:45.099Z] #26 5.830 + export GOPATH=/tmp/tmp.grcJc9KMEG [2022-05-05T09:31:45.099Z] #26 5.830 + GOPATH=/tmp/tmp.grcJc9KMEG [2022-05-05T09:31:45.099Z] #26 5.830 + RM_GOPATH=1 [2022-05-05T09:31:45.099Z] #26 5.830 + case "$(go env GOARCH)" in [2022-05-05T09:31:45.099Z] #26 5.830 ++ go env GOARCH [2022-05-05T09:31:45.099Z] #26 5.858 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:45.099Z] #26 5.858 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:45.099Z] #26 5.863 ++ dirname /install.sh [2022-05-05T09:31:45.099Z] #26 5.864 + dir=/ [2022-05-05T09:31:45.099Z] #26 5.864 + bin=dockercli [2022-05-05T09:31:45.099Z] #26 5.864 + shift [2022-05-05T09:31:45.099Z] #26 5.864 + '[' '!' -f //dockercli.installer ']' [2022-05-05T09:31:45.099Z] #26 5.864 + . //dockercli.installer [2022-05-05T09:31:45.099Z] #26 5.864 ++ : stable [2022-05-05T09:31:45.099Z] #26 5.864 ++ : 17.06.2-ce [2022-05-05T09:31:45.099Z] #26 5.864 + install_dockercli [2022-05-05T09:31:45.099Z] #26 5.864 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-05T09:31:45.099Z] #26 5.864 Install docker/cli version 17.06.2-ce from stable [2022-05-05T09:31:45.099Z] #26 5.869 ++ uname -m [2022-05-05T09:31:45.099Z] #26 5.869 + arch=x86_64 [2022-05-05T09:31:45.099Z] #26 5.869 + '[' x86_64 '!=' x86_64 ']' [2022-05-05T09:31:45.099Z] #26 5.869 + url=https://download.docker.com/linux/static [2022-05-05T09:31:45.099Z] #26 5.897 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-05T09:31:45.099Z] #26 5.921 + tar -xz docker/docker [2022-05-05T09:31:45.189Z] #45 ... [2022-05-05T09:31:45.190Z] [2022-05-05T09:31:45.190Z] #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-05T09:31:45.190Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:31:45.190Z] #14 5.422 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:45.190Z] #14 5.436 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:45.190Z] #14 5.436 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:45.190Z] #14 5.982 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:45.759Z] #14 ... [2022-05-05T09:31:45.759Z] [2022-05-05T09:31:45.759Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:45.759Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:31:45.759Z] #65 6.125 + RM_GOPATH=0 [2022-05-05T09:31:45.759Z] #65 6.125 + TMP_GOPATH= [2022-05-05T09:31:45.759Z] #65 6.125 + : /build [2022-05-05T09:31:45.759Z] #65 6.125 + '[' -z '' ']' [2022-05-05T09:31:45.759Z] #65 6.125 ++ mktemp -d [2022-05-05T09:31:45.759Z] #65 6.125 + export GOPATH=/tmp/tmp.bGwGBozHwu [2022-05-05T09:31:45.759Z] #65 6.125 + GOPATH=/tmp/tmp.bGwGBozHwu [2022-05-05T09:31:45.759Z] #65 6.125 + RM_GOPATH=1 [2022-05-05T09:31:45.759Z] #65 6.125 + case "$(go env GOARCH)" in [2022-05-05T09:31:45.759Z] #65 6.125 ++ go env GOARCH [2022-05-05T09:31:45.759Z] #65 6.151 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:45.759Z] #65 6.151 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:45.759Z] #65 6.157 ++ dirname /install.sh [2022-05-05T09:31:45.759Z] #65 6.169 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:45.759Z] #65 6.169 + dir=/ [2022-05-05T09:31:45.759Z] #65 6.169 + bin=rootlesskit [2022-05-05T09:31:45.759Z] #65 6.169 + shift [2022-05-05T09:31:45.759Z] #65 6.169 + '[' '!' -f //rootlesskit.installer ']' [2022-05-05T09:31:45.759Z] #65 6.169 + . //rootlesskit.installer [2022-05-05T09:31:45.759Z] #65 6.169 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:45.759Z] #65 6.169 + install_rootlesskit [2022-05-05T09:31:45.759Z] #65 6.169 + case "$1" in [2022-05-05T09:31:45.759Z] #65 6.169 + export CGO_ENABLED=0 [2022-05-05T09:31:45.759Z] #65 6.169 + CGO_ENABLED=0 [2022-05-05T09:31:45.759Z] #65 6.169 + _install_rootlesskit [2022-05-05T09:31:45.759Z] #65 6.169 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-05T09:31:45.759Z] #65 6.169 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:31:45.759Z] #65 6.170 + GOBIN=/build [2022-05-05T09:31:45.759Z] #65 6.170 + GO111MODULE=on [2022-05-05T09:31:45.759Z] #65 6.170 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:31:45.828Z] #40 ... [2022-05-05T09:31:45.828Z] [2022-05-05T09:31:45.828Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:45.828Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-05T09:31:45.828Z] #45 19.15 + git checkout -q v2.3.0 [2022-05-05T09:31:45.828Z] #45 20.89 + 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-05T09:31:45.943Z] #65 ... [2022-05-05T09:31:45.943Z] [2022-05-05T09:31:45.943Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:45.943Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:31:45.943Z] #36 17.84 tomll can be used in two ways: [2022-05-05T09:31:45.943Z] #36 17.84 Writing to STDIN and reading from STDOUT: [2022-05-05T09:31:45.943Z] #36 17.84 cat file.toml | tomll > file.toml [2022-05-05T09:31:45.943Z] #36 17.84 [2022-05-05T09:31:45.943Z] #36 17.84 Reading and updating a list of files: [2022-05-05T09:31:45.943Z] #36 17.84 tomll a.toml b.toml c.toml [2022-05-05T09:31:45.943Z] #36 17.84 [2022-05-05T09:31:45.943Z] #36 17.84 When given a list of files, tomll will modify all files in place without asking. [2022-05-05T09:31:46.090Z] #45 ... [2022-05-05T09:31:46.090Z] [2022-05-05T09:31:46.090Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:46.090Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:31:46.090Z] #53 26.83 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:31:46.090Z] #53 26.84 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-05T09:31:46.090Z] #53 26.92 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-05T09:31:46.090Z] #53 26.97 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-05T09:31:46.090Z] #53 27.04 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-05T09:31:46.090Z] #53 27.09 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-05T09:31:46.090Z] #53 27.15 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-05T09:31:46.090Z] #53 27.16 go: downloading github.com/spf13/afero v1.6.0 [2022-05-05T09:31:46.090Z] #53 27.20 go: downloading github.com/spf13/cast v1.4.1 [2022-05-05T09:31:46.090Z] #53 27.26 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-05T09:31:46.090Z] #53 27.29 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-05T09:31:46.090Z] #53 27.34 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-05T09:31:46.090Z] #53 27.41 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-05T09:31:46.090Z] #53 27.42 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-05T09:31:46.090Z] #53 27.48 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-05T09:31:46.090Z] #53 27.61 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-05T09:31:46.090Z] #53 27.66 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-05T09:31:46.090Z] #53 27.67 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-05T09:31:46.090Z] #53 27.71 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-05T09:31:46.090Z] #53 27.74 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-05T09:31:46.090Z] #53 27.76 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-05T09:31:46.090Z] #53 28.30 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-05T09:31:46.090Z] #53 28.41 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-05T09:31:46.090Z] #53 28.42 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-05T09:31:46.090Z] #53 28.52 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-05T09:31:46.090Z] #53 28.67 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-05T09:31:46.090Z] #53 28.77 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-05T09:31:46.090Z] #53 29.28 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-05T09:31:46.090Z] #53 29.31 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-05T09:31:46.090Z] #53 29.35 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-05T09:31:46.090Z] #53 29.36 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-05T09:31:46.090Z] #53 29.37 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-05T09:31:46.090Z] #53 29.38 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-05T09:31:46.090Z] #53 29.42 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-05T09:31:46.090Z] #53 29.44 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-05T09:31:46.090Z] #53 29.48 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-05T09:31:46.090Z] #53 29.50 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-05T09:31:46.090Z] #53 29.56 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-05T09:31:46.090Z] #53 29.57 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-05T09:31:46.090Z] #53 29.63 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-05T09:31:46.090Z] #53 29.64 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-05T09:31:46.090Z] #53 29.67 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-05T09:31:46.090Z] #53 29.70 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-05T09:31:46.090Z] #53 29.73 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-05T09:31:46.090Z] #53 29.77 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-05T09:31:46.330Z] #65 6.672 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-05T09:31:46.355Z] #53 29.79 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-05T09:31:46.355Z] #53 29.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-05T09:31:46.355Z] #53 29.94 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-05T09:31:46.615Z] #53 30.06 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-05T09:31:46.615Z] #53 30.13 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-05T09:31:46.615Z] #53 30.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-05T09:31:46.615Z] #53 30.17 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-05T09:31:46.615Z] #53 30.20 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-05T09:31:46.615Z] #53 30.22 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-05T09:31:46.615Z] #53 30.24 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-05T09:31:46.615Z] #53 30.27 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-05T09:31:46.873Z] #20 61.78 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-05T09:31:46.873Z] #20 61.78 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:31:46.873Z] #20 61.79 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:31:46.876Z] #53 30.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-05T09:31:46.876Z] #53 30.37 go: downloading github.com/julz/importas v0.1.0 [2022-05-05T09:31:46.876Z] #53 30.38 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-05T09:31:46.876Z] #53 30.50 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-05T09:31:46.876Z] #53 30.54 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-05T09:31:46.876Z] #53 30.59 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-05T09:31:46.876Z] #53 30.59 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-05T09:31:46.876Z] #53 30.61 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-05T09:31:47.140Z] #53 30.64 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-05T09:31:47.140Z] #53 30.64 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-05T09:31:47.140Z] #53 30.68 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-05T09:31:47.140Z] #53 30.70 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-05T09:31:47.140Z] #53 30.72 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-05T09:31:47.140Z] #53 30.74 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-05T09:31:47.330Z] #36 DONE 18.7s [2022-05-05T09:31:47.330Z] [2022-05-05T09:31:47.330Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:47.330Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:31:47.330Z] #40 18.60 Fetched 8511 kB in 14s (621 kB/s) [2022-05-05T09:31:47.713Z] #53 31.25 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-05T09:31:47.713Z] #53 31.33 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-05T09:31:47.713Z] #53 31.35 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-05T09:31:47.713Z] #53 31.37 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-05T09:31:47.714Z] #53 31.42 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-05T09:31:47.714Z] #53 31.43 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-05T09:31:47.976Z] #53 31.46 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-05T09:31:47.976Z] #53 31.50 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-05T09:31:47.976Z] #53 31.51 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-05T09:31:48.300Z] #53 31.84 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-05T09:31:48.562Z] #53 31.84 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-05T09:31:48.562Z] #53 31.89 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-05T09:31:48.562Z] #53 31.90 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-05T09:31:48.562Z] #53 31.91 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-05T09:31:48.562Z] #53 31.92 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-05T09:31:48.562Z] #53 32.06 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-05T09:31:48.562Z] #53 32.07 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-05T09:31:48.562Z] #53 32.10 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-05T09:31:48.562Z] #53 32.11 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-05T09:31:48.562Z] #53 32.11 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-05T09:31:48.562Z] #53 32.17 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-05T09:31:48.790Z] #20 63.45 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-05T09:31:48.790Z] #20 63.46 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-05T09:31:48.790Z] #20 63.47 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:31:48.790Z] #20 63.52 Selecting previously unselected package libapparmor1:amd64. [2022-05-05T09:31:48.790Z] #20 63.53 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-05T09:31:48.790Z] #20 63.53 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:31:48.790Z] #20 63.58 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-05T09:31:48.790Z] #20 63.58 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-05T09:31:48.790Z] #20 63.59 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:31:48.790Z] #20 63.66 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:31:48.790Z] #20 63.67 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:31:48.790Z] #20 63.67 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:31:48.790Z] #20 63.74 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:31:48.790Z] #20 63.74 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:31:48.790Z] #20 63.75 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:31:48.823Z] #53 32.30 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-05T09:31:48.823Z] #53 32.36 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-05T09:31:48.823Z] #53 32.38 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-05T09:31:48.823Z] #53 32.39 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-05T09:31:49.052Z] #20 63.83 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-05T09:31:49.052Z] #20 63.84 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:31:49.052Z] #20 63.85 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:31:49.052Z] #20 63.89 Selecting previously unselected package libudev-dev:amd64. [2022-05-05T09:31:49.052Z] #20 63.89 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-05T09:31:49.052Z] #20 63.90 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:31:49.052Z] #20 63.97 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-05T09:31:49.052Z] #20 63.97 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-05T09:31:49.052Z] #20 63.98 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:31:49.052Z] #20 64.11 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-05T09:31:49.083Z] #53 ... [2022-05-05T09:31:49.083Z] [2022-05-05T09:31:49.083Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:49.083Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d [2022-05-05T09:31:49.083Z] #38 30.82 NAME: [2022-05-05T09:31:49.083Z] #38 30.82 go-winres - A tool for embedding resources in Windows executables [2022-05-05T09:31:49.083Z] #38 30.82 [2022-05-05T09:31:49.083Z] #38 30.82 USAGE: [2022-05-05T09:31:49.083Z] #38 30.82 go-winres [global options] command [command options] [arguments...] [2022-05-05T09:31:49.083Z] #38 30.82 [2022-05-05T09:31:49.083Z] #38 30.82 COMMANDS: [2022-05-05T09:31:49.083Z] #38 30.82 init Create an initial ./winres/winres.json [2022-05-05T09:31:49.083Z] #38 30.82 make Make syso files for the "go build" command [2022-05-05T09:31:49.083Z] #38 30.82 simply Make syso files for the "go build" command (simplified) [2022-05-05T09:31:49.083Z] #38 30.82 extract Extract all resources from an executable [2022-05-05T09:31:49.083Z] #38 30.82 patch Replace resources in an executable file (exe, dll) [2022-05-05T09:31:49.083Z] #38 30.82 help, h Shows a list of commands or help for one command [2022-05-05T09:31:49.083Z] #38 30.82 [2022-05-05T09:31:49.083Z] #38 30.82 GLOBAL OPTIONS: [2022-05-05T09:31:49.083Z] #38 30.82 --help, -h show help (default: false) [2022-05-05T09:31:49.083Z] #38 DONE 32.5s [2022-05-05T09:31:49.083Z] [2022-05-05T09:31:49.083Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:49.083Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:31:49.083Z] #53 32.49 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-05T09:31:49.083Z] #53 ... [2022-05-05T09:31:49.083Z] [2022-05-05T09:31:49.083Z] #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-05T09:31:49.083Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-05T09:31:49.083Z] #34 32.17 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-05T09:31:49.083Z] #34 ... [2022-05-05T09:31:49.083Z] [2022-05-05T09:31:49.083Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:31:49.083Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772 [2022-05-05T09:31:49.083Z] #55 31.51 v3.0.2 [2022-05-05T09:31:49.083Z] #55 DONE 32.7s [2022-05-05T09:31:49.273Z] #26 ... [2022-05-05T09:31:49.273Z] [2022-05-05T09:31:49.273Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:49.273Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:31:49.273Z] #60 5.254 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:49.273Z] #60 5.286 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:49.273Z] #60 5.287 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:49.273Z] #60 6.044 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:49.273Z] #60 9.188 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:49.273Z] #60 ... [2022-05-05T09:31:49.273Z] [2022-05-05T09:31:49.273Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:49.273Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:31:49.273Z] #45 5.911 + git clone https://github.com/docker/distribution.git . [2022-05-05T09:31:49.273Z] #45 5.919 Cloning into '.'... [2022-05-05T09:31:49.273Z] #45 ... [2022-05-05T09:31:49.273Z] [2022-05-05T09:31:49.273Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:49.273Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:31:49.273Z] #49 5.954 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:49.273Z] #49 5.992 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:49.273Z] #49 5.992 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:49.273Z] #49 6.549 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-05T09:31:49.273Z] #49 8.491 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:49.314Z] #20 64.12 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-05T09:31:49.314Z] #20 64.12 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:31:49.314Z] #20 64.23 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-05T09:31:49.314Z] #20 64.23 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-05T09:31:49.314Z] #20 64.24 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:31:49.314Z] #20 64.32 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-05T09:31:49.314Z] #20 64.33 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-05T09:31:49.344Z] [2022-05-05T09:31:49.344Z] #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-05T09:31:49.344Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:31:49.344Z] #14 26.70 The following additional packages will be installed: [2022-05-05T09:31:49.344Z] #14 26.70 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:31:49.344Z] #14 26.70 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-05T09:31:49.344Z] #14 26.70 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-05T09:31:49.344Z] #14 26.71 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-05T09:31:49.344Z] #14 26.71 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-05T09:31:49.344Z] #14 26.72 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-05T09:31:49.344Z] #14 26.72 mingw-w64-common mingw-w64-x86-64-dev [2022-05-05T09:31:49.344Z] #14 26.73 Suggested packages: [2022-05-05T09:31:49.344Z] #14 26.76 gcc-10-locales seccomp wine64 [2022-05-05T09:31:49.344Z] #14 27.79 The following NEW packages will be installed: [2022-05-05T09:31:49.344Z] #14 27.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:31:49.344Z] #14 27.79 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-05T09:31:49.344Z] #14 27.79 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-05T09:31:49.344Z] #14 27.79 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-05T09:31:49.344Z] #14 27.79 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-05T09:31:49.344Z] #14 27.79 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-05T09:31:49.344Z] #14 27.80 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-05T09:31:49.344Z] #14 27.80 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-05T09:31:49.344Z] #14 27.80 mingw-w64-x86-64-dev [2022-05-05T09:31:49.344Z] #14 28.27 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:49.344Z] #14 28.27 Need to get 108 MB of archives. [2022-05-05T09:31:49.344Z] #14 28.27 After this operation, 620 MB of additional disk space will be used. [2022-05-05T09:31:49.344Z] #14 28.27 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-05T09:31:49.344Z] #14 28.42 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-05T09:31:49.344Z] #14 28.50 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-05T09:31:49.344Z] #14 28.51 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-05T09:31:49.344Z] #14 28.52 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-05T09:31:49.344Z] #14 28.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-05T09:31:49.344Z] #14 28.70 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-05T09:31:49.344Z] #14 28.81 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-05T09:31:49.344Z] #14 28.81 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-05T09:31:49.344Z] #14 29.12 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-05T09:31:49.344Z] #14 29.88 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-05T09:31:49.344Z] #14 30.21 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-05T09:31:49.344Z] #14 30.54 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-05T09:31:49.344Z] #14 31.67 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-05T09:31:49.344Z] #14 32.17 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-05T09:31:49.344Z] #14 32.18 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-05T09:31:49.344Z] #14 32.18 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-05T09:31:49.344Z] #14 32.19 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-05T09:31:49.344Z] #14 32.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-05T09:31:49.344Z] #14 32.21 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-05T09:31:49.344Z] #14 32.27 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-05-05T09:31:49.344Z] #14 32.28 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-05-05T09:31:49.344Z] #14 32.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-05-05T09:31:49.344Z] #14 32.33 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-05-05T09:31:49.344Z] #14 32.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-05-05T09:31:49.344Z] #14 32.38 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-05-05T09:31:49.344Z] #14 32.42 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-05-05T09:31:49.344Z] #14 32.49 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-05T09:31:49.344Z] #14 32.49 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-05T09:31:49.344Z] #14 32.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-05-05T09:31:49.530Z] #49 ... [2022-05-05T09:31:49.530Z] [2022-05-05T09:31:49.530Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:49.530Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:31:49.530Z] #40 5.597 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:49.530Z] #40 5.673 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:49.530Z] #40 5.673 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:49.530Z] #40 7.100 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:49.530Z] #40 ... [2022-05-05T09:31:49.530Z] [2022-05-05T09:31:49.530Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:49.530Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:31:49.530Z] #53 6.574 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-05T09:31:49.576Z] #20 64.33 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:31:49.576Z] #20 64.38 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-05T09:31:49.576Z] #20 64.38 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-05T09:31:49.576Z] #20 64.39 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:31:49.576Z] #20 64.59 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-05T09:31:49.576Z] #20 64.59 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-05T09:31:49.645Z] #65 ... [2022-05-05T09:31:49.645Z] [2022-05-05T09:31:49.645Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:49.645Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:49.645Z] #51 7.189 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:31:49.645Z] #51 ... [2022-05-05T09:31:49.645Z] [2022-05-05T09:31:49.645Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:49.645Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:31:49.645Z] #60 5.422 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:49.645Z] #60 5.450 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:49.645Z] #60 5.450 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:49.645Z] #60 6.026 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:49.645Z] #60 10.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:49.645Z] #60 ... [2022-05-05T09:31:49.645Z] [2022-05-05T09:31:49.645Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:49.645Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:31:49.645Z] #53 7.099 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-05T09:31:49.645Z] #53 ... [2022-05-05T09:31:49.645Z] [2022-05-05T09:31:49.645Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:49.645Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:31:49.645Z] #49 6.708 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:49.645Z] #49 6.998 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:49.645Z] #49 7.025 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:49.645Z] #49 7.605 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-05T09:31:49.645Z] #49 9.430 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:49.789Z] #53 ... [2022-05-05T09:31:49.789Z] [2022-05-05T09:31:49.789Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:49.789Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:31:49.789Z] #38 5.798 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:31:49.789Z] #38 6.903 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:31:49.789Z] #38 9.568 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:31:49.789Z] #38 9.926 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:31:49.789Z] #38 10.20 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:31:49.837Z] #20 64.60 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:31:49.838Z] #20 64.71 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-05T09:31:49.838Z] #20 64.71 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:31:49.838Z] #20 64.72 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:31:49.838Z] #20 64.77 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-05T09:31:49.838Z] #20 64.77 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-05T09:31:49.838Z] #20 64.77 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:31:49.838Z] #20 64.83 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-05T09:31:49.894Z] #40 18.60 Reading package lists... [2022-05-05T09:31:49.894Z] #40 ... [2022-05-05T09:31:49.894Z] [2022-05-05T09:31:49.894Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:49.894Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:31:49.894Z] #38 11.62 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:31:49.894Z] #38 11.78 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:31:49.894Z] #38 ... [2022-05-05T09:31:49.894Z] [2022-05-05T09:31:49.894Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:31:49.894Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:31:49.894Z] #60 19.15 Fetched 8511 kB in 14s (599 kB/s) [2022-05-05T09:31:49.905Z] #49 ... [2022-05-05T09:31:49.906Z] [2022-05-05T09:31:49.906Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:49.906Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:31:49.906Z] #36 5.841 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-05T09:31:50.046Z] #38 ... [2022-05-05T09:31:50.046Z] [2022-05-05T09:31:50.046Z] #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-05T09:31:50.046Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:31:50.046Z] #34 5.910 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-05T09:31:50.046Z] #34 5.910 Cloning into '.'... [2022-05-05T09:31:50.046Z] #34 ... [2022-05-05T09:31:50.046Z] [2022-05-05T09:31:50.046Z] #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-05T09:31:50.046Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:31:50.046Z] #14 5.279 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:50.046Z] #14 5.313 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:50.046Z] #14 5.313 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:50.046Z] #14 5.768 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:50.046Z] #14 9.391 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:50.099Z] #20 64.84 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-05T09:31:50.099Z] #20 64.84 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:31:50.099Z] #20 ... [2022-05-05T09:31:50.099Z] [2022-05-05T09:31:50.099Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:31:50.099Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:31:50.099Z] #69 12.69 + cd /tmp/tmp.EA523HM8eG/src/github.com/containerd/containerd [2022-05-05T09:31:50.099Z] #69 12.69 + git checkout -q v1.6.4 [2022-05-05T09:31:50.099Z] #69 13.42 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-05T09:31:50.099Z] #69 13.42 + BUILDTAGS='netgo osusergo static_build' [2022-05-05T09:31:50.099Z] #69 13.42 + export EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:31:50.099Z] #69 13.42 + EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:31:50.099Z] #69 13.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-05T09:31:50.099Z] #69 13.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-05T09:31:50.099Z] #69 13.42 + '[' '' = dynamic ']' [2022-05-05T09:31:50.099Z] #69 13.42 + make [2022-05-05T09:31:50.099Z] #69 14.08 + bin/ctr [2022-05-05T09:31:50.099Z] #69 ... [2022-05-05T09:31:50.099Z] [2022-05-05T09:31:50.099Z] #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-05T09:31:50.099Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-05T09:31:50.099Z] #20 65.06 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:31:50.099Z] #20 65.08 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:31:50.099Z] #20 65.09 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:31:50.156Z] #60 19.15 Reading package lists... [2022-05-05T09:31:50.156Z] #60 ... [2022-05-05T09:31:50.156Z] [2022-05-05T09:31:50.156Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:50.156Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:50.156Z] #51 11.89 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:31:50.156Z] #51 11.90 go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:31:50.167Z] #36 ... [2022-05-05T09:31:50.167Z] [2022-05-05T09:31:50.167Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:50.167Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:31:50.167Z] #38 6.972 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:31:50.167Z] #38 8.406 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:31:50.167Z] #38 10.27 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:31:50.167Z] #38 10.88 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:31:50.167Z] #38 ... [2022-05-05T09:31:50.167Z] [2022-05-05T09:31:50.167Z] #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-05T09:31:50.167Z] #26 sha256:fa1fdf29a1a4f88febd949e48b1b39e7d0dbd45fb025af3a38ac702cf5c489d9 [2022-05-05T09:31:50.167Z] #26 6.188 + RM_GOPATH=0 [2022-05-05T09:31:50.167Z] #26 6.188 + TMP_GOPATH= [2022-05-05T09:31:50.167Z] #26 6.188 + : /build [2022-05-05T09:31:50.167Z] #26 6.188 + '[' -z '' ']' [2022-05-05T09:31:50.167Z] #26 6.188 ++ mktemp -d [2022-05-05T09:31:50.167Z] #26 6.194 + export GOPATH=/tmp/tmp.AhR63m9ZeM [2022-05-05T09:31:50.167Z] #26 6.194 + GOPATH=/tmp/tmp.AhR63m9ZeM [2022-05-05T09:31:50.167Z] #26 6.194 + RM_GOPATH=1 [2022-05-05T09:31:50.167Z] #26 6.194 + case "$(go env GOARCH)" in [2022-05-05T09:31:50.167Z] #26 6.194 ++ go env GOARCH [2022-05-05T09:31:50.167Z] #26 6.268 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:50.167Z] #26 6.268 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:50.167Z] #26 6.268 ++ dirname /install.sh [2022-05-05T09:31:50.167Z] #26 6.275 + dir=/ [2022-05-05T09:31:50.167Z] #26 6.275 + bin=dockercli [2022-05-05T09:31:50.167Z] #26 6.275 + shift [2022-05-05T09:31:50.167Z] #26 6.275 + '[' '!' -f //dockercli.installer ']' [2022-05-05T09:31:50.167Z] #26 6.275 + . //dockercli.installer [2022-05-05T09:31:50.167Z] #26 6.275 ++ : stable [2022-05-05T09:31:50.167Z] #26 6.275 ++ : 17.06.2-ce [2022-05-05T09:31:50.167Z] #26 6.275 + install_dockercli [2022-05-05T09:31:50.167Z] #26 6.275 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-05T09:31:50.167Z] #26 6.275 Install docker/cli version 17.06.2-ce from stable [2022-05-05T09:31:50.167Z] #26 6.293 ++ uname -m [2022-05-05T09:31:50.167Z] #26 6.294 + arch=x86_64 [2022-05-05T09:31:50.167Z] #26 6.294 + '[' x86_64 '!=' x86_64 ']' [2022-05-05T09:31:50.167Z] #26 6.294 + url=https://download.docker.com/linux/static [2022-05-05T09:31:50.167Z] #26 6.311 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-05T09:31:50.167Z] #26 6.405 + tar -xz docker/docker [2022-05-05T09:31:50.305Z] #14 ... [2022-05-05T09:31:50.305Z] [2022-05-05T09:31:50.305Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:31:50.305Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:31:50.305Z] #36 6.215 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-05T09:31:50.305Z] #36 ... [2022-05-05T09:31:50.305Z] [2022-05-05T09:31:50.305Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:50.305Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:50.305Z] #51 6.326 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:31:50.305Z] #51 8.770 go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:31:50.305Z] #51 8.821 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:31:50.305Z] #51 8.860 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:31:50.305Z] #51 8.868 go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:31:50.305Z] #51 9.716 go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:31:50.305Z] #51 9.882 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:31:50.305Z] #51 10.04 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:31:50.305Z] #51 10.39 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:31:50.305Z] #51 10.69 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:31:50.361Z] #20 65.10 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:31:50.361Z] #20 65.11 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.13 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:31:50.361Z] #20 65.14 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:31:50.361Z] #20 65.15 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:31:50.361Z] #20 65.16 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:31:50.361Z] #20 65.17 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:31:50.361Z] #20 65.18 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:31:50.361Z] #20 65.20 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:31:50.361Z] #20 65.21 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.22 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:31:50.361Z] #20 65.23 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-05T09:31:50.361Z] #20 65.24 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:31:50.361Z] #20 65.25 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:31:50.361Z] #20 65.26 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:31:50.361Z] #20 65.28 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:31:50.361Z] #20 65.29 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.30 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.31 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-05T09:31:50.361Z] #20 65.32 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.33 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-05T09:31:50.361Z] #20 65.34 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:31:50.361Z] #20 65.35 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.36 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-05T09:31:50.361Z] #20 65.37 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.38 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:31:50.361Z] #20 65.40 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:31:50.418Z] #51 ... [2022-05-05T09:31:50.418Z] [2022-05-05T09:31:50.418Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:50.418Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:31:50.418Z] #49 11.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:50.418Z] #49 14.22 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-05T09:31:50.418Z] #49 20.11 Fetched 8515 kB in 15s (572 kB/s) [2022-05-05T09:31:50.418Z] #49 20.11 Reading package lists... [2022-05-05T09:31:50.418Z] #49 ... [2022-05-05T09:31:50.418Z] [2022-05-05T09:31:50.418Z] #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-05T09:31:50.418Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:31:50.418Z] #14 13.10 Fetched 8511 kB in 10s (830 kB/s) [2022-05-05T09:31:50.418Z] #14 13.10 Reading package lists... [2022-05-05T09:31:50.429Z] #26 ... [2022-05-05T09:31:50.429Z] [2022-05-05T09:31:50.429Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:31:50.429Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:31:50.429Z] #55 7.379 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-05T09:31:50.429Z] #55 8.646 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-05T09:31:50.429Z] #55 8.790 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-05T09:31:50.429Z] #55 8.796 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-05T09:31:50.429Z] #55 11.07 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-05T09:31:50.429Z] #55 ... [2022-05-05T09:31:50.429Z] [2022-05-05T09:31:50.429Z] #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-05T09:31:50.429Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:31:50.429Z] #34 5.425 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-05T09:31:50.429Z] #34 5.425 Cloning into '.'... [2022-05-05T09:31:50.562Z] #51 ... [2022-05-05T09:31:50.562Z] [2022-05-05T09:31:50.562Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:31:50.562Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:31:50.562Z] #55 5.864 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-05T09:31:50.562Z] #55 7.497 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-05T09:31:50.562Z] #55 7.531 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-05T09:31:50.562Z] #55 7.658 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-05T09:31:50.562Z] #55 9.963 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-05T09:31:50.623Z] #20 65.41 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:31:50.623Z] #20 65.42 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:31:50.623Z] #20 65.44 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:31:50.623Z] #20 65.45 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:50.690Z] #34 ... [2022-05-05T09:31:50.690Z] [2022-05-05T09:31:50.690Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:50.690Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:50.690Z] #51 10.29 go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:31:50.690Z] #51 10.32 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:31:50.690Z] #51 10.42 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:31:50.690Z] #51 10.54 go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:31:50.690Z] #51 11.00 go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:31:50.690Z] #51 11.06 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:31:50.690Z] #51 11.31 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:31:50.690Z] #51 11.35 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:31:50.690Z] #51 11.48 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:31:50.730Z] #14 34.04 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:50.730Z] #14 ... [2022-05-05T09:31:50.730Z] [2022-05-05T09:31:50.730Z] #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-05T09:31:50.730Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-05T09:31:50.730Z] #34 33.68 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-05T09:31:50.821Z] #55 ... [2022-05-05T09:31:50.821Z] [2022-05-05T09:31:50.821Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:50.821Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:31:50.821Z] #40 11.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:50.991Z] #34 ... [2022-05-05T09:31:50.991Z] [2022-05-05T09:31:50.991Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:50.991Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:31:50.991Z] #49 20.43 Reading package lists... [2022-05-05T09:31:50.991Z] #49 24.43 Building dependency tree... [2022-05-05T09:31:50.991Z] #49 27.31 The following additional packages will be installed: [2022-05-05T09:31:50.991Z] #49 27.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:31:50.991Z] #49 27.31 python3-protobuf python3-six [2022-05-05T09:31:50.991Z] #49 27.33 Suggested packages: [2022-05-05T09:31:50.991Z] #49 27.33 python3-setuptools [2022-05-05T09:31:50.991Z] #49 27.33 Recommended packages: [2022-05-05T09:31:50.991Z] #49 27.33 iproute2 | iproute [2022-05-05T09:31:50.991Z] #49 27.88 The following NEW packages will be installed: [2022-05-05T09:31:50.991Z] #49 27.88 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:31:50.991Z] #49 27.89 python3-protobuf python3-six [2022-05-05T09:31:50.991Z] #49 28.34 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:31:50.991Z] #49 28.34 Need to get 2115 kB of archives. [2022-05-05T09:31:50.991Z] #49 28.34 After this operation, 10.7 MB of additional disk space will be used. [2022-05-05T09:31:50.991Z] #49 28.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-05-05T09:31:50.991Z] #49 28.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:31:50.991Z] #49 28.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-05T09:31:50.991Z] #49 28.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-05-05T09:31:50.991Z] #49 28.37 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-05T09:31:50.991Z] #49 28.37 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-05T09:31:50.991Z] #49 28.38 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-05T09:31:50.992Z] #49 30.56 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-05-05T09:31:50.992Z] #49 31.96 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:31:50.992Z] #49 32.20 Fetched 2115 kB in 3s (738 kB/s) [2022-05-05T09:31:50.992Z] #49 32.38 Selecting previously unselected package libprotobuf23:arm64. [2022-05-05T09:31:50.992Z] #49 32.38 (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-05T09:31:50.992Z] #49 32.45 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-05-05T09:31:50.992Z] #49 32.45 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-05-05T09:31:50.992Z] #49 33.28 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:31:50.992Z] #49 33.33 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:31:50.992Z] #49 33.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:31:50.992Z] #49 33.71 Selecting previously unselected package python3-six. [2022-05-05T09:31:50.992Z] #49 33.71 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-05T09:31:50.992Z] #49 33.73 Unpacking python3-six (1.16.0-2) ... [2022-05-05T09:31:50.992Z] #49 33.92 Selecting previously unselected package python3-protobuf. [2022-05-05T09:31:50.992Z] #49 33.92 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-05-05T09:31:50.992Z] #49 33.95 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-05T09:31:50.992Z] #49 ... [2022-05-05T09:31:50.992Z] [2022-05-05T09:31:50.992Z] #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-05T09:31:50.992Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:31:50.992Z] #14 34.38 Fetched 108 MB in 5s (23.5 MB/s) [2022-05-05T09:31:50.992Z] #14 34.55 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-05T09:31:50.992Z] #14 34.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-05T09:31:50.992Z] #14 34.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-05T09:31:50.992Z] #14 34.61 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:31:51.200Z] #20 DONE 66.0s [2022-05-05T09:31:51.200Z] [2022-05-05T09:31:51.200Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:31:51.200Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:31:51.200Z] #69 ... [2022-05-05T09:31:51.200Z] [2022-05-05T09:31:51.200Z] #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-05T09:31:51.200Z] #21 sha256:900bfd2bda7f41e13c4f85ff2d71b1ce8a861b5845b5c55255bf6aac3e1c3a12 [2022-05-05T09:31:51.810Z] #14 19.47 Reading package lists... [2022-05-05T09:31:51.810Z] #14 ... [2022-05-05T09:31:51.810Z] [2022-05-05T09:31:51.810Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:31:51.810Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:31:52.072Z] #45 23.02 Updating files: 87% (1609/1844) Updating files: 88% (1623/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-05T09:31:52.072Z] #45 23.35 + git checkout -q v2.3.0 [2022-05-05T09:31:52.192Z] #21 1.111 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-05T09:31:52.192Z] #21 1.112 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-05T09:31:52.192Z] #21 1.112 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-05T09:31:52.909Z] #14 ... [2022-05-05T09:31:52.909Z] [2022-05-05T09:31:52.909Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:31:52.909Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:31:52.909Z] #62 0.585 + RM_GOPATH=0 [2022-05-05T09:31:52.909Z] #62 0.591 + TMP_GOPATH= [2022-05-05T09:31:52.909Z] #62 0.591 + : /build [2022-05-05T09:31:52.909Z] #62 0.592 + '[' -z '' ']' [2022-05-05T09:31:52.909Z] #62 0.593 ++ mktemp -d [2022-05-05T09:31:52.909Z] #62 0.602 + export GOPATH=/tmp/tmp.ImG5Mb02Nw [2022-05-05T09:31:52.909Z] #62 0.613 + GOPATH=/tmp/tmp.ImG5Mb02Nw [2022-05-05T09:31:52.909Z] #62 0.613 + RM_GOPATH=1 [2022-05-05T09:31:52.909Z] #62 0.613 + case "$(go env GOARCH)" in [2022-05-05T09:31:52.909Z] #62 0.614 ++ go env GOARCH [2022-05-05T09:31:52.909Z] #62 0.659 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:52.909Z] #62 0.660 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:31:52.909Z] #62 0.660 ++ dirname /install.sh [2022-05-05T09:31:52.909Z] #62 0.662 + dir=/ [2022-05-05T09:31:52.909Z] #62 0.662 + bin=containerd [2022-05-05T09:31:52.909Z] #62 0.662 + shift [2022-05-05T09:31:52.909Z] #62 0.662 + '[' '!' -f //containerd.installer ']' [2022-05-05T09:31:52.909Z] #62 0.662 + . //containerd.installer [2022-05-05T09:31:52.909Z] #62 0.662 ++ set -e [2022-05-05T09:31:52.909Z] #62 0.662 ++ : v1.6.4 [2022-05-05T09:31:52.909Z] #62 0.662 + install_containerd [2022-05-05T09:31:52.909Z] #62 0.662 + echo 'Install containerd version v1.6.4' [2022-05-05T09:31:52.909Z] #62 0.665 Install containerd version v1.6.4 [2022-05-05T09:31:52.909Z] #62 0.666 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ImG5Mb02Nw/src/github.com/containerd/containerd [2022-05-05T09:31:52.909Z] #62 0.675 Cloning into '/tmp/tmp.ImG5Mb02Nw/src/github.com/containerd/containerd'... [2022-05-05T09:31:52.909Z] #62 ... [2022-05-05T09:31:52.909Z] [2022-05-05T09:31:52.909Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:52.909Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:31:52.909Z] #49 34.64 Selecting previously unselected package libnet1:arm64. [2022-05-05T09:31:52.909Z] #49 34.64 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-05T09:31:52.909Z] #49 34.65 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:31:52.909Z] #49 34.77 Selecting previously unselected package libnl-3-200:arm64. [2022-05-05T09:31:52.909Z] #49 34.77 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-05T09:31:52.909Z] #49 34.78 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-05T09:31:52.909Z] #49 34.88 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-05T09:31:52.909Z] #49 34.89 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-05T09:31:52.909Z] #49 34.89 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-05T09:31:52.909Z] #49 34.99 Selecting previously unselected package criu. [2022-05-05T09:31:52.909Z] #49 34.99 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-05-05T09:31:52.909Z] #49 35.00 Unpacking criu (3.16.1-3) ... [2022-05-05T09:31:52.909Z] #49 35.62 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:31:53.482Z] #49 37.01 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-05-05T09:31:53.482Z] #49 37.02 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:31:53.482Z] #49 37.04 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-05T09:31:53.482Z] #49 37.05 Setting up python3-six (1.16.0-2) ... [2022-05-05T09:31:54.116Z] #40 15.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:54.264Z] #45 25.47 + 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-05T09:31:54.871Z] #49 37.91 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-05T09:31:54.871Z] #49 37.94 Setting up python3-protobuf (3.12.4-1) ... [2022-05-05T09:31:55.487Z] #40 ... [2022-05-05T09:31:55.487Z] [2022-05-05T09:31:55.487Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:31:55.487Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:31:55.487Z] #38 15.25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:31:55.487Z] #38 15.45 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:31:57.285Z] #51 ... [2022-05-05T09:31:57.285Z] [2022-05-05T09:31:57.285Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:57.285Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:31:57.285Z] #40 7.016 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:31:57.285Z] #40 7.058 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:31:57.285Z] #40 7.058 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:31:57.285Z] #40 8.877 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:31:57.285Z] #40 12.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:57.285Z] #40 16.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:57.285Z] #40 ... [2022-05-05T09:31:57.285Z] [2022-05-05T09:31:57.285Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:57.285Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:57.285Z] #51 17.19 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:31:57.285Z] #51 17.23 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:31:57.285Z] #51 17.46 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:31:57.419Z] #49 40.85 Setting up criu (3.16.1-3) ... [2022-05-05T09:31:57.419Z] #49 ... [2022-05-05T09:31:57.419Z] [2022-05-05T09:31:57.419Z] #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-05T09:31:57.419Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:31:57.419Z] #14 36.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-05T09:31:57.419Z] #14 36.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-05T09:31:57.419Z] #14 36.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:31:57.419Z] #14 38.57 Selecting previously unselected package binutils-mingw-w64. [2022-05-05T09:31:57.419Z] #14 38.58 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-05T09:31:57.419Z] #14 38.61 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:31:57.419Z] #14 38.71 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-05-05T09:31:57.419Z] #14 38.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-05T09:31:57.419Z] #14 38.73 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-05T09:31:57.419Z] #14 38.90 Selecting previously unselected package dmsetup. [2022-05-05T09:31:57.419Z] #14 38.91 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-05-05T09:31:57.419Z] #14 38.91 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:31:57.419Z] #14 39.10 Selecting previously unselected package mingw-w64-common. [2022-05-05T09:31:57.419Z] #14 39.12 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-05T09:31:57.419Z] #14 39.12 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-05T09:31:57.857Z] #51 ... [2022-05-05T09:31:57.857Z] [2022-05-05T09:31:57.857Z] #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-05T09:31:57.857Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:31:57.857Z] #14 8.688 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:31:57.857Z] #14 12.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:31:58.017Z] #38 ... [2022-05-05T09:31:58.017Z] [2022-05-05T09:31:58.017Z] #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-05T09:31:58.017Z] #26 sha256:662e6673f6028c935ee5f318c8068adf9ead4cbaa5b5d1995d127a3bdb1e05a9 [2022-05-05T09:31:58.017Z] #26 16.57 + mkdir -p /build [2022-05-05T09:31:58.017Z] #26 16.57 + mv docker/docker /build/ [2022-05-05T09:31:58.017Z] #26 16.58 + rmdir docker [2022-05-05T09:31:58.017Z] #26 DONE 18.7s [2022-05-05T09:31:58.017Z] [2022-05-05T09:31:58.017Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:58.017Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:58.017Z] #51 17.45 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:31:58.017Z] #51 17.54 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:31:58.017Z] #51 17.73 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:31:58.081Z] #21 1.669 Reading package lists... [2022-05-05T09:31:58.119Z] #14 ... [2022-05-05T09:31:58.119Z] [2022-05-05T09:31:58.119Z] #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-05T09:31:58.119Z] #26 sha256:fa1fdf29a1a4f88febd949e48b1b39e7d0dbd45fb025af3a38ac702cf5c489d9 [2022-05-05T09:31:58.119Z] #26 17.96 + mkdir -p /build [2022-05-05T09:31:58.119Z] #26 17.96 + mv docker/docker /build/ [2022-05-05T09:31:58.119Z] #26 17.97 + rmdir docker [2022-05-05T09:31:58.379Z] #26 DONE 18.9s [2022-05-05T09:31:58.379Z] [2022-05-05T09:31:58.379Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:58.379Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:31:58.379Z] #65 10.14 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:31:58.379Z] #65 10.14 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-05T09:31:58.379Z] #65 10.93 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-05T09:31:58.379Z] #65 15.54 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-05T09:31:58.379Z] #65 17.14 go: downloading github.com/google/uuid v1.3.0 [2022-05-05T09:31:58.379Z] #65 17.14 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-05T09:31:58.379Z] #65 17.22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-05T09:31:58.379Z] #65 17.57 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:31:58.379Z] #65 17.75 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-05T09:31:58.379Z] #65 18.01 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-05T09:31:58.379Z] #65 18.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-05T09:31:58.479Z] #45 ... [2022-05-05T09:31:58.479Z] [2022-05-05T09:31:58.479Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:58.479Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:31:58.479Z] #53 30.10 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:31:58.479Z] #53 30.11 go: downloading github.com/fatih/color v1.13.0 [2022-05-05T09:31:58.479Z] #53 30.22 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-05T09:31:58.479Z] #53 30.24 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-05T09:31:58.583Z] #51 ... [2022-05-05T09:31:58.583Z] [2022-05-05T09:31:58.584Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:31:58.584Z] #65 sha256:0b5be36380c77d51b4930ad8ede9fa9ad9a4a590a89eaa80218d4ced9fc32f79 [2022-05-05T09:31:58.584Z] #65 9.288 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:31:58.584Z] #65 9.336 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-05T09:31:58.584Z] #65 10.01 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-05T09:31:58.584Z] #65 14.30 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-05T09:31:58.584Z] #65 15.47 go: downloading github.com/google/uuid v1.3.0 [2022-05-05T09:31:58.584Z] #65 15.68 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-05T09:31:58.584Z] #65 16.42 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-05T09:31:58.584Z] #65 16.53 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:31:58.584Z] #65 16.95 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-05T09:31:58.584Z] #65 17.18 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-05T09:31:58.584Z] #65 17.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-05T09:31:58.584Z] #65 17.79 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-05T09:31:58.584Z] #65 17.97 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-05T09:31:58.638Z] #65 18.96 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-05T09:31:58.740Z] #53 30.48 go: downloading github.com/spf13/viper v1.10.1 [2022-05-05T09:31:58.740Z] #53 30.59 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-05T09:31:58.808Z] #14 ... [2022-05-05T09:31:58.808Z] [2022-05-05T09:31:58.808Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:31:58.808Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-05T09:31:58.808Z] #40 32.17 Selecting previously unselected package libicu67:arm64. [2022-05-05T09:31:58.808Z] #40 32.18 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 32.20 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-05T09:31:58.808Z] #40 37.49 Selecting previously unselected package libxml2:arm64. [2022-05-05T09:31:58.808Z] #40 37.50 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 37.50 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 37.91 Selecting previously unselected package libarchive13:arm64. [2022-05-05T09:31:58.808Z] #40 37.92 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 37.93 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 38.19 Selecting previously unselected package libjsoncpp24:arm64. [2022-05-05T09:31:58.808Z] #40 38.20 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 38.20 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-05T09:31:58.808Z] #40 38.37 Selecting previously unselected package librhash0:arm64. [2022-05-05T09:31:58.808Z] #40 38.38 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 38.38 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-05-05T09:31:58.808Z] #40 38.55 Selecting previously unselected package libuv1:arm64. [2022-05-05T09:31:58.808Z] #40 38.55 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 38.57 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-05-05T09:31:58.808Z] #40 38.70 Selecting previously unselected package cmake. [2022-05-05T09:31:58.808Z] #40 38.71 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-05-05T09:31:58.808Z] #40 38.72 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.00 Setting up libicu67:arm64 (67.1-7) ... [2022-05-05T09:31:58.808Z] #40 41.02 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.06 Setting up libuv1:arm64 (1.40.0-2) ... [2022-05-05T09:31:58.808Z] #40 41.08 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.13 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-05T09:31:58.808Z] #40 41.15 Setting up librhash0:arm64 (1.4.1-2) ... [2022-05-05T09:31:58.808Z] #40 41.17 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.22 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.24 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.28 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:31:58.808Z] #40 41.31 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:59.152Z] #65 ... [2022-05-05T09:31:59.152Z] [2022-05-05T09:31:59.152Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:31:59.152Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:31:59.152Z] #51 20.27 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:31:59.201Z] #40 ... [2022-05-05T09:31:59.201Z] [2022-05-05T09:31:59.201Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:31:59.201Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:31:59.201Z] #49 42.55 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:31:59.314Z] #53 31.05 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-05T09:31:59.314Z] #53 31.08 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-05T09:31:59.432Z] #51 20.39 go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:31:59.463Z] #49 ... [2022-05-05T09:31:59.463Z] [2022-05-05T09:31:59.463Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:31:59.463Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:31:59.463Z] #53 32.79 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-05T09:31:59.463Z] #53 32.98 go: downloading honnef.co/go/tools v0.2.2 [2022-05-05T09:31:59.463Z] #53 34.60 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-05T09:31:59.463Z] #53 34.64 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-05T09:31:59.463Z] #53 34.66 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-05T09:31:59.463Z] #53 34.71 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-05T09:31:59.463Z] #53 34.71 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-05T09:31:59.463Z] #53 34.80 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-05T09:31:59.463Z] #53 34.88 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-05T09:31:59.463Z] #53 35.14 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-05T09:31:59.463Z] #53 35.14 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-05T09:31:59.463Z] #53 35.24 go: downloading golang.org/x/text v0.3.7 [2022-05-05T09:31:59.463Z] #53 38.73 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-05T09:31:59.463Z] #53 38.77 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-05T09:31:59.463Z] #53 38.88 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-05T09:31:59.463Z] #53 38.88 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-05T09:31:59.463Z] #53 38.95 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-05T09:31:59.463Z] #53 38.96 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-05T09:31:59.463Z] #53 38.98 go: downloading golang.org/x/mod v0.5.1 [2022-05-05T09:31:59.463Z] #53 39.00 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-05T09:31:59.463Z] #53 39.04 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-05T09:31:59.463Z] #53 39.08 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-05T09:31:59.463Z] #53 39.12 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-05T09:31:59.463Z] #53 39.40 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-05T09:31:59.463Z] #53 39.74 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-05T09:31:59.463Z] #53 39.82 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-05T09:31:59.463Z] #53 39.82 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-05T09:31:59.463Z] #53 39.89 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-05T09:31:59.463Z] #53 39.93 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-05T09:31:59.463Z] #53 39.97 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-05T09:31:59.463Z] #53 39.98 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-05T09:31:59.463Z] #53 40.00 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-05T09:31:59.463Z] #53 40.01 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-05T09:31:59.463Z] #53 40.26 go: downloading github.com/prometheus/common v0.10.0 [2022-05-05T09:31:59.463Z] #53 40.42 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-05T09:31:59.463Z] #53 40.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-05T09:31:59.463Z] #53 40.51 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-05T09:31:59.463Z] #53 41.61 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-05T09:32:00.030Z] #65 ... [2022-05-05T09:32:00.030Z] [2022-05-05T09:32:00.030Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:32:00.030Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:32:00.030Z] #51 20.70 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:32:00.030Z] #51 20.70 go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:32:00.259Z] #53 32.14 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-05T09:32:00.289Z] #51 ... [2022-05-05T09:32:00.289Z] [2022-05-05T09:32:00.289Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:32:00.289Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:32:00.289Z] #38 11.06 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:32:00.289Z] #38 15.79 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:32:00.289Z] #38 16.27 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:32:00.523Z] #53 32.14 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-05T09:32:00.548Z] #38 ... [2022-05-05T09:32:00.548Z] [2022-05-05T09:32:00.548Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:00.548Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:00.548Z] #49 12.51 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:32:00.548Z] #49 16.35 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:32:00.548Z] #49 18.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-05T09:32:00.947Z] Running on azwin-2-a04500 in d:\jenkins\workspace\moby_PR-43563 [Pipeline] { [Pipeline] ws [2022-05-05T09:32:00.963Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-05T09:32:01.637Z] The recommended git tool is: git [2022-05-05T09:32:01.958Z] #51 ... [2022-05-05T09:32:01.958Z] [2022-05-05T09:32:01.958Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:01.958Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:01.958Z] #60 12.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:32:01.958Z] #60 ... [2022-05-05T09:32:01.958Z] [2022-05-05T09:32:01.958Z] #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-05T09:32:01.958Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:01.958Z] #14 12.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:32:01.958Z] #14 ... [2022-05-05T09:32:01.958Z] [2022-05-05T09:32:01.958Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:01.958Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:01.958Z] #49 12.70 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:32:01.958Z] #49 16.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:32:01.958Z] #49 18.67 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-05T09:32:01.958Z] #49 ... [2022-05-05T09:32:01.958Z] [2022-05-05T09:32:01.958Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:32:01.958Z] #65 sha256:0b5be36380c77d51b4930ad8ede9fa9ad9a4a590a89eaa80218d4ced9fc32f79 [2022-05-05T09:32:01.958Z] #65 21.33 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:32:02.095Z] #53 ... [2022-05-05T09:32:02.095Z] [2022-05-05T09:32:02.095Z] #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-05T09:32:02.095Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:32:02.095Z] #14 45.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-05T09:32:02.095Z] #14 45.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-05T09:32:02.095Z] #14 45.26 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:32:02.095Z] #14 ... [2022-05-05T09:32:02.095Z] [2022-05-05T09:32:02.095Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:02.095Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-05T09:32:02.095Z] #40 DONE 45.5s [2022-05-05T09:32:02.095Z] [2022-05-05T09:32:02.095Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:02.095Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-05T09:32:02.095Z] #49 DONE 45.3s [2022-05-05T09:32:02.095Z] [2022-05-05T09:32:02.095Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-05T09:32:02.095Z] #41 sha256:d128ac81fadbe370c755ccd2c799de57f072569ac6147e3cf3a7d452ce6b6cb6 [2022-05-05T09:32:02.095Z] #41 DONE 0.3s [2022-05-05T09:32:02.095Z] [2022-05-05T09:32:02.095Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:02.095Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:32:02.291Z] #21 6.373 Reading package lists... [2022-05-05T09:32:02.356Z] #62 ... [2022-05-05T09:32:02.357Z] [2022-05-05T09:32:02.357Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:32:02.357Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-05-05T09:32:02.357Z] #51 45.90 gotestsum version dev [2022-05-05T09:32:02.444Z] #53 ... [2022-05-05T09:32:02.444Z] [2022-05-05T09:32:02.444Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:02.444Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:02.444Z] #40 18.60 Reading package lists... [2022-05-05T09:32:02.444Z] #40 24.14 Reading package lists... [2022-05-05T09:32:02.444Z] #40 29.15 Building dependency tree... [2022-05-05T09:32:02.444Z] #40 32.76 The following additional packages will be installed: [2022-05-05T09:32:02.444Z] #40 32.78 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-05T09:32:02.444Z] #40 32.79 Suggested packages: [2022-05-05T09:32:02.444Z] #40 32.81 cmake-doc ninja-build lrzip [2022-05-05T09:32:02.444Z] #40 32.81 Recommended packages: [2022-05-05T09:32:02.444Z] #40 32.81 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-05T09:32:02.444Z] #40 33.78 The following NEW packages will be installed: [2022-05-05T09:32:02.444Z] #40 33.80 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-05T09:32:02.444Z] #40 33.80 vim-common xxd [2022-05-05T09:32:02.444Z] #40 ... [2022-05-05T09:32:02.444Z] [2022-05-05T09:32:02.444Z] #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-05T09:32:02.444Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:02.444Z] #14 19.47 Reading package lists... [2022-05-05T09:32:02.444Z] #14 24.99 Building dependency tree... [2022-05-05T09:32:02.444Z] #14 28.34 The following additional packages will be installed: [2022-05-05T09:32:02.444Z] #14 28.35 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:32:02.444Z] #14 28.35 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-05T09:32:02.444Z] #14 28.35 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-05T09:32:02.444Z] #14 28.36 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-05T09:32:02.444Z] #14 28.36 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-05T09:32:02.444Z] #14 28.36 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-05T09:32:02.444Z] #14 28.36 mingw-w64-common mingw-w64-x86-64-dev [2022-05-05T09:32:02.444Z] #14 28.38 Suggested packages: [2022-05-05T09:32:02.444Z] #14 28.38 gcc-10-locales seccomp wine64 [2022-05-05T09:32:02.444Z] #14 29.64 The following NEW packages will be installed: [2022-05-05T09:32:02.444Z] #14 29.65 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:32:02.444Z] #14 29.65 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-05T09:32:02.444Z] #14 29.65 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-05T09:32:02.444Z] #14 29.65 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-05T09:32:02.444Z] #14 29.66 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-05T09:32:02.444Z] #14 29.66 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-05T09:32:02.444Z] #14 29.66 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-05T09:32:02.444Z] #14 29.67 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-05T09:32:02.444Z] #14 29.67 mingw-w64-x86-64-dev [2022-05-05T09:32:02.444Z] #14 30.09 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:02.444Z] #14 30.09 Need to get 115 MB of archives. [2022-05-05T09:32:02.444Z] #14 30.09 After this operation, 645 MB of additional disk space will be used. [2022-05-05T09:32:02.444Z] #14 30.09 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-05T09:32:02.444Z] #14 30.21 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-05T09:32:02.444Z] #14 30.37 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-05T09:32:02.444Z] #14 30.37 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-05T09:32:02.444Z] #14 30.39 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-05T09:32:02.444Z] #14 30.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-05T09:32:02.444Z] #14 30.70 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-05T09:32:02.444Z] #14 30.90 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-05T09:32:02.444Z] #14 30.91 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-05T09:32:02.444Z] #14 31.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-05-05T09:32:02.444Z] #14 33.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-05-05T09:32:02.444Z] #14 33.64 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-05T09:32:02.444Z] #14 34.24 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-05T09:32:02.444Z] #14 ... [2022-05-05T09:32:02.444Z] [2022-05-05T09:32:02.444Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:02.444Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:02.444Z] #40 34.19 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:02.444Z] #40 34.19 Need to get 17.7 MB of archives. [2022-05-05T09:32:02.444Z] #40 34.19 After this operation, 70.7 MB of additional disk space will be used. [2022-05-05T09:32:02.444Z] #40 34.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:32:02.444Z] #40 34.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-05T09:32:02.444Z] #40 34.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-05T09:32:02.454Z] #49 ... [2022-05-05T09:32:02.454Z] [2022-05-05T09:32:02.454Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:32:02.454Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:32:02.454Z] #65 22.70 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-05T09:32:02.619Z] #51 DONE 46.0s [2022-05-05T09:32:02.619Z] [2022-05-05T09:32:02.619Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:32:02.619Z] #42 sha256:96de942a541164262a7e5499bc4de19c355f60eca9cbad8ab1bfb481978018fd [2022-05-05T09:32:02.706Z] #40 34.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:32:02.706Z] #40 ... [2022-05-05T09:32:02.706Z] [2022-05-05T09:32:02.706Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:02.706Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:02.706Z] #60 19.15 Reading package lists... [2022-05-05T09:32:02.706Z] #60 24.54 Reading package lists... [2022-05-05T09:32:02.706Z] #60 29.71 Building dependency tree... [2022-05-05T09:32:02.706Z] #60 33.32 The following additional packages will be installed: [2022-05-05T09:32:02.706Z] #60 33.34 libbtrfs0 [2022-05-05T09:32:02.706Z] #60 33.57 The following NEW packages will be installed: [2022-05-05T09:32:02.706Z] #60 33.60 libbtrfs-dev libbtrfs0 [2022-05-05T09:32:02.706Z] #60 34.02 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:02.706Z] #60 34.02 Need to get 460 kB of archives. [2022-05-05T09:32:02.706Z] #60 34.02 After this operation, 1237 kB of additional disk space will be used. [2022-05-05T09:32:02.706Z] #60 34.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:32:02.706Z] #60 34.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:32:02.706Z] #60 ... [2022-05-05T09:32:02.706Z] [2022-05-05T09:32:02.706Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:02.706Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:02.706Z] #49 20.11 Reading package lists... [2022-05-05T09:32:02.706Z] #49 25.55 Reading package lists... [2022-05-05T09:32:02.706Z] #49 30.64 Building dependency tree... [2022-05-05T09:32:02.706Z] #49 34.15 The following additional packages will be installed: [2022-05-05T09:32:02.706Z] #49 34.16 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:32:02.706Z] #49 34.16 python3-protobuf python3-six [2022-05-05T09:32:02.706Z] #49 34.18 Suggested packages: [2022-05-05T09:32:02.706Z] #49 34.18 python3-setuptools [2022-05-05T09:32:02.706Z] #49 34.18 Recommended packages: [2022-05-05T09:32:02.706Z] #49 34.18 iproute2 | iproute [2022-05-05T09:32:02.714Z] #65 ... [2022-05-05T09:32:02.714Z] [2022-05-05T09:32:02.714Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:02.714Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:02.714Z] #60 13.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:32:02.975Z] #60 ... [2022-05-05T09:32:02.975Z] [2022-05-05T09:32:02.975Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:32:02.975Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:32:02.975Z] #65 23.17 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:32:03.234Z] #21 11.05 Building dependency tree... [2022-05-05T09:32:03.235Z] #21 12.18 Reading state information... [2022-05-05T09:32:03.283Z] #49 ... [2022-05-05T09:32:03.283Z] [2022-05-05T09:32:03.283Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:03.283Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:03.283Z] #40 34.92 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-05T09:32:03.283Z] #40 34.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-05T09:32:03.283Z] #40 34.96 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-05T09:32:03.283Z] #40 34.97 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-05T09:32:03.283Z] #40 34.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-05T09:32:03.283Z] #40 34.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-05T09:32:03.561Z] #42 1.358 + RM_GOPATH=0 [2022-05-05T09:32:03.561Z] #42 1.358 + TMP_GOPATH= [2022-05-05T09:32:03.561Z] #42 1.358 + : /build [2022-05-05T09:32:03.561Z] #42 1.358 + '[' -z '' ']' [2022-05-05T09:32:03.561Z] #42 1.358 ++ mktemp -d [2022-05-05T09:32:03.561Z] #42 1.358 + export GOPATH=/tmp/tmp.jkZLbldqnC [2022-05-05T09:32:03.561Z] #42 1.358 + GOPATH=/tmp/tmp.jkZLbldqnC [2022-05-05T09:32:03.561Z] #42 1.358 + RM_GOPATH=1 [2022-05-05T09:32:03.561Z] #42 1.358 + case "$(go env GOARCH)" in [2022-05-05T09:32:03.561Z] #42 1.358 ++ go env GOARCH [2022-05-05T09:32:03.561Z] #42 1.372 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:03.561Z] #42 1.372 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:03.561Z] #42 1.372 ++ dirname /install.sh [2022-05-05T09:32:03.561Z] #42 1.407 Install tini version v0.19.0 [2022-05-05T09:32:03.561Z] #42 1.408 + dir=/ [2022-05-05T09:32:03.561Z] #42 1.408 + bin=tini [2022-05-05T09:32:03.561Z] #42 1.408 + shift [2022-05-05T09:32:03.561Z] #42 1.408 + '[' '!' -f //tini.installer ']' [2022-05-05T09:32:03.561Z] #42 1.408 + . //tini.installer [2022-05-05T09:32:03.561Z] #42 1.408 ++ : v0.19.0 [2022-05-05T09:32:03.561Z] #42 1.408 + install_tini [2022-05-05T09:32:03.561Z] #42 1.408 + echo 'Install tini version v0.19.0' [2022-05-05T09:32:03.561Z] #42 1.408 + git clone https://github.com/krallin/tini.git /tmp/tmp.jkZLbldqnC/tini [2022-05-05T09:32:03.561Z] #42 1.408 Cloning into '/tmp/tmp.jkZLbldqnC/tini'... [2022-05-05T09:32:03.857Z] #40 ... [2022-05-05T09:32:03.857Z] [2022-05-05T09:32:03.857Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:32:03.857Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:32:03.857Z] #55 35.16 v3.0.2 [2022-05-05T09:32:03.857Z] #55 DONE 35.5s [2022-05-05T09:32:03.857Z] [2022-05-05T09:32:03.857Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:03.857Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:03.857Z] #53 35.23 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-05T09:32:03.857Z] #53 35.23 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:32:03.857Z] #53 35.31 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-05T09:32:03.857Z] #53 35.47 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-05T09:32:03.857Z] #53 35.62 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-05T09:32:03.857Z] #53 35.68 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-05T09:32:04.119Z] #53 35.76 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-05T09:32:04.119Z] #53 35.85 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-05T09:32:04.119Z] #53 35.85 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-05T09:32:04.119Z] #53 35.96 go: downloading github.com/spf13/afero v1.6.0 [2022-05-05T09:32:04.119Z] #53 36.05 go: downloading github.com/spf13/cast v1.4.1 [2022-05-05T09:32:04.265Z] #42 2.144 + cd /tmp/tmp.jkZLbldqnC/tini [2022-05-05T09:32:04.265Z] #42 2.144 + git checkout -q v0.19.0 [2022-05-05T09:32:04.265Z] #42 2.206 + cmake . [2022-05-05T09:32:04.356Z] #65 ... [2022-05-05T09:32:04.356Z] [2022-05-05T09:32:04.356Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:32:04.356Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:32:04.356Z] #36 24.71 tomll can be used in two ways: [2022-05-05T09:32:04.356Z] #36 24.71 Writing to STDIN and reading from STDOUT: [2022-05-05T09:32:04.356Z] #36 24.71 cat file.toml | tomll > file.toml [2022-05-05T09:32:04.356Z] #36 24.71 [2022-05-05T09:32:04.356Z] #36 24.71 Reading and updating a list of files: [2022-05-05T09:32:04.356Z] #36 24.71 tomll a.toml b.toml c.toml [2022-05-05T09:32:04.356Z] #36 24.71 [2022-05-05T09:32:04.356Z] #36 24.71 When given a list of files, tomll will modify all files in place without asking. [2022-05-05T09:32:04.356Z] #36 DONE 24.9s [2022-05-05T09:32:04.356Z] [2022-05-05T09:32:04.356Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:04.356Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:04.356Z] #60 24.68 Fetched 8511 kB in 19s (439 kB/s) [2022-05-05T09:32:04.380Z] #53 36.07 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-05T09:32:04.380Z] #53 36.14 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-05T09:32:04.380Z] #53 36.18 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-05T09:32:04.380Z] #53 36.29 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-05T09:32:04.380Z] #53 36.29 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-05T09:32:04.626Z] #21 13.45 The following additional packages will be installed: [2022-05-05T09:32:04.626Z] #21 13.45 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-05T09:32:04.626Z] #21 13.46 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-05T09:32:04.626Z] #21 13.46 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-05T09:32:04.626Z] #21 13.46 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-05T09:32:04.626Z] #21 13.46 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-05T09:32:04.626Z] #21 13.46 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-05-05T09:32:04.626Z] #21 13.47 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-05-05T09:32:04.626Z] #21 13.48 Suggested packages: [2022-05-05T09:32:04.626Z] #21 13.48 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-05-05T09:32:04.626Z] #21 13.48 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-05-05T09:32:04.626Z] #21 13.48 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-05-05T09:32:04.626Z] #21 13.48 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-05-05T09:32:04.626Z] #21 13.48 seccomp:ppc64el seccomp:s390x [2022-05-05T09:32:04.626Z] #21 13.48 Recommended packages: [2022-05-05T09:32:04.626Z] #21 13.48 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-05-05T09:32:04.626Z] #21 13.48 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-05-05T09:32:04.626Z] #21 13.48 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-05-05T09:32:04.626Z] #21 13.48 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-05-05T09:32:04.641Z] #53 36.34 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-05T09:32:04.641Z] #53 36.34 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-05T09:32:04.641Z] #53 36.34 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-05T09:32:04.641Z] #53 36.40 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-05T09:32:04.641Z] #53 36.40 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-05T09:32:04.641Z] #53 36.49 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-05T09:32:04.641Z] #53 36.49 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-05T09:32:04.869Z] #42 2.727 -- The C compiler identification is GNU 10.2.1 [2022-05-05T09:32:04.869Z] #42 2.766 -- Detecting C compiler ABI info [2022-05-05T09:32:04.887Z] #21 13.93 The following NEW packages will be installed: [2022-05-05T09:32:04.904Z] #53 36.57 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-05T09:32:04.904Z] #53 36.67 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-05T09:32:04.904Z] #53 36.67 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-05T09:32:05.148Z] #21 13.93 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-05T09:32:05.149Z] #21 13.93 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-05-05T09:32:05.149Z] #21 13.93 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-05-05T09:32:05.149Z] #21 13.93 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-05T09:32:05.149Z] #21 13.93 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-05T09:32:05.149Z] #21 13.93 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-05T09:32:05.149Z] #21 13.93 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-05T09:32:05.149Z] #21 13.94 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-05-05T09:32:05.149Z] #21 13.94 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-05-05T09:32:05.149Z] #21 13.94 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-05-05T09:32:05.149Z] #21 13.94 libseccomp2:ppc64el libseccomp2:s390x [2022-05-05T09:32:05.168Z] #53 36.84 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-05T09:32:05.168Z] #53 36.84 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-05T09:32:05.168Z] #53 ... [2022-05-05T09:32:05.168Z] [2022-05-05T09:32:05.168Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:05.168Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:05.168Z] #60 35.23 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:05.168Z] #60 35.58 Fetched 460 kB in 0s (1355 kB/s) [2022-05-05T09:32:05.168Z] #60 35.77 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:32:05.168Z] #60 35.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-05T09:32:05.168Z] #60 35.78 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:32:05.168Z] #60 35.81 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:32:05.168Z] #60 36.06 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:32:05.168Z] #60 36.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:32:05.168Z] #60 36.06 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:32:05.168Z] #60 36.41 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:32:05.168Z] #60 36.45 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:32:05.168Z] #60 36.51 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:05.168Z] #60 DONE 37.0s [2022-05-05T09:32:05.298Z] #65 ... [2022-05-05T09:32:05.298Z] [2022-05-05T09:32:05.298Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-05T09:32:05.298Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-05T09:32:05.298Z] #36 25.46 tomll can be used in two ways: [2022-05-05T09:32:05.298Z] #36 25.46 Writing to STDIN and reading from STDOUT: [2022-05-05T09:32:05.298Z] #36 25.46 cat file.toml | tomll > file.toml [2022-05-05T09:32:05.298Z] #36 25.46 [2022-05-05T09:32:05.298Z] #36 25.46 Reading and updating a list of files: [2022-05-05T09:32:05.298Z] #36 25.46 tomll a.toml b.toml c.toml [2022-05-05T09:32:05.298Z] #36 25.46 [2022-05-05T09:32:05.298Z] #36 25.46 When given a list of files, tomll will modify all files in place without asking. [2022-05-05T09:32:05.298Z] #36 DONE 25.7s [2022-05-05T09:32:05.298Z] [2022-05-05T09:32:05.298Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:05.298Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:05.298Z] #40 25.68 Fetched 8511 kB in 20s (419 kB/s) [2022-05-05T09:32:05.410Z] #21 14.30 0 upgraded, 40 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:05.410Z] #21 14.30 Need to get 15.9 MB of archives. [2022-05-05T09:32:05.410Z] #21 14.30 After this operation, 73.0 MB of additional disk space will be used. [2022-05-05T09:32:05.410Z] #21 14.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-05-05T09:32:05.410Z] #21 14.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-05-05T09:32:05.410Z] #21 14.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-05-05T09:32:05.410Z] #21 14.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-05-05T09:32:05.410Z] #21 14.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-05-05T09:32:05.410Z] #21 14.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-05-05T09:32:05.410Z] #21 14.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-05-05T09:32:05.410Z] #21 14.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-05-05T09:32:05.410Z] #21 14.35 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-05-05T09:32:05.410Z] #21 14.35 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-05-05T09:32:05.410Z] #21 14.36 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-05-05T09:32:05.410Z] #21 14.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-05-05T09:32:05.410Z] #21 14.36 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-05-05T09:32:05.410Z] #21 14.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-05-05T09:32:05.410Z] #21 14.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-05-05T09:32:05.411Z] #21 14.40 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-05-05T09:32:05.411Z] #21 14.40 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-05-05T09:32:05.411Z] #21 14.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-05-05T09:32:05.411Z] #21 14.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-05-05T09:32:05.411Z] #21 14.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-05-05T09:32:05.411Z] #21 14.43 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-05-05T09:32:05.411Z] #21 14.43 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-05-05T09:32:05.411Z] #21 14.43 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-05-05T09:32:05.411Z] #21 14.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-05T09:32:05.431Z] [2022-05-05T09:32:05.431Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:05.431Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:05.431Z] #53 37.16 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-05T09:32:05.431Z] #53 37.20 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-05T09:32:05.431Z] #53 37.23 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-05T09:32:05.431Z] #53 ... [2022-05-05T09:32:05.431Z] [2022-05-05T09:32:05.431Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-05T09:32:05.431Z] #61 sha256:0a036b3ba657cfcc568f7be18e6788a82deb9cf874d53d98578fed71a419b8e6 [2022-05-05T09:32:05.431Z] #61 DONE 0.3s [2022-05-05T09:32:05.431Z] [2022-05-05T09:32:05.431Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:05.431Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:05.431Z] #53 37.28 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-05T09:32:05.431Z] #53 37.29 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-05T09:32:05.431Z] #53 37.32 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-05T09:32:05.431Z] #53 37.33 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-05T09:32:05.442Z] #42 3.253 -- Detecting C compiler ABI info - done [2022-05-05T09:32:05.442Z] #42 3.317 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-05T09:32:05.442Z] #42 3.335 -- Detecting C compile features [2022-05-05T09:32:05.672Z] #21 14.46 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-05T09:32:05.672Z] #21 14.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-05-05T09:32:05.672Z] #21 14.47 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-05-05T09:32:05.672Z] #21 14.47 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-05-05T09:32:05.672Z] #21 14.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-05-05T09:32:05.672Z] #21 14.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-05-05T09:32:05.672Z] #21 14.50 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-05-05T09:32:05.672Z] #21 14.50 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-05-05T09:32:05.672Z] #21 14.50 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-05-05T09:32:05.672Z] #21 14.50 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-05-05T09:32:05.672Z] #21 14.51 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-05-05T09:32:05.672Z] #21 14.51 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-05-05T09:32:05.672Z] #21 14.51 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-05-05T09:32:05.672Z] #21 14.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-05-05T09:32:05.672Z] #21 14.51 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-05-05T09:32:05.672Z] #21 14.51 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-05-05T09:32:05.692Z] #53 37.38 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-05T09:32:05.692Z] #53 37.46 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-05T09:32:05.692Z] #53 37.48 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-05T09:32:05.692Z] #53 37.52 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-05T09:32:05.702Z] #42 3.336 -- Detecting C compile features - done [2022-05-05T09:32:05.702Z] #42 3.368 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-05T09:32:05.702Z] #42 3.541 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-05T09:32:05.702Z] #42 3.615 -- Configuring done [2022-05-05T09:32:05.933Z] #21 15.02 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:05.954Z] #53 37.59 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-05T09:32:05.954Z] #53 37.63 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-05T09:32:05.954Z] #53 37.68 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-05T09:32:05.954Z] #53 37.68 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-05T09:32:05.954Z] #53 37.72 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-05T09:32:05.954Z] #53 37.74 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-05T09:32:05.954Z] #53 37.79 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-05T09:32:05.954Z] #53 37.79 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-05T09:32:05.964Z] #42 3.632 -- Generating done [2022-05-05T09:32:05.964Z] #42 3.633 -- Build files have been written to: /tmp/tmp.jkZLbldqnC/tini [2022-05-05T09:32:05.964Z] #42 3.639 + make tini-static [2022-05-05T09:32:06.194Z] #21 15.22 Fetched 15.9 MB in 0s (32.3 MB/s) [2022-05-05T09:32:06.195Z] #21 15.25 Selecting previously unselected package gcc-10-base:armel. [2022-05-05T09:32:06.224Z] #42 3.973 Scanning dependencies of target tini-static [2022-05-05T09:32:06.224Z] #42 4.046 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-05T09:32:06.306Z] #53 37.87 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-05T09:32:06.307Z] #53 37.99 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-05T09:32:06.456Z] #21 15.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-05-05T09:32:06.456Z] #21 15.31 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-05-05T09:32:06.456Z] #21 15.31 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-05-05T09:32:06.456Z] #21 15.36 Selecting previously unselected package gcc-10-base:armhf. [2022-05-05T09:32:06.456Z] #21 15.37 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-05-05T09:32:06.456Z] #21 15.38 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-05-05T09:32:06.456Z] #21 15.43 Selecting previously unselected package gcc-10-base:ppc64el. [2022-05-05T09:32:06.456Z] #21 15.43 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-05-05T09:32:06.456Z] #21 15.44 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-05T09:32:06.456Z] #21 15.49 Selecting previously unselected package gcc-10-base:s390x. [2022-05-05T09:32:06.456Z] #21 15.49 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-05-05T09:32:06.573Z] #53 38.16 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-05T09:32:06.573Z] #53 38.16 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-05T09:32:06.573Z] #53 38.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-05T09:32:06.573Z] #53 38.16 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-05T09:32:06.573Z] #53 38.16 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-05T09:32:06.573Z] #53 38.18 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-05T09:32:06.573Z] #53 38.25 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-05T09:32:06.573Z] #53 38.25 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-05T09:32:06.573Z] #53 38.47 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-05T09:32:06.573Z] #53 38.51 go: downloading github.com/julz/importas v0.1.0 [2022-05-05T09:32:06.717Z] #21 15.50 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-05-05T09:32:06.717Z] #21 15.54 Selecting previously unselected package gcc-10-base:arm64. [2022-05-05T09:32:06.717Z] #21 15.55 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-05-05T09:32:06.717Z] #21 15.55 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-05-05T09:32:06.717Z] #21 15.62 Selecting previously unselected package libgcc-s1:armel. [2022-05-05T09:32:06.717Z] #21 15.62 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-05-05T09:32:06.717Z] #21 15.63 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-05-05T09:32:06.717Z] #21 15.68 Selecting previously unselected package libcrypt1:armel. [2022-05-05T09:32:06.717Z] #21 15.68 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-05-05T09:32:06.717Z] #21 15.69 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-05-05T09:32:06.837Z] #53 38.59 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-05T09:32:06.837Z] #53 38.62 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-05T09:32:06.837Z] #53 38.63 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-05T09:32:06.837Z] #53 38.67 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-05T09:32:06.837Z] #53 38.74 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-05T09:32:06.979Z] #21 15.78 Selecting previously unselected package libc6:armel. [2022-05-05T09:32:06.979Z] #21 15.78 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-05-05T09:32:06.979Z] #21 15.99 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-05-05T09:32:07.100Z] #53 38.77 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-05T09:32:07.101Z] #53 38.85 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-05T09:32:07.101Z] #53 38.85 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-05T09:32:07.101Z] #53 ... [2022-05-05T09:32:07.101Z] [2022-05-05T09:32:07.101Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:32:07.101Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:32:07.101Z] #38 38.34 NAME: [2022-05-05T09:32:07.101Z] #38 38.34 go-winres - A tool for embedding resources in Windows executables [2022-05-05T09:32:07.101Z] #38 38.34 [2022-05-05T09:32:07.101Z] #38 38.34 USAGE: [2022-05-05T09:32:07.101Z] #38 38.34 go-winres [global options] command [command options] [arguments...] [2022-05-05T09:32:07.101Z] #38 38.34 [2022-05-05T09:32:07.101Z] #38 38.34 COMMANDS: [2022-05-05T09:32:07.101Z] #38 38.34 init Create an initial ./winres/winres.json [2022-05-05T09:32:07.101Z] #38 38.34 make Make syso files for the "go build" command [2022-05-05T09:32:07.101Z] #38 38.34 simply Make syso files for the "go build" command (simplified) [2022-05-05T09:32:07.101Z] #38 38.34 extract Extract all resources from an executable [2022-05-05T09:32:07.101Z] #38 38.34 patch Replace resources in an executable file (exe, dll) [2022-05-05T09:32:07.101Z] #38 38.34 help, h Shows a list of commands or help for one command [2022-05-05T09:32:07.101Z] #38 38.34 [2022-05-05T09:32:07.101Z] #38 38.34 GLOBAL OPTIONS: [2022-05-05T09:32:07.101Z] #38 38.34 --help, -h show help (default: false) [2022-05-05T09:32:07.101Z] #38 DONE 39.0s [2022-05-05T09:32:07.380Z] [2022-05-05T09:32:07.380Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:07.380Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:07.380Z] #53 39.01 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-05T09:32:07.380Z] #53 39.13 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-05T09:32:07.552Z] #21 16.47 Selecting previously unselected package libapparmor1:armel. [2022-05-05T09:32:07.552Z] #21 16.48 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-05-05T09:32:07.552Z] #21 16.48 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-05-05T09:32:07.552Z] #21 16.53 Selecting previously unselected package libapparmor-dev:armel. [2022-05-05T09:32:07.552Z] #21 16.53 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-05-05T09:32:07.552Z] #21 16.54 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-05-05T09:32:07.552Z] #21 16.61 Selecting previously unselected package libgcc-s1:arm64. [2022-05-05T09:32:07.613Z] #42 5.136 [100%] Linking C executable tini-static [2022-05-05T09:32:07.613Z] #42 5.472 [100%] Built target tini-static [2022-05-05T09:32:07.613Z] #42 5.532 + mkdir -p /build [2022-05-05T09:32:07.757Z] #53 39.31 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-05T09:32:07.757Z] #53 39.31 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-05T09:32:07.815Z] #21 16.62 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-05-05T09:32:07.815Z] #21 16.62 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-05-05T09:32:07.815Z] #21 16.68 Selecting previously unselected package libcrypt1:arm64. [2022-05-05T09:32:07.815Z] #21 16.68 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-05-05T09:32:07.815Z] #21 16.68 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-05T09:32:07.815Z] #21 16.76 Selecting previously unselected package libc6:arm64. [2022-05-05T09:32:07.815Z] #21 16.77 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-05-05T09:32:07.842Z] Running on azwin-2-a04501 in d:\jenkins\workspace\moby_PR-43563 [Pipeline] { [Pipeline] ws [2022-05-05T09:32:07.860Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-05T09:32:07.882Z] #42 5.537 + cp tini-static /build/docker-init [2022-05-05T09:32:08.019Z] #53 39.76 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-05T09:32:08.019Z] #53 39.77 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-05T09:32:08.019Z] #53 39.78 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-05T09:32:08.019Z] #53 39.82 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-05T09:32:08.019Z] #53 39.85 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-05T09:32:08.019Z] #53 39.89 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-05T09:32:08.077Z] #21 16.93 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-05-05T09:32:08.280Z] #53 39.97 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-05T09:32:08.280Z] #53 39.97 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-05T09:32:08.280Z] #53 39.97 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-05T09:32:08.542Z] #53 40.23 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-05T09:32:08.542Z] #53 40.23 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-05T09:32:08.542Z] #53 40.26 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-05T09:32:08.542Z] #53 40.29 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-05T09:32:08.542Z] #53 40.29 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-05T09:32:08.542Z] #53 40.29 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-05T09:32:08.542Z] #53 40.31 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-05T09:32:08.542Z] #53 40.35 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-05T09:32:08.542Z] #53 40.39 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-05T09:32:08.650Z] #21 17.39 Selecting previously unselected package libapparmor1:arm64. [2022-05-05T09:32:08.650Z] #21 17.40 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-05T09:32:08.650Z] #21 17.41 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-05T09:32:08.650Z] #21 17.47 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-05T09:32:08.650Z] #21 17.47 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-05T09:32:08.650Z] #21 17.48 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-05T09:32:08.650Z] #21 17.54 Selecting previously unselected package libgcc-s1:s390x. [2022-05-05T09:32:08.650Z] #21 17.55 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-05-05T09:32:08.650Z] #21 17.56 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-05-05T09:32:08.650Z] #21 17.61 Selecting previously unselected package libcrypt1:s390x. [2022-05-05T09:32:08.650Z] #21 17.62 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-05-05T09:32:08.650Z] #21 17.63 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-05-05T09:32:08.803Z] #53 40.51 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-05T09:32:08.803Z] #53 40.55 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-05T09:32:08.803Z] #53 40.57 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-05T09:32:08.803Z] #53 40.64 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-05T09:32:08.803Z] #53 40.71 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-05T09:32:08.803Z] #53 40.71 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-05T09:32:08.803Z] #53 40.75 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-05T09:32:08.911Z] #21 17.71 Selecting previously unselected package libc6:s390x. [2022-05-05T09:32:08.911Z] #21 17.72 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-05-05T09:32:09.065Z] #53 40.77 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-05T09:32:09.172Z] #21 17.91 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-05-05T09:32:09.326Z] #53 41.12 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-05T09:32:09.423Z] The recommended git tool is: git [2022-05-05T09:32:09.434Z] #21 18.38 Selecting previously unselected package libapparmor1:s390x. [2022-05-05T09:32:09.434Z] #21 18.39 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-05-05T09:32:09.434Z] #21 18.39 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-05-05T09:32:09.434Z] #21 18.46 Selecting previously unselected package libapparmor-dev:s390x. [2022-05-05T09:32:09.587Z] #53 41.23 go: downloading honnef.co/go/tools v0.2.2 [2022-05-05T09:32:09.649Z] #60 24.68 Reading package lists... [2022-05-05T09:32:09.649Z] #60 ... [2022-05-05T09:32:09.649Z] [2022-05-05T09:32:09.649Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:32:09.649Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:32:09.696Z] #21 18.46 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-05-05T09:32:09.696Z] #21 18.46 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-05-05T09:32:09.696Z] #21 18.53 Selecting previously unselected package libgcc-s1:armhf. [2022-05-05T09:32:09.696Z] #21 18.54 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-05-05T09:32:09.696Z] #21 18.54 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-05-05T09:32:09.696Z] #21 18.60 Selecting previously unselected package libcrypt1:armhf. [2022-05-05T09:32:09.696Z] #21 18.61 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-05-05T09:32:09.696Z] #21 18.61 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-05-05T09:32:09.809Z] #42 DONE 7.3s [2022-05-05T09:32:09.809Z] [2022-05-05T09:32:09.809Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-05T09:32:09.809Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:32:09.809Z] #14 50.81 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-05T09:32:09.809Z] #14 50.81 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:09.809Z] #14 50.81 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:32:09.809Z] #14 50.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-05T09:32:09.809Z] #14 50.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:09.809Z] #14 50.95 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:32:09.957Z] #21 18.70 Selecting previously unselected package libc6:armhf. [2022-05-05T09:32:09.957Z] #21 18.71 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-05-05T09:32:09.957Z] #21 18.87 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-05-05T09:32:10.168Z] #45 29.73 Updating files: 58% (1081/1844) Updating files: 59% (1088/1844) Updating files: 60% (1107/1844) Updating files: 61% (1125/1844) Updating files: 62% (1144/1844) Updating files: 63% (1162/1844) Updating files: 64% (1181/1844) Updating files: 65% (1199/1844) Updating files: 66% (1218/1844) Updating files: 67% (1236/1844) Updating files: 68% (1254/1844) Updating files: 69% (1273/1844) Updating files: 70% (1291/1844) Updating files: 71% (1310/1844) Updating files: 72% (1328/1844) Updating files: 73% (1347/1844) Updating files: 74% (1365/1844) Updating files: 75% (1383/1844) Updating files: 76% (1402/1844) Updating files: 77% (1420/1844) Updating files: 78% (1439/1844) Updating files: 79% (1457/1844) Updating files: 80% (1476/1844) Updating files: 81% (1494/1844) Updating files: 82% (1513/1844) Updating files: 83% (1531/1844) Updating files: 84% (1549/1844) Updating files: 85% (1568/1844) Updating files: 86% (1586/1844) Updating files: 87% (1605/1844) Updating files: 88% (1623/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-05T09:32:10.219Z] #21 19.29 Selecting previously unselected package libapparmor1:armhf. [2022-05-05T09:32:10.427Z] #45 30.71 + git checkout -q v2.3.0 [2022-05-05T09:32:10.481Z] #21 19.29 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-05-05T09:32:10.481Z] #21 19.30 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-05-05T09:32:10.481Z] #21 19.34 Selecting previously unselected package libapparmor-dev:armhf. [2022-05-05T09:32:10.481Z] #21 19.35 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-05-05T09:32:10.481Z] #21 19.35 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-05-05T09:32:10.481Z] #21 19.42 Selecting previously unselected package libgcc-s1:ppc64el. [2022-05-05T09:32:10.481Z] #21 19.43 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-05-05T09:32:10.481Z] #21 19.43 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-05T09:32:10.481Z] #21 19.48 Selecting previously unselected package libcrypt1:ppc64el. [2022-05-05T09:32:10.481Z] #21 19.49 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-05-05T09:32:10.481Z] #21 19.50 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-05T09:32:10.533Z] #53 42.32 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-05T09:32:10.533Z] #53 42.32 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-05T09:32:10.556Z] #40 25.68 Reading package lists... [2022-05-05T09:32:10.557Z] #40 ... [2022-05-05T09:32:10.557Z] [2022-05-05T09:32:10.557Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:10.557Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:10.557Z] #60 23.38 Fetched 8511 kB in 18s (463 kB/s) [2022-05-05T09:32:10.557Z] #60 23.38 Reading package lists... [2022-05-05T09:32:10.743Z] #21 19.58 Selecting previously unselected package libc6:ppc64el. [2022-05-05T09:32:10.743Z] #21 19.59 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-05-05T09:32:10.794Z] #53 42.44 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-05T09:32:10.794Z] #53 42.47 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-05T09:32:11.004Z] #21 19.78 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-05T09:32:11.526Z] #21 20.31 Selecting previously unselected package libapparmor1:ppc64el. [2022-05-05T09:32:11.526Z] #21 20.32 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-05-05T09:32:11.526Z] #21 20.33 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-05-05T09:32:11.526Z] #21 20.39 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-05-05T09:32:11.526Z] #21 20.39 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-05-05T09:32:11.526Z] #21 20.39 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-05T09:32:11.526Z] #21 20.46 Selecting previously unselected package libseccomp2:s390x. [2022-05-05T09:32:11.526Z] #21 20.47 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-05-05T09:32:11.526Z] #21 20.47 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-05T09:32:11.526Z] #21 20.51 Selecting previously unselected package libseccomp-dev:s390x. [2022-05-05T09:32:11.526Z] #21 20.51 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-05-05T09:32:11.526Z] #21 20.52 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-05T09:32:11.526Z] #21 20.58 Selecting previously unselected package libseccomp2:ppc64el. [2022-05-05T09:32:11.788Z] #21 20.59 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-05T09:32:11.788Z] #21 20.59 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-05T09:32:11.788Z] #21 20.64 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-05-05T09:32:11.788Z] #21 20.65 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-05T09:32:11.788Z] #21 20.66 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-05T09:32:11.788Z] #21 20.72 Selecting previously unselected package libseccomp2:armhf. [2022-05-05T09:32:11.788Z] #21 20.72 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-05-05T09:32:11.788Z] #21 20.73 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-05T09:32:11.788Z] #21 20.77 Selecting previously unselected package libseccomp-dev:armhf. [2022-05-05T09:32:11.788Z] #21 20.78 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-05-05T09:32:11.788Z] #21 20.78 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-05T09:32:11.788Z] #21 20.85 Selecting previously unselected package libseccomp2:armel. [2022-05-05T09:32:12.049Z] #21 20.85 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-05-05T09:32:12.049Z] #21 20.86 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-05T09:32:12.049Z] #21 20.90 Selecting previously unselected package libseccomp-dev:armel. [2022-05-05T09:32:12.049Z] #21 20.91 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-05-05T09:32:12.049Z] #21 20.91 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-05T09:32:12.049Z] #21 21.00 Selecting previously unselected package libseccomp2:arm64. [2022-05-05T09:32:12.049Z] #21 21.01 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-05-05T09:32:12.049Z] #21 21.02 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-05T09:32:12.049Z] #21 21.06 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-05T09:32:12.049Z] #21 21.07 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-05T09:32:12.049Z] #21 21.08 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-05T09:32:12.186Z] #53 43.70 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-05T09:32:12.186Z] #53 43.73 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-05T09:32:12.186Z] #53 43.76 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-05T09:32:12.186Z] #53 43.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-05T09:32:12.186Z] #53 44.10 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-05T09:32:12.186Z] #53 44.10 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-05T09:32:12.310Z] #21 21.19 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-05-05T09:32:12.310Z] #21 21.21 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-05-05T09:32:12.310Z] #21 21.22 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-05-05T09:32:12.310Z] #21 21.23 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-05T09:32:12.310Z] #21 21.24 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-05-05T09:32:12.310Z] #21 21.26 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-05T09:32:12.310Z] #21 21.27 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-05-05T09:32:12.311Z] #21 21.28 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-05-05T09:32:12.311Z] #21 21.30 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-05T09:32:12.311Z] #21 21.31 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-05-05T09:32:12.311Z] #21 21.32 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-05-05T09:32:12.311Z] #21 21.33 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-05-05T09:32:12.311Z] #21 21.34 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-05-05T09:32:12.311Z] #21 21.36 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-05T09:32:12.448Z] #53 44.28 go: downloading golang.org/x/text v0.3.7 [2022-05-05T09:32:12.453Z] #60 31.69 Reading package lists... [2022-05-05T09:32:12.453Z] #60 ... [2022-05-05T09:32:12.453Z] [2022-05-05T09:32:12.453Z] #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-05T09:32:12.453Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:12.453Z] #14 23.34 Fetched 8511 kB in 18s (467 kB/s) [2022-05-05T09:32:12.453Z] #14 23.34 Reading package lists... [2022-05-05T09:32:12.453Z] #14 31.72 Reading package lists... [2022-05-05T09:32:12.453Z] #14 ... [2022-05-05T09:32:12.453Z] [2022-05-05T09:32:12.453Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:32:12.453Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:32:12.572Z] #21 21.37 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-05-05T09:32:12.572Z] #21 21.38 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-05-05T09:32:13.111Z] #14 56.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-05T09:32:13.111Z] #14 56.24 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:13.111Z] #14 56.25 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:32:13.392Z] #53 ... [2022-05-05T09:32:13.392Z] [2022-05-05T09:32:13.392Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:13.392Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:13.392Z] #49 34.86 The following NEW packages will be installed: [2022-05-05T09:32:13.392Z] #49 34.86 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:32:13.392Z] #49 34.86 python3-protobuf python3-six [2022-05-05T09:32:13.392Z] #49 35.52 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:13.392Z] #49 35.52 Need to get 2292 kB of archives. [2022-05-05T09:32:13.392Z] #49 35.52 After this operation, 11.0 MB of additional disk space will be used. [2022-05-05T09:32:13.392Z] #49 35.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-05T09:32:13.392Z] #49 35.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:32:13.392Z] #49 35.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-05T09:32:13.392Z] #49 35.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-05T09:32:13.392Z] #49 35.55 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-05T09:32:13.392Z] #49 35.55 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-05T09:32:13.392Z] #49 35.57 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-05T09:32:13.392Z] #49 37.74 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-05T09:32:13.392Z] #49 39.35 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:13.392Z] #49 39.37 Fetched 2292 kB in 3s (735 kB/s) [2022-05-05T09:32:13.392Z] #49 39.49 Selecting previously unselected package libprotobuf23:amd64. [2022-05-05T09:32:13.392Z] #49 39.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-05T09:32:13.392Z] #49 39.54 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-05T09:32:13.392Z] #49 39.57 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-05T09:32:13.392Z] #49 40.27 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:32:13.392Z] #49 40.27 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:32:13.392Z] #49 40.28 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:13.392Z] #49 40.50 Selecting previously unselected package python3-six. [2022-05-05T09:32:13.392Z] #49 40.50 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-05T09:32:13.392Z] #49 40.51 Unpacking python3-six (1.16.0-2) ... [2022-05-05T09:32:13.392Z] #49 40.63 Selecting previously unselected package python3-protobuf. [2022-05-05T09:32:13.392Z] #49 40.63 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-05T09:32:13.392Z] #49 40.63 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-05T09:32:13.392Z] #49 41.10 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:32:13.392Z] #49 41.10 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:32:13.392Z] #49 41.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:13.392Z] #49 41.28 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:32:13.392Z] #49 41.28 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:32:13.392Z] #49 41.28 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:13.392Z] #49 41.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:32:13.392Z] #49 41.36 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:32:13.392Z] #49 41.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:13.392Z] #49 41.47 Selecting previously unselected package criu. [2022-05-05T09:32:13.392Z] #49 41.47 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-05T09:32:13.392Z] #49 41.49 Unpacking criu (3.16.1-3) ... [2022-05-05T09:32:13.392Z] #49 42.10 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:13.392Z] #49 43.73 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-05T09:32:13.392Z] #49 43.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:13.392Z] #49 43.75 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:13.392Z] #49 43.75 Setting up python3-six (1.16.0-2) ... [2022-05-05T09:32:13.392Z] #49 45.01 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:13.393Z] #49 45.03 Setting up python3-protobuf (3.12.4-1) ... [2022-05-05T09:32:13.483Z] #45 33.19 Updating files: 58% (1080/1844) Updating files: 59% (1088/1844) Updating files: 60% (1107/1844) Updating files: 61% (1125/1844) Updating files: 62% (1144/1844) Updating files: 63% (1162/1844) Updating files: 64% (1181/1844) Updating files: 65% (1199/1844) Updating files: 66% (1218/1844) Updating files: 67% (1236/1844) Updating files: 68% (1254/1844) Updating files: 69% (1273/1844) Updating files: 70% (1291/1844) Updating files: 71% (1310/1844) Updating files: 72% (1328/1844) Updating files: 73% (1347/1844) Updating files: 74% (1365/1844) Updating files: 75% (1383/1844) Updating files: 76% (1402/1844) Updating files: 77% (1420/1844) Updating files: 78% (1439/1844) Updating files: 79% (1457/1844) Updating files: 80% (1476/1844) Updating files: 81% (1494/1844) Updating files: 82% (1513/1844) Updating files: 83% (1531/1844) Updating files: 84% (1549/1844) Updating files: 85% (1568/1844) Updating files: 86% (1586/1844) Updating files: 87% (1605/1844) Updating files: 88% (1623/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-05T09:32:13.483Z] #45 34.26 + git checkout -q v2.3.0 [2022-05-05T09:32:13.719Z] #45 33.81 + 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-05T09:32:13.719Z] #45 ... [2022-05-05T09:32:13.719Z] [2022-05-05T09:32:13.719Z] #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-05T09:32:13.719Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:13.719Z] #14 23.94 Fetched 8511 kB in 19s (453 kB/s) [2022-05-05T09:32:13.719Z] #14 23.94 Reading package lists... [2022-05-05T09:32:13.719Z] #14 31.84 Reading package lists... [2022-05-05T09:32:13.719Z] #14 ... [2022-05-05T09:32:13.719Z] [2022-05-05T09:32:13.719Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:13.719Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:13.719Z] #60 24.68 Reading package lists... [2022-05-05T09:32:13.959Z] #21 22.62 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-05-05T09:32:14.337Z] #49 ... [2022-05-05T09:32:14.337Z] [2022-05-05T09:32:14.337Z] #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-05T09:32:14.337Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:14.337Z] #14 35.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-05T09:32:14.337Z] #14 36.36 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-05T09:32:14.337Z] #14 36.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-05T09:32:14.337Z] #14 36.37 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-05T09:32:14.337Z] #14 36.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:32:14.337Z] #14 36.39 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:32:14.337Z] #14 36.41 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-05T09:32:14.337Z] #14 36.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-05T09:32:14.337Z] #14 36.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-05T09:32:14.337Z] #14 36.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-05T09:32:14.337Z] #14 36.45 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-05T09:32:14.337Z] #14 36.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-05T09:32:14.337Z] #14 36.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-05T09:32:14.337Z] #14 36.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-05T09:32:14.337Z] #14 36.50 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-05T09:32:14.337Z] #14 36.50 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-05T09:32:14.337Z] #14 36.52 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-05T09:32:14.337Z] #14 37.57 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:14.337Z] #14 37.85 Fetched 115 MB in 7s (16.9 MB/s) [2022-05-05T09:32:14.337Z] #14 37.91 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-05T09:32:14.337Z] #14 37.91 (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-05T09:32:14.337Z] #14 37.97 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:32:14.337Z] #14 37.97 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:14.337Z] #14 40.30 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-05T09:32:14.337Z] #14 40.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:32:14.337Z] #14 40.30 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:14.337Z] #14 42.71 Selecting previously unselected package binutils-mingw-w64. [2022-05-05T09:32:14.337Z] #14 42.71 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-05T09:32:14.337Z] #14 42.71 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:32:14.337Z] #14 42.82 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-05T09:32:14.337Z] #14 42.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:32:14.338Z] #14 42.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:32:14.338Z] #14 43.02 Selecting previously unselected package dmsetup. [2022-05-05T09:32:14.338Z] #14 43.02 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:32:14.338Z] #14 43.02 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:32:14.338Z] #14 43.17 Selecting previously unselected package mingw-w64-common. [2022-05-05T09:32:14.338Z] #14 43.17 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-05T09:32:14.338Z] #14 43.17 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-05T09:32:14.599Z] #14 ... [2022-05-05T09:32:14.599Z] [2022-05-05T09:32:14.599Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:14.599Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:14.599Z] #40 36.52 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:14.599Z] #40 36.77 Fetched 17.7 MB in 1s (12.2 MB/s) [2022-05-05T09:32:14.599Z] #40 36.85 Selecting previously unselected package xxd. [2022-05-05T09:32:14.599Z] #40 36.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-05T09:32:14.599Z] #40 36.91 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:32:14.599Z] #40 36.94 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:14.599Z] #40 37.12 Selecting previously unselected package vim-common. [2022-05-05T09:32:14.599Z] #40 37.12 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:32:14.599Z] #40 37.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:14.599Z] #40 37.52 Selecting previously unselected package cmake-data. [2022-05-05T09:32:14.599Z] #40 37.52 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-05T09:32:14.599Z] #40 37.53 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:32:14.599Z] #40 40.89 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:32:14.599Z] #40 40.91 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:32:14.599Z] #40 40.95 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:32:14.599Z] #40 46.45 Selecting previously unselected package libxml2:amd64. [2022-05-05T09:32:14.599Z] #40 46.45 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-05T09:32:14.599Z] #40 46.45 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:32:14.903Z] #21 23.85 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-05-05T09:32:15.172Z] #40 46.97 Selecting previously unselected package libarchive13:amd64. [2022-05-05T09:32:15.172Z] #40 46.97 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-05T09:32:15.172Z] #40 46.98 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:32:15.434Z] #40 47.33 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-05T09:32:15.434Z] #40 47.33 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-05T09:32:15.695Z] #40 47.37 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:32:15.695Z] #40 ... [2022-05-05T09:32:15.695Z] [2022-05-05T09:32:15.695Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:15.695Z] #62 sha256:e6a389a36e825ba6841b1fbcc0d51094327da252aa1671192e40fe69c80faf47 [2022-05-05T09:32:15.695Z] #62 6.219 + RM_GOPATH=0 [2022-05-05T09:32:15.695Z] #62 6.219 + TMP_GOPATH= [2022-05-05T09:32:15.695Z] #62 6.219 + : /build [2022-05-05T09:32:15.695Z] #62 6.219 + '[' -z '' ']' [2022-05-05T09:32:15.695Z] #62 6.219 ++ mktemp -d [2022-05-05T09:32:15.695Z] #62 6.219 + export GOPATH=/tmp/tmp.HyJxMjvycn [2022-05-05T09:32:15.695Z] #62 6.219 + GOPATH=/tmp/tmp.HyJxMjvycn [2022-05-05T09:32:15.695Z] #62 6.219 + RM_GOPATH=1 [2022-05-05T09:32:15.695Z] #62 6.219 + case "$(go env GOARCH)" in [2022-05-05T09:32:15.695Z] #62 6.219 ++ go env GOARCH [2022-05-05T09:32:15.695Z] #62 6.264 Install containerd version v1.6.4 [2022-05-05T09:32:15.695Z] #62 6.265 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:15.695Z] #62 6.265 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:15.695Z] #62 6.265 ++ dirname /install.sh [2022-05-05T09:32:15.695Z] #62 6.265 + dir=/ [2022-05-05T09:32:15.695Z] #62 6.265 + bin=containerd [2022-05-05T09:32:15.695Z] #62 6.265 + shift [2022-05-05T09:32:15.695Z] #62 6.265 + '[' '!' -f //containerd.installer ']' [2022-05-05T09:32:15.695Z] #62 6.265 + . //containerd.installer [2022-05-05T09:32:15.695Z] #62 6.265 ++ set -e [2022-05-05T09:32:15.695Z] #62 6.265 ++ : v1.6.4 [2022-05-05T09:32:15.695Z] #62 6.265 + install_containerd [2022-05-05T09:32:15.695Z] #62 6.265 + echo 'Install containerd version v1.6.4' [2022-05-05T09:32:15.695Z] #62 6.265 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HyJxMjvycn/src/github.com/containerd/containerd [2022-05-05T09:32:15.695Z] #62 6.265 Cloning into '/tmp/tmp.HyJxMjvycn/src/github.com/containerd/containerd'... [2022-05-05T09:32:15.695Z] #62 ... [2022-05-05T09:32:15.695Z] [2022-05-05T09:32:15.695Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:15.695Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:15.695Z] #40 47.49 Selecting previously unselected package librhash0:amd64. [2022-05-05T09:32:15.695Z] #40 47.54 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-05T09:32:15.695Z] #40 47.56 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:32:15.960Z] #40 47.74 Selecting previously unselected package libuv1:amd64. [2022-05-05T09:32:15.960Z] #40 47.74 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-05T09:32:15.960Z] #40 47.74 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:32:16.008Z] #45 36.48 + 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-05T09:32:16.222Z] #40 47.96 Selecting previously unselected package cmake. [2022-05-05T09:32:16.222Z] #40 47.96 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-05T09:32:16.222Z] #40 48.07 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:32:16.289Z] #21 25.08 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-05T09:32:17.017Z] #60 32.35 Reading package lists... [2022-05-05T09:32:17.017Z] #60 ... [2022-05-05T09:32:17.017Z] [2022-05-05T09:32:17.017Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:17.017Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:17.017Z] #40 27.55 Fetched 8511 kB in 21s (404 kB/s) [2022-05-05T09:32:17.017Z] #40 27.55 Reading package lists... [2022-05-05T09:32:17.017Z] #40 35.26 Reading package lists... [2022-05-05T09:32:17.017Z] #40 ... [2022-05-05T09:32:17.017Z] [2022-05-05T09:32:17.017Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:17.017Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:17.017Z] #49 28.36 Fetched 8515 kB in 22s (385 kB/s) [2022-05-05T09:32:17.017Z] #49 28.36 Reading package lists... [2022-05-05T09:32:17.322Z] #14 ... [2022-05-05T09:32:17.322Z] [2022-05-05T09:32:17.322Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:17.322Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:32:17.584Z] #62 34.43 Updating files: 74% (3550/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-05T09:32:17.584Z] #62 34.99 + cd /tmp/tmp.ImG5Mb02Nw/src/github.com/containerd/containerd [2022-05-05T09:32:17.611Z] #40 ... [2022-05-05T09:32:17.611Z] [2022-05-05T09:32:17.611Z] #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-05T09:32:17.611Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:32:17.611Z] #34 38.96 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-05-05T09:32:17.611Z] #34 39.31 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-05T09:32:17.611Z] #34 39.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-05T09:32:17.611Z] #34 ... [2022-05-05T09:32:17.611Z] [2022-05-05T09:32:17.611Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:17.611Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:17.611Z] #49 49.08 Setting up criu (3.16.1-3) ... [2022-05-05T09:32:17.676Z] #21 26.31 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-05-05T09:32:17.845Z] #62 34.99 + git checkout -q v1.6.4 [2022-05-05T09:32:17.904Z] #45 ... [2022-05-05T09:32:17.904Z] [2022-05-05T09:32:17.904Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:17.904Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:17.904Z] #49 28.66 Fetched 8515 kB in 23s (371 kB/s) [2022-05-05T09:32:17.904Z] #49 28.66 Reading package lists... [2022-05-05T09:32:17.904Z] #49 36.59 Reading package lists... [2022-05-05T09:32:17.904Z] #49 ... [2022-05-05T09:32:17.904Z] [2022-05-05T09:32:17.904Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:17.904Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:17.904Z] #40 25.68 Reading package lists... [2022-05-05T09:32:18.472Z] #40 33.90 Reading package lists... [2022-05-05T09:32:18.472Z] #40 ... [2022-05-05T09:32:18.472Z] [2022-05-05T09:32:18.472Z] #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-05T09:32:18.472Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:18.472Z] #14 31.72 Reading package lists... [2022-05-05T09:32:18.636Z] #21 27.56 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-05T09:32:18.636Z] #21 27.58 Setting up libapparmor1:armel (2.13.6-10) ... [2022-05-05T09:32:18.636Z] #21 27.59 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-05-05T09:32:18.636Z] #21 27.60 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-05-05T09:32:18.636Z] #21 27.61 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-05-05T09:32:18.636Z] #21 27.63 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.636Z] #21 27.64 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.636Z] #21 27.65 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.636Z] #21 27.66 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.636Z] #21 27.67 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.636Z] #21 27.69 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-05T09:32:18.636Z] #21 27.70 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-05-05T09:32:18.789Z] #62 36.00 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-05T09:32:18.789Z] #62 36.00 + BUILDTAGS='netgo osusergo static_build' [2022-05-05T09:32:18.789Z] #62 36.00 + export EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:32:18.789Z] #62 36.00 + EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:32:18.789Z] #62 36.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-05T09:32:18.789Z] #62 36.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-05T09:32:18.789Z] #62 36.00 + '[' '' = dynamic ']' [2022-05-05T09:32:18.789Z] #62 36.00 + make [2022-05-05T09:32:18.897Z] #21 27.71 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-05-05T09:32:18.897Z] #21 27.72 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-05T09:32:18.897Z] #21 27.74 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-05-05T09:32:18.897Z] #21 27.75 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.897Z] #21 27.76 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.897Z] #21 27.78 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.897Z] #21 27.79 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.897Z] #21 27.80 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-05T09:32:18.897Z] #21 27.81 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:18.925Z] #49 36.25 Reading package lists... [2022-05-05T09:32:18.925Z] #49 ... [2022-05-05T09:32:18.925Z] [2022-05-05T09:32:18.925Z] #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-05T09:32:18.925Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:18.925Z] #14 31.84 Reading package lists... [2022-05-05T09:32:19.470Z] #21 DONE 28.3s [2022-05-05T09:32:19.470Z] [2022-05-05T09:32:19.470Z] #64 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-05T09:32:19.470Z] #64 sha256:46f4aa931048b61dd67e1057af829e0c74765b73a20c3b75c1585b6e3a3267a9 [2022-05-05T09:32:19.529Z] #49 50.86 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:19.732Z] #64 DONE 0.1s [2022-05-05T09:32:19.732Z] [2022-05-05T09:32:19.732Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:32:19.732Z] #65 sha256:8ea0af88619b580f5f9d2c785693001eb43118cd7ba15c2a6f9bef9689069bd7 [2022-05-05T09:32:19.791Z] #49 DONE 51.3s [2022-05-05T09:32:19.791Z] [2022-05-05T09:32:19.791Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:19.791Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:19.791Z] #53 49.93 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-05T09:32:19.791Z] #53 50.02 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-05T09:32:19.791Z] #53 50.03 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-05T09:32:19.791Z] #53 50.06 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-05T09:32:19.791Z] #53 50.12 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-05T09:32:19.791Z] #53 50.16 go: downloading golang.org/x/mod v0.5.1 [2022-05-05T09:32:19.791Z] #53 50.26 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-05T09:32:19.791Z] #53 50.41 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-05T09:32:19.791Z] #53 50.42 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-05T09:32:19.791Z] #53 50.42 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-05T09:32:19.791Z] #53 50.48 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-05T09:32:19.791Z] #53 50.50 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-05T09:32:19.791Z] #53 50.94 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-05T09:32:19.791Z] #53 51.07 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-05T09:32:19.791Z] #53 51.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-05T09:32:19.791Z] #53 51.40 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-05T09:32:19.791Z] #53 51.45 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-05T09:32:19.791Z] #53 51.63 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-05T09:32:19.791Z] #53 51.63 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-05T09:32:19.791Z] #53 51.67 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-05T09:32:20.053Z] #53 51.76 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-05T09:32:20.175Z] #62 37.47 + bin/ctr [2022-05-05T09:32:20.328Z] #53 51.96 go: downloading github.com/prometheus/common v0.10.0 [2022-05-05T09:32:20.372Z] #14 39.37 Building dependency tree... [2022-05-05T09:32:20.591Z] #53 52.19 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-05T09:32:20.591Z] #53 52.22 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-05T09:32:20.591Z] #53 52.40 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-05T09:32:20.678Z] #65 ... [2022-05-05T09:32:20.678Z] [2022-05-05T09:32:20.678Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:32:20.678Z] #22 sha256:1186407e5c635c76e6ceef31d6ad460ca293e21a1931fede76da6e75e8c3983d [2022-05-05T09:32:20.678Z] #22 DONE 1.2s [2022-05-05T09:32:20.852Z] #53 ... [2022-05-05T09:32:20.852Z] [2022-05-05T09:32:20.852Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:20.852Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:20.852Z] #40 51.81 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:32:20.852Z] #40 51.88 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:20.852Z] #40 51.89 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:32:20.852Z] #40 51.90 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:20.852Z] #40 51.95 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:32:20.852Z] #40 51.97 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:32:20.852Z] #40 51.97 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:32:20.852Z] #40 52.02 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:32:20.852Z] #40 52.02 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:32:20.852Z] #40 52.09 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:32:20.852Z] #40 52.09 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:20.852Z] #40 DONE 52.6s [2022-05-05T09:32:20.852Z] [2022-05-05T09:32:20.852Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-05T09:32:20.852Z] #41 sha256:b6cf559f0591d3740c39e916a8ca2a1a94dfbc7d92a7da9b6f2790dc0d3474f8 [2022-05-05T09:32:20.940Z] [2022-05-05T09:32:20.940Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:32:20.940Z] #65 sha256:8ea0af88619b580f5f9d2c785693001eb43118cd7ba15c2a6f9bef9689069bd7 [2022-05-05T09:32:20.940Z] #65 1.271 + RM_GOPATH=0 [2022-05-05T09:32:20.940Z] #65 1.271 + TMP_GOPATH= [2022-05-05T09:32:20.940Z] #65 1.271 + : /build [2022-05-05T09:32:20.940Z] #65 1.271 + '[' -z '' ']' [2022-05-05T09:32:20.940Z] #65 1.271 ++ mktemp -d [2022-05-05T09:32:20.940Z] #65 1.271 + export GOPATH=/tmp/tmp.lZplMsk7Ou [2022-05-05T09:32:20.940Z] #65 1.271 + GOPATH=/tmp/tmp.lZplMsk7Ou [2022-05-05T09:32:20.940Z] #65 1.271 + RM_GOPATH=1 [2022-05-05T09:32:20.940Z] #65 1.271 + case "$(go env GOARCH)" in [2022-05-05T09:32:20.940Z] #65 1.272 ++ go env GOARCH [2022-05-05T09:32:20.940Z] #65 1.304 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:20.940Z] #65 1.304 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:20.940Z] #65 1.304 ++ dirname /install.sh [2022-05-05T09:32:20.940Z] #65 1.315 Install runc version v1.1.1 (build tags: seccomp) [2022-05-05T09:32:20.940Z] #65 1.315 + dir=/ [2022-05-05T09:32:20.940Z] #65 1.315 + bin=runc [2022-05-05T09:32:20.940Z] #65 1.315 + shift [2022-05-05T09:32:20.940Z] #65 1.315 + '[' '!' -f //runc.installer ']' [2022-05-05T09:32:20.940Z] #65 1.315 + . //runc.installer [2022-05-05T09:32:20.940Z] #65 1.315 ++ set -e [2022-05-05T09:32:20.940Z] #65 1.315 ++ : v1.1.1 [2022-05-05T09:32:20.940Z] #65 1.315 + install_runc [2022-05-05T09:32:20.940Z] #65 1.315 + RUNC_BUILDTAGS=seccomp [2022-05-05T09:32:20.940Z] #65 1.315 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-05T09:32:20.940Z] #65 1.315 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.lZplMsk7Ou/src/github.com/opencontainers/runc [2022-05-05T09:32:20.940Z] #65 1.315 Cloning into '/tmp/tmp.lZplMsk7Ou/src/github.com/opencontainers/runc'... [2022-05-05T09:32:21.113Z] #41 DONE 0.4s [2022-05-05T09:32:21.113Z] [2022-05-05T09:32:21.113Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:32:21.113Z] #42 sha256:d7f9d51e551d423b841c7078b5584e6cb8f968aafc73f6ffec8005489a492000 [2022-05-05T09:32:21.179Z] #14 39.74 Building dependency tree... [2022-05-05T09:32:21.514Z] #65 ... [2022-05-05T09:32:21.514Z] [2022-05-05T09:32:21.514Z] #23 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-05T09:32:21.514Z] #23 sha256:e18b8c462b0eb3952c8e8c2f89a740417db7cfac4bf075372a09ecc77fc73721 [2022-05-05T09:32:21.514Z] #23 DONE 0.9s [2022-05-05T09:32:21.777Z] [2022-05-05T09:32:21.777Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-05T09:32:21.777Z] #24 sha256:28e8a822ab621eecd17759786f4e5d2479f8c2221c8f05d39a26e2e9c9939f68 [2022-05-05T09:32:22.353Z] #24 0.895 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-05T09:32:22.616Z] #24 DONE 1.0s [2022-05-05T09:32:22.616Z] [2022-05-05T09:32:22.616Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-05T09:32:22.616Z] #25 sha256:afdc12ae821af437125a3bcc9673d4d094d269c5bcfbaa2c665d73e87b81bb08 [2022-05-05T09:32:23.560Z] #25 DONE 0.9s [2022-05-05T09:32:23.560Z] [2022-05-05T09:32:23.560Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-05T09:32:23.560Z] #26 sha256:ae7c01d5ba32701696a012f28efda29d0f8b8a3ef35e9a7b8ab9c28d3bdfc8da [2022-05-05T09:32:23.666Z] #14 44.38 The following additional packages will be installed: [2022-05-05T09:32:23.666Z] #14 44.40 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:32:23.666Z] #14 44.40 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-05T09:32:23.666Z] #14 44.40 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-05T09:32:23.666Z] #14 44.40 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-05T09:32:23.666Z] #14 44.40 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-05T09:32:23.666Z] #14 44.41 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-05T09:32:23.666Z] #14 44.41 mingw-w64-common mingw-w64-x86-64-dev [2022-05-05T09:32:23.666Z] #14 44.41 Suggested packages: [2022-05-05T09:32:23.666Z] #14 44.46 gcc-10-locales seccomp wine64 [2022-05-05T09:32:24.415Z] #42 3.319 + RM_GOPATH=0 [2022-05-05T09:32:24.415Z] #42 3.319 + TMP_GOPATH= [2022-05-05T09:32:24.484Z] #14 45.03 The following additional packages will be installed: [2022-05-05T09:32:24.484Z] #14 45.03 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:32:24.484Z] #14 45.03 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-05T09:32:24.484Z] #14 45.03 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-05T09:32:24.484Z] #14 45.03 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-05T09:32:24.484Z] #14 45.04 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-05T09:32:24.484Z] #14 45.04 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-05T09:32:24.484Z] #14 45.05 mingw-w64-common mingw-w64-x86-64-dev [2022-05-05T09:32:24.484Z] #14 45.09 Suggested packages: [2022-05-05T09:32:24.484Z] #14 45.09 gcc-10-locales seccomp wine64 [2022-05-05T09:32:24.509Z] #26 DONE 0.9s [2022-05-05T09:32:24.509Z] [2022-05-05T09:32:24.509Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:32:24.509Z] #65 sha256:8ea0af88619b580f5f9d2c785693001eb43118cd7ba15c2a6f9bef9689069bd7 [2022-05-05T09:32:24.676Z] #42 3.322 + : /build [2022-05-05T09:32:24.676Z] #42 3.322 + '[' -z '' ']' [2022-05-05T09:32:24.676Z] #42 3.322 ++ mktemp -d [2022-05-05T09:32:24.676Z] #42 3.322 + export GOPATH=/tmp/tmp.fQAg35IgkM [2022-05-05T09:32:24.676Z] #42 3.322 + GOPATH=/tmp/tmp.fQAg35IgkM [2022-05-05T09:32:24.676Z] #42 3.322 + RM_GOPATH=1 [2022-05-05T09:32:24.676Z] #42 3.322 + case "$(go env GOARCH)" in [2022-05-05T09:32:24.676Z] #42 3.322 ++ go env GOARCH [2022-05-05T09:32:24.676Z] #42 3.383 Install tini version v0.19.0 [2022-05-05T09:32:24.676Z] #42 3.383 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:24.676Z] #42 3.383 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:24.676Z] #42 3.383 ++ dirname /install.sh [2022-05-05T09:32:24.676Z] #42 3.383 + dir=/ [2022-05-05T09:32:24.676Z] #42 3.383 + bin=tini [2022-05-05T09:32:24.676Z] #42 3.383 + shift [2022-05-05T09:32:24.676Z] #42 3.383 + '[' '!' -f //tini.installer ']' [2022-05-05T09:32:24.676Z] #42 3.383 + . //tini.installer [2022-05-05T09:32:24.676Z] #42 3.383 ++ : v0.19.0 [2022-05-05T09:32:24.676Z] #42 3.383 + install_tini [2022-05-05T09:32:24.676Z] #42 3.383 + echo 'Install tini version v0.19.0' [2022-05-05T09:32:24.676Z] #42 3.383 + git clone https://github.com/krallin/tini.git /tmp/tmp.fQAg35IgkM/tini [2022-05-05T09:32:24.676Z] #42 3.383 Cloning into '/tmp/tmp.fQAg35IgkM/tini'... [2022-05-05T09:32:25.082Z] #65 5.587 + cd /tmp/tmp.lZplMsk7Ou/src/github.com/opencontainers/runc [2022-05-05T09:32:25.083Z] #65 5.588 + git checkout -q v1.1.1 [2022-05-05T09:32:25.249Z] #42 4.214 + cd /tmp/tmp.fQAg35IgkM/tini [2022-05-05T09:32:25.249Z] #42 4.214 + git checkout -q v0.19.0 [2022-05-05T09:32:25.345Z] #65 ... [2022-05-05T09:32:25.346Z] [2022-05-05T09:32:25.346Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2022-05-05T09:32:25.346Z] #27 sha256:e1d7ee6f32b836cb5505ef569132e90032d7855f65467779a09f337b37b630d4 [2022-05-05T09:32:25.346Z] #27 DONE 1.0s [2022-05-05T09:32:25.346Z] [2022-05-05T09:32:25.346Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:32:25.346Z] #65 sha256:8ea0af88619b580f5f9d2c785693001eb43118cd7ba15c2a6f9bef9689069bd7 [2022-05-05T09:32:25.346Z] #65 5.833 + '[' -z '' ']' [2022-05-05T09:32:25.346Z] #65 5.833 + target=static [2022-05-05T09:32:25.346Z] #65 5.833 + make BUILDTAGS=seccomp static [2022-05-05T09:32:25.510Z] #42 4.263 + cmake . [2022-05-05T09:32:25.560Z] #14 46.47 The following NEW packages will be installed: [2022-05-05T09:32:25.560Z] #14 46.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:32:25.560Z] #14 46.49 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-05T09:32:25.560Z] #14 46.49 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-05T09:32:25.560Z] #14 46.49 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-05T09:32:25.560Z] #14 46.49 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-05T09:32:25.560Z] #14 46.50 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-05T09:32:25.560Z] #14 46.50 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-05T09:32:25.560Z] #14 46.51 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-05T09:32:25.560Z] #14 46.51 mingw-w64-x86-64-dev [2022-05-05T09:32:25.607Z] #65 5.999 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-05-05T09:32:26.087Z] #42 4.828 -- The C compiler identification is GNU 10.2.1 [2022-05-05T09:32:26.126Z] #14 47.05 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:26.126Z] #14 47.05 Need to get 115 MB of archives. [2022-05-05T09:32:26.126Z] #14 47.05 After this operation, 645 MB of additional disk space will be used. [2022-05-05T09:32:26.126Z] #14 47.05 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-05T09:32:26.349Z] #42 4.970 -- Detecting C compiler ABI info [2022-05-05T09:32:26.349Z] #42 ... [2022-05-05T09:32:26.349Z] [2022-05-05T09:32:26.349Z] #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-05T09:32:26.349Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:26.349Z] #14 48.10 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-05T09:32:26.349Z] #14 48.10 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-05T09:32:26.349Z] #14 48.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:32:26.349Z] #14 54.37 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-05T09:32:26.349Z] #14 54.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:32:26.349Z] #14 54.40 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:32:26.349Z] #14 54.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-05T09:32:26.349Z] #14 54.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:32:26.349Z] #14 54.57 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:32:26.384Z] #14 47.23 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-05T09:32:26.384Z] #14 47.49 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-05T09:32:26.390Z] #14 47.12 The following NEW packages will be installed: [2022-05-05T09:32:26.390Z] #14 47.16 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-05T09:32:26.390Z] #14 47.16 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-05T09:32:26.390Z] #14 47.16 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-05T09:32:26.390Z] #14 47.16 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-05T09:32:26.390Z] #14 47.16 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-05T09:32:26.390Z] #14 47.17 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-05T09:32:26.390Z] #14 47.17 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-05T09:32:26.390Z] #14 47.17 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-05T09:32:26.390Z] #14 47.17 mingw-w64-x86-64-dev [2022-05-05T09:32:26.610Z] #14 ... [2022-05-05T09:32:26.610Z] [2022-05-05T09:32:26.610Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:32:26.610Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:32:26.610Z] #51 57.72 gotestsum version dev [2022-05-05T09:32:26.643Z] #14 47.50 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-05T09:32:26.643Z] #14 47.51 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-05T09:32:26.643Z] #14 47.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-05T09:32:26.900Z] #14 47.94 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-05T09:32:26.957Z] #14 47.80 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:26.957Z] #14 47.80 Need to get 115 MB of archives. [2022-05-05T09:32:26.957Z] #14 47.80 After this operation, 645 MB of additional disk space will be used. [2022-05-05T09:32:26.957Z] #14 47.80 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-05T09:32:27.159Z] #14 48.26 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-05-05T09:32:27.159Z] #14 48.26 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-05-05T09:32:27.216Z] #14 48.02 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-05T09:32:27.474Z] #14 48.21 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-05T09:32:27.474Z] #14 48.23 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-05T09:32:27.474Z] #14 48.25 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-05T09:32:27.474Z] #14 48.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-05T09:32:27.496Z] using credential docker-jenkins-github-credentials [2022-05-05T09:32:27.573Z] Cloning the remote Git repository [2022-05-05T09:32:27.573Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:32:28.043Z] #14 48.78 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-05T09:32:28.302Z] #14 49.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-05-05T09:32:28.302Z] #14 49.13 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-05T09:32:28.530Z] #14 49.22 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-05T09:32:28.530Z] #14 ... [2022-05-05T09:32:28.530Z] [2022-05-05T09:32:28.530Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:28.530Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:28.530Z] #60 31.69 Reading package lists... [2022-05-05T09:32:28.530Z] #60 39.48 Building dependency tree... [2022-05-05T09:32:28.530Z] #60 44.29 The following additional packages will be installed: [2022-05-05T09:32:28.530Z] #60 44.34 libbtrfs0 [2022-05-05T09:32:28.530Z] #60 44.69 The following NEW packages will be installed: [2022-05-05T09:32:28.530Z] #60 44.72 libbtrfs-dev libbtrfs0 [2022-05-05T09:32:28.530Z] #60 45.26 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:28.530Z] #60 45.26 Need to get 460 kB of archives. [2022-05-05T09:32:28.530Z] #60 45.26 After this operation, 1237 kB of additional disk space will be used. [2022-05-05T09:32:28.530Z] #60 45.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:32:28.530Z] #60 45.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:32:28.530Z] #60 47.21 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:28.530Z] #60 47.61 Fetched 460 kB in 0s (1015 kB/s) [2022-05-05T09:32:28.530Z] #60 47.80 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:32:28.530Z] #60 47.80 (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-05T09:32:28.530Z] #60 47.85 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:32:28.530Z] #60 47.87 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:32:28.530Z] #60 48.30 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:32:28.530Z] #60 48.30 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:32:28.530Z] #60 48.32 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:32:28.530Z] #60 49.14 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:32:28.530Z] #60 49.29 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:32:28.530Z] #60 49.30 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:28.530Z] #60 ... [2022-05-05T09:32:28.530Z] [2022-05-05T09:32:28.530Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:28.530Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:28.530Z] #53 49.59 go: downloading github.com/fatih/color v1.13.0 [2022-05-05T09:32:28.530Z] #53 49.59 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:32:28.534Z] #51 DONE 60.2s [2022-05-05T09:32:28.534Z] [2022-05-05T09:32:28.534Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:32:28.534Z] #42 sha256:d7f9d51e551d423b841c7078b5584e6cb8f968aafc73f6ffec8005489a492000 [2022-05-05T09:32:28.534Z] #42 5.573 -- Detecting C compiler ABI info - done [2022-05-05T09:32:28.534Z] #42 5.703 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-05T09:32:28.534Z] #42 5.703 -- Detecting C compile features [2022-05-05T09:32:28.534Z] #42 5.703 -- Detecting C compile features - done [2022-05-05T09:32:28.534Z] #42 5.754 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-05T09:32:28.534Z] #42 5.927 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-05T09:32:28.534Z] #42 5.995 -- Configuring done [2022-05-05T09:32:28.534Z] #42 6.004 -- Generating done [2022-05-05T09:32:28.534Z] #42 6.034 -- Build files have been written to: /tmp/tmp.fQAg35IgkM/tini [2022-05-05T09:32:28.534Z] #42 6.037 + make tini-static [2022-05-05T09:32:28.534Z] #42 6.364 Scanning dependencies of target tini-static [2022-05-05T09:32:28.534Z] #42 6.501 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-05T09:32:28.788Z] #53 49.76 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-05T09:32:28.788Z] #53 49.81 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-05T09:32:28.795Z] #42 7.758 [100%] Linking C executable tini-static [2022-05-05T09:32:27.763Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:32:28.153Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-05T09:32:29.046Z] #53 50.01 go: downloading github.com/spf13/viper v1.10.1 [2022-05-05T09:32:29.242Z] #14 ... [2022-05-05T09:32:29.243Z] [2022-05-05T09:32:29.243Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:29.243Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:29.243Z] #60 32.35 Reading package lists... [2022-05-05T09:32:29.243Z] #60 39.94 Building dependency tree... [2022-05-05T09:32:29.243Z] #60 46.11 The following additional packages will be installed: [2022-05-05T09:32:29.243Z] #60 46.12 libbtrfs0 [2022-05-05T09:32:29.243Z] #60 46.38 The following NEW packages will be installed: [2022-05-05T09:32:29.243Z] #60 46.39 libbtrfs-dev libbtrfs0 [2022-05-05T09:32:29.243Z] #60 46.88 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:29.243Z] #60 46.88 Need to get 460 kB of archives. [2022-05-05T09:32:29.243Z] #60 46.88 After this operation, 1237 kB of additional disk space will be used. [2022-05-05T09:32:29.243Z] #60 46.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:32:29.243Z] #60 46.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:32:29.243Z] #60 48.68 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:29.243Z] #60 49.10 Fetched 460 kB in 0s (959 kB/s) [2022-05-05T09:32:29.243Z] #60 49.49 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:32:29.243Z] #60 49.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-05T09:32:29.243Z] #60 49.63 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:32:29.243Z] #60 49.65 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:32:29.303Z] #53 50.21 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-05T09:32:29.367Z] #42 8.282 [100%] Built target tini-static [2022-05-05T09:32:29.367Z] #42 8.348 + mkdir -p /build [2022-05-05T09:32:29.504Z] #60 ... [2022-05-05T09:32:29.504Z] [2022-05-05T09:32:29.504Z] #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-05T09:32:29.504Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:29.504Z] #14 50.07 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-05T09:32:29.560Z] #53 50.49 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-05T09:32:29.560Z] #53 50.53 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-05T09:32:29.560Z] #53 50.56 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-05T09:32:29.560Z] #53 50.59 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-05T09:32:29.629Z] #42 8.350 + cp tini-static /build/docker-init [2022-05-05T09:32:30.125Z] #53 ... [2022-05-05T09:32:30.125Z] [2022-05-05T09:32:30.125Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:30.125Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:30.125Z] #60 DONE 51.0s [2022-05-05T09:32:30.125Z] [2022-05-05T09:32:30.125Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:32:30.125Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:32:30.125Z] #55 50.94 v3.0.2 [2022-05-05T09:32:30.125Z] #55 DONE 51.1s [2022-05-05T09:32:30.125Z] [2022-05-05T09:32:30.125Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-05T09:32:30.125Z] #61 sha256:6a0ba759284c4f1859dff3de8541ca61f92ccd2e5e9596cf46980fba5e41777f [2022-05-05T09:32:30.200Z] #42 DONE 9.0s [2022-05-05T09:32:30.200Z] [2022-05-05T09:32:30.200Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:30.200Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:30.200Z] #53 53.95 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-05T09:32:30.382Z] #61 DONE 0.3s [2022-05-05T09:32:30.383Z] [2022-05-05T09:32:30.383Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:30.383Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:30.383Z] #49 36.59 Reading package lists... [2022-05-05T09:32:30.383Z] #49 43.74 Building dependency tree... [2022-05-05T09:32:30.383Z] #49 48.94 The following additional packages will be installed: [2022-05-05T09:32:30.383Z] #49 48.95 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:32:30.383Z] #49 48.95 python3-protobuf python3-six [2022-05-05T09:32:30.383Z] #49 48.96 Suggested packages: [2022-05-05T09:32:30.383Z] #49 48.97 python3-setuptools [2022-05-05T09:32:30.383Z] #49 48.97 Recommended packages: [2022-05-05T09:32:30.383Z] #49 48.98 iproute2 | iproute [2022-05-05T09:32:30.383Z] #49 49.82 The following NEW packages will be installed: [2022-05-05T09:32:30.383Z] #49 49.83 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:32:30.383Z] #49 49.84 python3-protobuf python3-six [2022-05-05T09:32:30.383Z] #49 50.26 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:30.383Z] #49 50.26 Need to get 2292 kB of archives. [2022-05-05T09:32:30.383Z] #49 50.26 After this operation, 11.0 MB of additional disk space will be used. [2022-05-05T09:32:30.383Z] #49 50.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-05T09:32:30.383Z] #49 50.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:32:30.383Z] #49 50.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-05T09:32:30.383Z] #49 50.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-05T09:32:30.383Z] #49 50.43 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-05T09:32:30.383Z] #49 50.44 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-05T09:32:30.383Z] #49 50.46 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-05T09:32:30.383Z] #49 ... [2022-05-05T09:32:30.383Z] [2022-05-05T09:32:30.383Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:30.383Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:30.383Z] #40 33.90 Reading package lists... [2022-05-05T09:32:30.383Z] #40 41.49 Building dependency tree... [2022-05-05T09:32:30.383Z] #40 46.92 The following additional packages will be installed: [2022-05-05T09:32:30.383Z] #40 46.96 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-05T09:32:30.383Z] #40 47.00 Suggested packages: [2022-05-05T09:32:30.383Z] #40 47.00 cmake-doc ninja-build lrzip [2022-05-05T09:32:30.383Z] #40 47.00 Recommended packages: [2022-05-05T09:32:30.383Z] #40 47.00 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-05T09:32:30.383Z] #40 48.52 The following NEW packages will be installed: [2022-05-05T09:32:30.383Z] #40 48.52 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-05T09:32:30.383Z] #40 48.52 vim-common xxd [2022-05-05T09:32:30.383Z] #40 48.96 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:30.383Z] #40 48.96 Need to get 17.7 MB of archives. [2022-05-05T09:32:30.383Z] #40 48.96 After this operation, 70.7 MB of additional disk space will be used. [2022-05-05T09:32:30.383Z] #40 48.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:32:30.383Z] #40 49.02 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-05T09:32:30.383Z] #40 49.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-05T09:32:30.383Z] #40 49.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:32:30.383Z] #40 50.31 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-05T09:32:30.383Z] #40 50.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-05T09:32:30.383Z] #40 50.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-05T09:32:30.383Z] #40 50.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-05T09:32:30.383Z] #40 50.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-05T09:32:30.383Z] #40 50.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-05T09:32:30.640Z] #40 ... [2022-05-05T09:32:30.640Z] [2022-05-05T09:32:30.640Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:30.640Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:32:30.772Z] #53 ... [2022-05-05T09:32:30.772Z] [2022-05-05T09:32:30.772Z] #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-05T09:32:30.772Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:30.772Z] #14 62.36 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-05T09:32:30.772Z] #14 62.36 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:32:30.772Z] #14 62.36 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:32:30.898Z] #65 10.92 + mkdir -p /build [2022-05-05T09:32:30.898Z] #65 10.92 + cp runc /build/runc [2022-05-05T09:32:30.898Z] #65 DONE 11.1s [2022-05-05T09:32:30.898Z] [2022-05-05T09:32:30.898Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:32:30.898Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-05-05T09:32:30.898Z] #28 1.139 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-05T09:32:30.898Z] #28 1.139 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-05T09:32:30.898Z] #28 1.139 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:32:30.898Z] #28 1.352 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-05T09:32:30.898Z] #28 1.560 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-05T09:32:30.898Z] #28 1.850 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-05T09:32:30.898Z] #28 2.067 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:32:30.898Z] #28 2.268 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-05T09:32:30.898Z] #28 2.568 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-05T09:32:30.898Z] #28 2.568 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-05T09:32:30.898Z] #28 2.571 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-05T09:32:30.898Z] #28 2.577 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:32:30.898Z] #28 2.577 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-05T09:32:30.898Z] #28 2.631 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-05T09:32:30.898Z] #28 2.643 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:32:30.898Z] #28 2.644 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-05T09:32:30.898Z] #28 2.644 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-05T09:32:30.898Z] #28 2.645 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-05T09:32:29.205Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:32:29.206Z] > git --version # timeout=10 [2022-05-05T09:32:29.254Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-05T09:32:29.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:32:29.258Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:32:31.572Z] #62 1.374 + RM_GOPATH=0 [2022-05-05T09:32:31.572Z] #62 1.374 + TMP_GOPATH= [2022-05-05T09:32:31.572Z] #62 1.374 + : /build [2022-05-05T09:32:31.572Z] #62 1.374 + '[' -z '' ']' [2022-05-05T09:32:31.572Z] #62 1.378 ++ mktemp -d [2022-05-05T09:32:31.830Z] #62 1.382 + export GOPATH=/tmp/tmp.0QPsAfsK0B [2022-05-05T09:32:31.830Z] #62 1.382 + GOPATH=/tmp/tmp.0QPsAfsK0B [2022-05-05T09:32:31.830Z] #62 1.382 + RM_GOPATH=1 [2022-05-05T09:32:31.830Z] #62 1.382 + case "$(go env GOARCH)" in [2022-05-05T09:32:31.830Z] #62 1.382 ++ go env GOARCH [2022-05-05T09:32:31.830Z] #62 1.442 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:31.830Z] #62 1.442 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:31.830Z] #62 1.444 ++ dirname /install.sh [2022-05-05T09:32:31.830Z] #62 1.444 + dir=/ [2022-05-05T09:32:31.830Z] #62 1.444 + bin=containerd [2022-05-05T09:32:31.830Z] #62 1.444 + shift [2022-05-05T09:32:31.830Z] #62 1.445 + '[' '!' -f //containerd.installer ']' [2022-05-05T09:32:31.830Z] #62 1.445 + . //containerd.installer [2022-05-05T09:32:31.830Z] #62 1.445 ++ set -e [2022-05-05T09:32:31.830Z] #62 1.445 ++ : v1.6.4 [2022-05-05T09:32:31.830Z] #62 1.445 + install_containerd [2022-05-05T09:32:31.830Z] #62 1.446 + echo 'Install containerd version v1.6.4' [2022-05-05T09:32:31.830Z] #62 1.446 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0QPsAfsK0B/src/github.com/containerd/containerd [2022-05-05T09:32:31.830Z] #62 1.449 Cloning into '/tmp/tmp.0QPsAfsK0B/src/github.com/containerd/containerd'... [2022-05-05T09:32:31.830Z] #62 1.454 Install containerd version v1.6.4 [2022-05-05T09:32:32.080Z] #14 52.64 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-05T09:32:32.080Z] #14 ... [2022-05-05T09:32:32.080Z] [2022-05-05T09:32:32.080Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-05T09:32:32.080Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-05T09:32:32.080Z] #60 50.33 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:32:32.080Z] #60 50.34 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:32:32.080Z] #60 50.37 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:32:32.080Z] #60 50.99 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:32:32.080Z] #60 51.38 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:32:32.080Z] #60 51.57 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:32.080Z] #60 DONE 52.8s [2022-05-05T09:32:32.341Z] [2022-05-05T09:32:32.341Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-05T09:32:32.341Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-05T09:32:32.341Z] #55 52.87 v3.0.2 [2022-05-05T09:32:32.341Z] #55 DONE 53.1s [2022-05-05T09:32:32.341Z] [2022-05-05T09:32:32.341Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:32.341Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:32.342Z] #53 50.52 go: downloading github.com/fatih/color v1.13.0 [2022-05-05T09:32:32.342Z] #53 50.53 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-05T09:32:32.342Z] #53 50.60 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-05T09:32:32.342Z] #53 50.64 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-05T09:32:32.342Z] #53 51.23 go: downloading github.com/spf13/viper v1.10.1 [2022-05-05T09:32:32.342Z] #53 51.33 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-05T09:32:32.342Z] #53 51.86 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-05T09:32:32.342Z] #53 51.89 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-05T09:32:32.342Z] #53 52.05 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-05T09:32:32.342Z] #53 52.12 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-05T09:32:32.419Z] #62 ... [2022-05-05T09:32:32.419Z] [2022-05-05T09:32:32.419Z] #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-05T09:32:32.419Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:32:32.419Z] #14 65.08 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-05T09:32:32.419Z] #14 65.08 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:32.419Z] #14 65.08 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:32:32.419Z] #14 69.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-05T09:32:32.419Z] #14 69.10 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:32.419Z] #14 69.11 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:32:32.419Z] #14 72.95 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-05T09:32:32.419Z] #14 72.96 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:32.419Z] #14 72.96 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:32:32.600Z] #53 ... [2022-05-05T09:32:32.600Z] [2022-05-05T09:32:32.600Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:32.600Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:32.600Z] #40 35.26 Reading package lists... [2022-05-05T09:32:32.600Z] #40 43.26 Building dependency tree... [2022-05-05T09:32:32.600Z] #40 48.79 The following additional packages will be installed: [2022-05-05T09:32:32.600Z] #40 48.80 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-05T09:32:32.600Z] #40 48.84 Suggested packages: [2022-05-05T09:32:32.600Z] #40 48.84 cmake-doc ninja-build lrzip [2022-05-05T09:32:32.600Z] #40 48.84 Recommended packages: [2022-05-05T09:32:32.600Z] #40 48.84 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-05T09:32:32.600Z] #40 50.24 The following NEW packages will be installed: [2022-05-05T09:32:32.600Z] #40 50.26 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-05T09:32:32.600Z] #40 50.26 vim-common xxd [2022-05-05T09:32:32.600Z] #40 50.75 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:32.600Z] #40 50.75 Need to get 17.7 MB of archives. [2022-05-05T09:32:32.600Z] #40 50.75 After this operation, 70.7 MB of additional disk space will be used. [2022-05-05T09:32:32.600Z] #40 50.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:32:32.600Z] #40 50.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-05T09:32:32.600Z] #40 50.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-05T09:32:32.600Z] #40 50.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:32:32.600Z] #40 52.00 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-05T09:32:32.600Z] #40 52.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-05T09:32:32.600Z] #40 52.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-05T09:32:32.600Z] #40 52.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-05T09:32:32.600Z] #40 52.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-05T09:32:32.600Z] #40 52.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-05T09:32:32.600Z] #40 ... [2022-05-05T09:32:32.600Z] [2022-05-05T09:32:32.600Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-05T09:32:32.600Z] #61 sha256:410a747a0690b7f3592de9113273244fbe3cd5e893816a03a438f836491c8dd6 [2022-05-05T09:32:32.600Z] #61 DONE 0.6s [2022-05-05T09:32:32.600Z] [2022-05-05T09:32:32.600Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:32.600Z] #62 sha256:6a7ee97e00ad0b449f98d8611510f34944896eb09ac487dd8303ea676d6df835 [2022-05-05T09:32:33.983Z] #62 ... [2022-05-05T09:32:33.983Z] [2022-05-05T09:32:33.983Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:33.983Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:33.983Z] #49 36.25 Reading package lists... [2022-05-05T09:32:33.983Z] #49 44.44 Building dependency tree... [2022-05-05T09:32:33.983Z] #49 49.43 The following additional packages will be installed: [2022-05-05T09:32:33.983Z] #49 49.43 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:32:33.983Z] #49 49.44 python3-protobuf python3-six [2022-05-05T09:32:33.983Z] #49 49.46 Suggested packages: [2022-05-05T09:32:33.983Z] #49 49.47 python3-setuptools [2022-05-05T09:32:33.983Z] #49 49.47 Recommended packages: [2022-05-05T09:32:33.983Z] #49 49.47 iproute2 | iproute [2022-05-05T09:32:33.983Z] #49 50.41 The following NEW packages will be installed: [2022-05-05T09:32:33.983Z] #49 50.45 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-05T09:32:33.983Z] #49 50.45 python3-protobuf python3-six [2022-05-05T09:32:33.983Z] #49 51.18 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:33.983Z] #49 51.18 Need to get 2292 kB of archives. [2022-05-05T09:32:33.983Z] #49 51.18 After this operation, 11.0 MB of additional disk space will be used. [2022-05-05T09:32:33.983Z] #49 51.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-05T09:32:33.983Z] #49 51.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:32:33.983Z] #49 51.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-05T09:32:33.983Z] #49 51.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-05T09:32:33.983Z] #49 51.27 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-05T09:32:33.983Z] #49 51.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-05T09:32:33.983Z] #49 51.42 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-05T09:32:33.983Z] #49 53.76 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-05T09:32:33.983Z] #49 ... [2022-05-05T09:32:33.983Z] [2022-05-05T09:32:33.983Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:33.983Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:33.983Z] #53 53.93 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-05T09:32:33.983Z] #53 54.04 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-05T09:32:36.194Z] #28 10.91 Fetched 40.5 MB in 10s (4030 kB/s) [2022-05-05T09:32:36.413Z] using credential docker-jenkins-github-credentials [2022-05-05T09:32:36.496Z] Cloning the remote Git repository [2022-05-05T09:32:36.496Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:32:37.092Z] #62 ... [2022-05-05T09:32:37.092Z] [2022-05-05T09:32:37.092Z] #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-05T09:32:37.092Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:37.092Z] #14 50.80 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-05T09:32:37.092Z] #14 51.68 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-05T09:32:37.092Z] #14 52.56 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-05T09:32:37.092Z] #14 54.27 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-05T09:32:37.092Z] #14 54.95 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-05T09:32:37.092Z] #14 54.96 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-05T09:32:37.092Z] #14 54.96 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-05T09:32:37.092Z] #14 54.96 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:32:37.092Z] #14 54.97 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:32:37.092Z] #14 54.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-05T09:32:37.092Z] #14 55.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-05T09:32:37.092Z] #14 55.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-05T09:32:37.092Z] #14 55.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-05T09:32:37.092Z] #14 55.07 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-05T09:32:37.092Z] #14 55.07 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-05T09:32:37.092Z] #14 55.08 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-05T09:32:37.092Z] #14 55.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-05T09:32:37.092Z] #14 55.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-05T09:32:37.092Z] #14 55.13 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-05T09:32:37.092Z] #14 55.13 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-05T09:32:37.092Z] #14 56.71 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:37.092Z] #14 57.09 Fetched 115 MB in 8s (13.5 MB/s) [2022-05-05T09:32:37.092Z] #14 57.33 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-05T09:32:37.092Z] #14 57.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 ... 15709 files and directories currently installed.) [2022-05-05T09:32:37.092Z] #14 57.49 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:32:37.092Z] #14 57.50 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:37.092Z] #14 ... [2022-05-05T09:32:37.092Z] [2022-05-05T09:32:37.092Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:32:37.092Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:32:37.092Z] #38 57.70 NAME: [2022-05-05T09:32:37.092Z] #38 57.70 go-winres - A tool for embedding resources in Windows executables [2022-05-05T09:32:37.092Z] #38 57.70 [2022-05-05T09:32:37.092Z] #38 57.70 USAGE: [2022-05-05T09:32:37.092Z] #38 57.70 go-winres [global options] command [command options] [arguments...] [2022-05-05T09:32:37.092Z] #38 57.70 [2022-05-05T09:32:37.092Z] #38 57.70 COMMANDS: [2022-05-05T09:32:37.092Z] #38 57.70 init Create an initial ./winres/winres.json [2022-05-05T09:32:37.092Z] #38 57.70 make Make syso files for the "go build" command [2022-05-05T09:32:37.092Z] #38 57.70 simply Make syso files for the "go build" command (simplified) [2022-05-05T09:32:37.092Z] #38 57.70 extract Extract all resources from an executable [2022-05-05T09:32:37.092Z] #38 57.70 patch Replace resources in an executable file (exe, dll) [2022-05-05T09:32:37.092Z] #38 57.70 help, h Shows a list of commands or help for one command [2022-05-05T09:32:37.092Z] #38 57.70 [2022-05-05T09:32:37.092Z] #38 57.70 GLOBAL OPTIONS: [2022-05-05T09:32:37.092Z] #38 57.70 --help, -h show help (default: false) [2022-05-05T09:32:37.092Z] #38 DONE 58.1s [2022-05-05T09:32:37.092Z] [2022-05-05T09:32:37.092Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:37.092Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:37.092Z] #49 52.63 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-05T09:32:37.092Z] #49 54.71 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:37.092Z] #49 55.14 Fetched 2292 kB in 3s (757 kB/s) [2022-05-05T09:32:37.092Z] #49 55.38 Selecting previously unselected package libprotobuf23:amd64. [2022-05-05T09:32:37.092Z] #49 55.38 (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-05T09:32:37.092Z] #49 55.48 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-05T09:32:37.092Z] #49 55.49 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-05T09:32:37.092Z] #49 57.01 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:32:37.092Z] #49 57.02 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:32:37.092Z] #49 57.04 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:37.092Z] #49 57.67 Selecting previously unselected package python3-six. [2022-05-05T09:32:37.092Z] #49 57.68 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-05T09:32:37.092Z] #49 57.70 Unpacking python3-six (1.16.0-2) ... [2022-05-05T09:32:37.351Z] #49 58.00 Selecting previously unselected package python3-protobuf. [2022-05-05T09:32:37.352Z] #49 58.00 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-05T09:32:37.352Z] #49 58.01 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-05T09:32:36.701Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:32:37.145Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-05T09:32:38.189Z] #53 58.33 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:32:38.189Z] #53 58.34 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-05T09:32:38.189Z] #53 58.62 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-05T09:32:38.189Z] #53 58.70 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-05T09:32:38.189Z] #53 58.77 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-05T09:32:38.189Z] #53 58.82 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-05T09:32:38.189Z] #53 58.89 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-05T09:32:38.189Z] #53 58.96 go: downloading github.com/spf13/afero v1.6.0 [2022-05-05T09:32:38.189Z] #53 58.97 go: downloading github.com/spf13/cast v1.4.1 [2022-05-05T09:32:38.189Z] #53 59.01 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-05T09:32:38.189Z] #53 59.06 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-05T09:32:38.322Z] #49 58.94 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:32:38.322Z] #49 58.94 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:32:38.322Z] #49 58.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:38.449Z] #53 59.13 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-05T09:32:38.449Z] #53 59.34 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-05T09:32:38.583Z] #49 59.32 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:32:38.583Z] #49 59.32 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:32:38.583Z] #49 59.33 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:38.708Z] #53 ... [2022-05-05T09:32:38.708Z] [2022-05-05T09:32:38.708Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:38.708Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:38.708Z] #49 55.95 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:38.708Z] #49 56.35 Fetched 2292 kB in 3s (681 kB/s) [2022-05-05T09:32:38.708Z] #49 56.48 Selecting previously unselected package libprotobuf23:amd64. [2022-05-05T09:32:38.708Z] #49 56.48 (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-05T09:32:38.708Z] #49 56.60 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-05T09:32:38.708Z] #49 56.62 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-05T09:32:38.708Z] #49 57.70 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:32:38.708Z] #49 57.70 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:32:38.708Z] #49 57.71 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:38.708Z] #49 58.01 Selecting previously unselected package python3-six. [2022-05-05T09:32:38.708Z] #49 58.01 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-05T09:32:38.708Z] #49 58.03 Unpacking python3-six (1.16.0-2) ... [2022-05-05T09:32:38.708Z] #49 58.23 Selecting previously unselected package python3-protobuf. [2022-05-05T09:32:38.708Z] #49 58.23 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-05T09:32:38.708Z] #49 58.24 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-05T09:32:38.841Z] #49 59.61 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:32:38.841Z] #49 59.63 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:32:38.841Z] #49 59.65 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:38.973Z] #49 ... [2022-05-05T09:32:38.973Z] [2022-05-05T09:32:38.973Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-05T09:32:38.973Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-05T09:32:38.973Z] #38 58.81 NAME: [2022-05-05T09:32:38.973Z] #38 58.81 go-winres - A tool for embedding resources in Windows executables [2022-05-05T09:32:38.973Z] #38 58.81 [2022-05-05T09:32:38.973Z] #38 58.81 USAGE: [2022-05-05T09:32:38.973Z] #38 58.81 go-winres [global options] command [command options] [arguments...] [2022-05-05T09:32:38.973Z] #38 58.81 [2022-05-05T09:32:38.973Z] #38 58.82 COMMANDS: [2022-05-05T09:32:38.973Z] #38 58.82 init Create an initial ./winres/winres.json [2022-05-05T09:32:38.973Z] #38 58.82 make Make syso files for the "go build" command [2022-05-05T09:32:38.973Z] #38 58.82 simply Make syso files for the "go build" command (simplified) [2022-05-05T09:32:38.973Z] #38 58.82 extract Extract all resources from an executable [2022-05-05T09:32:38.973Z] #38 58.82 patch Replace resources in an executable file (exe, dll) [2022-05-05T09:32:38.973Z] #38 58.82 help, h Shows a list of commands or help for one command [2022-05-05T09:32:38.973Z] #38 58.82 [2022-05-05T09:32:38.973Z] #38 58.82 GLOBAL OPTIONS: [2022-05-05T09:32:38.973Z] #38 58.82 --help, -h show help (default: false) [2022-05-05T09:32:38.973Z] #38 DONE 59.6s [2022-05-05T09:32:38.973Z] [2022-05-05T09:32:38.973Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:38.973Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:38.973Z] #49 59.27 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:32:38.973Z] #49 59.28 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:32:38.973Z] #49 59.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:38.973Z] #49 59.49 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:32:39.098Z] #49 59.87 Selecting previously unselected package criu. [2022-05-05T09:32:39.098Z] #49 59.87 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-05T09:32:39.098Z] #49 59.94 Unpacking criu (3.16.1-3) ... [2022-05-05T09:32:39.233Z] #49 59.50 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:32:39.233Z] #49 59.50 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:39.233Z] #49 59.71 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:32:39.356Z] #49 ... [2022-05-05T09:32:39.356Z] [2022-05-05T09:32:39.356Z] #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-05T09:32:39.356Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:32:39.500Z] #49 59.73 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:32:39.501Z] #49 59.75 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:39.501Z] #49 59.96 Selecting previously unselected package criu. [2022-05-05T09:32:39.501Z] #49 59.99 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-05T09:32:39.501Z] #49 59.99 Unpacking criu (3.16.1-3) ... [2022-05-05T09:32:38.029Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:32:38.030Z] > git --version # timeout=10 [2022-05-05T09:32:38.083Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-05T09:32:38.084Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:32:38.087Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:32:40.438Z] #49 60.88 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:40.564Z] #14 83.12 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-05T09:32:40.564Z] #14 83.12 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-05T09:32:40.564Z] #14 83.12 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:32:40.564Z] #14 ... [2022-05-05T09:32:40.564Z] [2022-05-05T09:32:40.564Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:32:40.564Z] #65 sha256:71b5c6f83c9f91d4be9ad23a4104137d039c824001a30fca63e31ef29298f827 [2022-05-05T09:32:40.564Z] #65 83.11 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:32:40.564Z] #65 83.11 + GOBIN=/build [2022-05-05T09:32:40.564Z] #65 83.11 + GO111MODULE=on [2022-05-05T09:32:40.564Z] #65 83.11 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:32:40.646Z] #34 60.25 Updating files: 83% (1267/1521) Updating files: 84% (1278/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-05T09:32:40.646Z] #34 61.40 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-05T09:32:40.903Z] #34 61.63 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-05T09:32:41.161Z] #34 ... [2022-05-05T09:32:41.161Z] [2022-05-05T09:32:41.161Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:41.161Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:41.161Z] #53 52.08 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-05T09:32:41.161Z] #53 52.22 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-05T09:32:41.161Z] #53 57.07 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-05T09:32:41.161Z] #53 57.08 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-05T09:32:41.161Z] #53 57.37 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-05T09:32:41.161Z] #53 57.42 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-05T09:32:41.161Z] #53 57.54 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-05T09:32:41.161Z] #53 57.59 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-05T09:32:41.161Z] #53 57.63 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-05T09:32:41.161Z] #53 57.69 go: downloading github.com/spf13/afero v1.6.0 [2022-05-05T09:32:41.161Z] #53 57.82 go: downloading github.com/spf13/cast v1.4.1 [2022-05-05T09:32:41.161Z] #53 57.93 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-05T09:32:41.161Z] #53 57.97 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-05T09:32:41.161Z] #53 58.05 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-05T09:32:41.161Z] #53 58.19 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-05T09:32:41.161Z] #53 58.39 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-05T09:32:41.161Z] #53 58.45 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-05T09:32:41.161Z] #53 58.46 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-05T09:32:41.161Z] #53 58.50 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-05T09:32:41.161Z] #53 58.55 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-05T09:32:41.161Z] #53 58.77 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-05T09:32:41.161Z] #53 58.86 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-05T09:32:41.161Z] #53 58.86 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-05T09:32:41.161Z] #53 60.04 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-05T09:32:41.161Z] #53 60.13 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-05T09:32:41.161Z] #53 60.16 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-05T09:32:41.161Z] #53 60.21 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-05T09:32:41.161Z] #53 60.27 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-05T09:32:41.161Z] #53 60.30 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-05T09:32:41.161Z] #53 61.39 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-05T09:32:41.161Z] #53 61.40 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-05T09:32:41.161Z] #53 61.45 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-05T09:32:41.161Z] #53 61.48 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-05T09:32:41.161Z] #53 61.53 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-05T09:32:41.161Z] #53 61.53 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-05T09:32:41.161Z] #53 61.58 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-05T09:32:41.161Z] #53 61.70 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-05T09:32:41.161Z] #53 61.82 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-05T09:32:41.161Z] #53 61.90 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-05T09:32:41.161Z] #53 61.98 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-05T09:32:41.161Z] #53 62.04 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-05T09:32:41.161Z] #53 62.07 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-05T09:32:41.161Z] #53 62.11 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-05T09:32:41.161Z] #53 62.16 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-05T09:32:41.161Z] #53 62.22 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-05T09:32:41.161Z] #53 62.29 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-05T09:32:41.161Z] #53 ... [2022-05-05T09:32:41.161Z] [2022-05-05T09:32:41.161Z] #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-05T09:32:41.161Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:41.161Z] #14 61.35 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-05T09:32:41.161Z] #14 61.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:32:41.161Z] #14 61.39 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:41.421Z] #14 ... [2022-05-05T09:32:41.421Z] [2022-05-05T09:32:41.421Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:41.421Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:41.421Z] #40 52.45 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:41.421Z] #40 52.70 Fetched 17.7 MB in 2s (8050 kB/s) [2022-05-05T09:32:41.421Z] #40 52.83 Selecting previously unselected package xxd. [2022-05-05T09:32:41.421Z] #40 52.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-05T09:32:41.421Z] #40 52.98 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:32:41.421Z] #40 53.01 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:41.421Z] #40 53.44 Selecting previously unselected package vim-common. [2022-05-05T09:32:41.421Z] #40 53.45 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:32:41.421Z] #40 53.52 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:41.421Z] #40 54.29 Selecting previously unselected package cmake-data. [2022-05-05T09:32:41.421Z] #40 54.30 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-05T09:32:41.421Z] #40 54.33 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:32:41.421Z] #40 59.40 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:32:41.421Z] #40 59.42 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:32:41.421Z] #40 59.51 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:32:41.489Z] #28 10.91 Reading package lists... [2022-05-05T09:32:41.678Z] #40 ... [2022-05-05T09:32:41.678Z] [2022-05-05T09:32:41.678Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:41.678Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:41.678Z] #53 62.32 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-05T09:32:41.678Z] #53 62.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-05T09:32:41.678Z] #53 62.55 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-05T09:32:41.678Z] #53 62.67 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-05T09:32:41.678Z] #53 62.76 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-05T09:32:41.678Z] #53 62.81 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-05T09:32:41.935Z] #53 62.85 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-05T09:32:41.935Z] #53 62.92 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-05T09:32:41.935Z] #53 62.95 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-05T09:32:41.935Z] #53 63.01 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-05T09:32:41.935Z] #53 63.05 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-05T09:32:42.195Z] #53 63.10 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-05T09:32:42.195Z] #53 63.26 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-05T09:32:42.351Z] #49 62.83 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-05T09:32:42.351Z] #49 62.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:42.351Z] #49 62.87 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:42.351Z] #49 62.89 Setting up python3-six (1.16.0-2) ... [2022-05-05T09:32:42.452Z] #53 63.36 go: downloading github.com/julz/importas v0.1.0 [2022-05-05T09:32:42.452Z] #53 63.42 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-05T09:32:42.452Z] #53 63.51 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-05T09:32:42.452Z] #53 63.53 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-05T09:32:42.452Z] #53 63.61 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-05T09:32:42.712Z] #53 63.65 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-05T09:32:42.712Z] #53 63.73 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-05T09:32:42.712Z] #53 63.74 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-05T09:32:42.712Z] #53 63.87 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-05T09:32:42.877Z] #28 15.72 Reading package lists... [2022-05-05T09:32:42.877Z] #28 ... [2022-05-05T09:32:42.877Z] [2022-05-05T09:32:42.877Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:42.877Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:32:42.877Z] #69 75.40 + bin/containerd [2022-05-05T09:32:42.919Z] #49 ... [2022-05-05T09:32:42.919Z] [2022-05-05T09:32:42.919Z] #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-05T09:32:42.919Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:42.919Z] #14 53.65 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-05-05T09:32:42.919Z] #14 54.58 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-05T09:32:42.919Z] #14 56.76 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-05T09:32:42.919Z] #14 57.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-05-05T09:32:42.919Z] #14 57.46 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-05T09:32:42.919Z] #14 57.47 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-05T09:32:42.919Z] #14 57.49 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-05T09:32:42.919Z] #14 57.50 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-05T09:32:42.919Z] #14 57.52 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-05T09:32:42.919Z] #14 57.53 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-05T09:32:42.919Z] #14 57.53 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-05T09:32:42.919Z] #14 57.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-05T09:32:42.919Z] #14 57.57 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-05T09:32:42.919Z] #14 57.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-05T09:32:42.919Z] #14 57.61 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-05T09:32:42.919Z] #14 57.68 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-05T09:32:42.919Z] #14 57.68 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-05T09:32:42.919Z] #14 57.70 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-05T09:32:42.919Z] #14 57.72 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-05T09:32:42.919Z] #14 58.99 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:42.919Z] #14 59.31 Fetched 115 MB in 10s (11.0 MB/s) [2022-05-05T09:32:42.919Z] #14 59.38 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-05T09:32:42.919Z] #14 59.38 (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-05T09:32:42.919Z] #14 59.48 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:32:42.919Z] #14 59.58 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:42.919Z] #14 62.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-05T09:32:42.919Z] #14 62.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-05T09:32:42.919Z] #14 63.01 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:42.919Z] #14 ... [2022-05-05T09:32:42.919Z] [2022-05-05T09:32:42.919Z] #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-05T09:32:42.919Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:32:42.919Z] #34 61.49 Updating files: 91% (1393/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-05T09:32:42.919Z] #34 62.15 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-05T09:32:42.919Z] #34 62.38 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-05T09:32:42.969Z] #53 63.90 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-05T09:32:42.969Z] #53 63.94 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-05T09:32:42.969Z] #53 64.02 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-05T09:32:43.036Z] #14 74.85 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-05T09:32:43.036Z] #14 74.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:32:43.036Z] #14 74.86 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:32:43.227Z] #53 64.05 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-05T09:32:43.485Z] #34 ... [2022-05-05T09:32:43.485Z] [2022-05-05T09:32:43.485Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:43.485Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:43.485Z] #40 54.25 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:43.485Z] #40 54.80 Fetched 17.7 MB in 2s (7478 kB/s) [2022-05-05T09:32:43.485Z] #40 54.91 Selecting previously unselected package xxd. [2022-05-05T09:32:43.485Z] #40 54.91 (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-05T09:32:43.485Z] #40 55.02 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:32:43.485Z] #40 55.05 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:43.485Z] #40 55.37 Selecting previously unselected package vim-common. [2022-05-05T09:32:43.485Z] #40 55.38 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:32:43.485Z] #40 55.43 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:43.485Z] #40 55.88 Selecting previously unselected package cmake-data. [2022-05-05T09:32:43.485Z] #40 55.88 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-05T09:32:43.485Z] #40 55.90 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:32:43.485Z] #40 60.42 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:32:43.485Z] #40 60.42 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:32:43.485Z] #40 60.44 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:32:43.744Z] #40 ... [2022-05-05T09:32:43.744Z] [2022-05-05T09:32:43.744Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:43.744Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:43.744Z] #53 59.68 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-05T09:32:43.744Z] #53 59.69 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-05T09:32:43.744Z] #53 59.75 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-05T09:32:43.744Z] #53 59.77 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-05T09:32:43.744Z] #53 59.81 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-05T09:32:43.744Z] #53 59.86 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-05T09:32:43.744Z] #53 59.90 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-05T09:32:43.744Z] #53 59.97 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-05T09:32:43.744Z] #53 60.98 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-05T09:32:43.744Z] #53 61.14 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-05T09:32:43.744Z] #53 61.23 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-05T09:32:43.744Z] #53 61.31 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-05T09:32:43.744Z] #53 61.60 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-05T09:32:43.744Z] #53 61.66 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-05T09:32:43.744Z] #53 62.36 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-05T09:32:43.744Z] #53 62.37 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-05T09:32:43.744Z] #53 62.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-05T09:32:43.744Z] #53 62.51 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-05T09:32:43.744Z] #53 62.57 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-05T09:32:43.744Z] #53 62.60 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-05T09:32:43.744Z] #53 62.65 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-05T09:32:43.744Z] #53 62.80 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-05T09:32:43.744Z] #53 62.85 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-05T09:32:43.744Z] #53 62.88 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-05T09:32:43.744Z] #53 63.03 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-05T09:32:43.744Z] #53 63.07 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-05T09:32:43.744Z] #53 63.11 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-05T09:32:43.744Z] #53 63.14 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-05T09:32:43.744Z] #53 63.25 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-05T09:32:43.744Z] #53 63.26 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-05T09:32:43.744Z] #53 63.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-05T09:32:43.744Z] #53 63.60 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-05T09:32:43.744Z] #53 63.69 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-05T09:32:43.744Z] #53 64.03 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-05T09:32:43.744Z] #53 64.11 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-05T09:32:43.744Z] #53 64.25 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-05T09:32:43.744Z] #53 64.28 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-05T09:32:43.744Z] #53 64.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-05T09:32:43.744Z] #53 64.47 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-05T09:32:43.744Z] #53 64.51 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-05T09:32:43.744Z] #53 64.55 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-05T09:32:43.744Z] #53 64.59 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-05T09:32:43.744Z] #53 64.65 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-05T09:32:43.794Z] #53 64.85 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-05T09:32:43.794Z] #53 64.85 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-05T09:32:43.794Z] #53 64.88 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-05T09:32:44.003Z] #53 64.75 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-05T09:32:44.003Z] #53 64.77 go: downloading github.com/julz/importas v0.1.0 [2022-05-05T09:32:44.003Z] #53 64.85 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-05T09:32:44.052Z] #53 64.99 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-05T09:32:44.052Z] #53 65.04 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-05T09:32:44.052Z] #53 65.06 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-05T09:32:44.052Z] #53 65.13 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-05T09:32:44.052Z] #53 65.14 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-05T09:32:44.262Z] #53 64.96 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-05T09:32:44.309Z] #53 65.27 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-05T09:32:44.521Z] #53 65.07 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-05T09:32:44.521Z] #53 65.12 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-05T09:32:44.521Z] #53 65.13 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-05T09:32:44.521Z] #53 65.22 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-05T09:32:44.521Z] #53 65.24 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-05T09:32:44.521Z] #53 65.35 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-05T09:32:44.566Z] #53 65.54 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-05T09:32:44.566Z] #53 65.55 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-05T09:32:44.566Z] #53 65.55 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-05T09:32:44.566Z] #53 65.56 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-05T09:32:44.566Z] #53 65.59 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-05T09:32:44.566Z] #53 65.63 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-05T09:32:44.566Z] #53 65.68 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-05T09:32:44.772Z] #65 87.47 rootlesskit version 1.0.0 [2022-05-05T09:32:44.772Z] #65 87.47 Usage of /build/rootlesskit-docker-proxy: [2022-05-05T09:32:44.772Z] #65 87.48 -container-ip string [2022-05-05T09:32:44.772Z] #65 87.48 container ip [2022-05-05T09:32:44.772Z] #65 87.48 -container-port int [2022-05-05T09:32:44.772Z] #65 87.48 container port (default -1) [2022-05-05T09:32:44.772Z] #65 87.48 -host-ip string [2022-05-05T09:32:44.772Z] #65 87.48 host ip [2022-05-05T09:32:44.772Z] #65 87.48 -host-port int [2022-05-05T09:32:44.772Z] #65 87.48 host port (default -1) [2022-05-05T09:32:44.772Z] #65 87.48 -proto string [2022-05-05T09:32:44.772Z] #65 87.48 proxy protocol (default "tcp") [2022-05-05T09:32:44.779Z] #53 65.39 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-05T09:32:44.780Z] #53 65.47 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-05T09:32:44.780Z] #53 ... [2022-05-05T09:32:44.780Z] [2022-05-05T09:32:44.780Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:44.780Z] #62 sha256:6a7ee97e00ad0b449f98d8611510f34944896eb09ac487dd8303ea676d6df835 [2022-05-05T09:32:44.780Z] #62 2.036 + RM_GOPATH=0 [2022-05-05T09:32:44.780Z] #62 2.036 + TMP_GOPATH= [2022-05-05T09:32:44.780Z] #62 2.038 + : /build [2022-05-05T09:32:44.780Z] #62 2.038 + '[' -z '' ']' [2022-05-05T09:32:44.780Z] #62 2.039 ++ mktemp -d [2022-05-05T09:32:44.780Z] #62 2.053 + export GOPATH=/tmp/tmp.vRVUaU8RdY [2022-05-05T09:32:44.780Z] #62 2.053 + GOPATH=/tmp/tmp.vRVUaU8RdY [2022-05-05T09:32:44.780Z] #62 2.053 + RM_GOPATH=1 [2022-05-05T09:32:44.780Z] #62 2.053 + case "$(go env GOARCH)" in [2022-05-05T09:32:44.780Z] #62 2.053 ++ go env GOARCH [2022-05-05T09:32:44.780Z] #62 2.098 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:44.780Z] #62 2.098 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:44.780Z] #62 2.104 ++ dirname /install.sh [2022-05-05T09:32:44.780Z] #62 2.104 + dir=/ [2022-05-05T09:32:44.780Z] #62 2.104 + bin=containerd [2022-05-05T09:32:44.780Z] #62 2.104 + shift [2022-05-05T09:32:44.780Z] #62 2.104 + '[' '!' -f //containerd.installer ']' [2022-05-05T09:32:44.780Z] #62 2.104 + . //containerd.installer [2022-05-05T09:32:44.780Z] #62 2.104 ++ set -e [2022-05-05T09:32:44.780Z] #62 2.104 ++ : v1.6.4 [2022-05-05T09:32:44.780Z] #62 2.104 + install_containerd [2022-05-05T09:32:44.780Z] #62 2.104 Install containerd version v1.6.4 [2022-05-05T09:32:44.780Z] #62 2.105 + echo 'Install containerd version v1.6.4' [2022-05-05T09:32:44.780Z] #62 2.105 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vRVUaU8RdY/src/github.com/containerd/containerd [2022-05-05T09:32:44.780Z] #62 2.134 Cloning into '/tmp/tmp.vRVUaU8RdY/src/github.com/containerd/containerd'... [2022-05-05T09:32:44.780Z] #62 ... [2022-05-05T09:32:44.780Z] [2022-05-05T09:32:44.780Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:44.780Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:44.780Z] #53 65.47 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-05T09:32:44.824Z] #53 65.82 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-05T09:32:44.824Z] #53 65.85 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-05T09:32:44.824Z] #53 65.87 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-05T09:32:44.824Z] #53 65.88 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-05T09:32:44.824Z] #53 65.94 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-05T09:32:45.039Z] #53 65.62 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-05T09:32:45.082Z] #53 66.21 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-05T09:32:45.345Z] #65 ... [2022-05-05T09:32:45.345Z] [2022-05-05T09:32:45.345Z] #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-05T09:32:45.345Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:32:45.345Z] #14 87.16 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-05T09:32:45.345Z] #14 87.17 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-05T09:32:45.345Z] #14 87.18 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:32:45.345Z] #14 87.30 Selecting previously unselected package libapparmor1:arm64. [2022-05-05T09:32:45.345Z] #14 87.30 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-05T09:32:45.345Z] #14 87.32 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-05T09:32:45.345Z] #14 87.39 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-05T09:32:45.345Z] #14 87.40 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-05T09:32:45.345Z] #14 87.40 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-05T09:32:45.345Z] #14 87.52 Selecting previously unselected package libbtrfs0:arm64. [2022-05-05T09:32:45.345Z] #14 87.52 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-05T09:32:45.345Z] #14 87.53 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-05T09:32:45.345Z] #14 87.66 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-05T09:32:45.345Z] #14 87.66 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-05T09:32:45.345Z] #14 87.67 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-05T09:32:45.345Z] #14 88.40 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-05-05T09:32:45.345Z] #14 88.40 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-05T09:32:45.345Z] #14 88.73 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-05T09:32:45.345Z] #14 89.04 Selecting previously unselected package libudev-dev:arm64. [2022-05-05T09:32:45.345Z] #14 89.04 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-05-05T09:32:45.368Z] #53 66.23 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-05T09:32:45.368Z] #53 66.23 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-05T09:32:45.368Z] #53 66.26 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-05T09:32:45.368Z] #53 66.30 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-05T09:32:45.608Z] #53 66.51 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-05T09:32:45.658Z] #53 66.80 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-05T09:32:45.735Z] #14 89.05 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-05-05T09:32:45.867Z] #53 66.53 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-05T09:32:45.867Z] #53 66.57 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-05T09:32:45.867Z] #53 66.66 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-05T09:32:45.867Z] #53 66.72 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-05T09:32:45.867Z] #53 66.79 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-05T09:32:45.996Z] #14 89.69 Selecting previously unselected package libsepol1-dev:arm64. [2022-05-05T09:32:46.127Z] #53 66.90 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-05T09:32:46.127Z] #53 66.91 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-05T09:32:46.127Z] #53 67.02 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-05T09:32:46.231Z] #53 67.12 go: downloading honnef.co/go/tools v0.2.2 [2022-05-05T09:32:46.320Z] #14 89.70 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-05-05T09:32:46.320Z] #14 89.71 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-05-05T09:32:46.549Z] Fetching without tags [2022-05-05T09:32:46.695Z] #53 67.39 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-05T09:32:46.695Z] #53 67.41 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-05T09:32:46.695Z] #53 67.45 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-05T09:32:46.695Z] #53 67.47 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-05T09:32:46.695Z] #53 67.49 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-05T09:32:46.203Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:32:46.266Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:32:46.321Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:32:46.461Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:32:46.596Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:32:46.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:32:46.598Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:32:46.894Z] #14 90.45 Selecting previously unselected package libpcre2-16-0:arm64. [2022-05-05T09:32:46.894Z] #14 90.46 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-05-05T09:32:46.894Z] #14 90.47 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-05-05T09:32:46.965Z] #53 67.57 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-05T09:32:46.965Z] #53 67.70 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-05T09:32:46.965Z] #53 67.75 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-05T09:32:46.965Z] #53 67.76 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-05T09:32:47.228Z] #53 67.89 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-05T09:32:47.228Z] #53 67.98 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-05T09:32:47.228Z] #53 67.98 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-05T09:32:47.276Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:32:47.475Z] #14 91.14 Selecting previously unselected package libpcre2-32-0:arm64. [2022-05-05T09:32:47.475Z] #14 91.14 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-05-05T09:32:47.486Z] #53 68.29 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-05T09:32:47.486Z] #53 68.32 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-05T09:32:47.486Z] #53 68.33 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-05T09:32:47.486Z] #53 68.39 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-05T09:32:47.606Z] #53 ... [2022-05-05T09:32:47.606Z] [2022-05-05T09:32:47.606Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:47.606Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:47.606Z] #40 68.46 Selecting previously unselected package libxml2:amd64. [2022-05-05T09:32:47.606Z] #40 68.47 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-05T09:32:47.606Z] #40 68.48 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:32:47.736Z] #14 91.16 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-05-05T09:32:47.744Z] #53 68.45 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-05T09:32:48.179Z] #40 69.25 Selecting previously unselected package libarchive13:amd64. [2022-05-05T09:32:48.179Z] #40 69.25 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-05T09:32:48.179Z] #40 69.26 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:32:48.234Z] #69 ... [2022-05-05T09:32:48.234Z] [2022-05-05T09:32:48.234Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:32:48.234Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-05-05T09:32:48.234Z] #28 15.72 Reading package lists... [2022-05-05T09:32:48.234Z] #28 20.16 Building dependency tree... [2022-05-05T09:32:48.234Z] #28 21.47 Reading state information... [2022-05-05T09:32:48.234Z] #28 22.38 bzip2 is already the newest version (1.0.8-4). [2022-05-05T09:32:48.234Z] #28 22.38 patch is already the newest version (2.7.6-7). [2022-05-05T09:32:48.234Z] #28 22.38 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-05-05T09:32:48.234Z] #28 22.38 The following additional packages will be installed: [2022-05-05T09:32:48.234Z] #28 22.39 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-05T09:32:48.234Z] #28 22.39 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-05-05T09:32:48.234Z] #28 22.39 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-05T09:32:48.235Z] #28 22.39 python3-pkg-resources vim-runtime xxd [2022-05-05T09:32:48.235Z] #28 22.42 Suggested packages: [2022-05-05T09:32:48.235Z] #28 22.42 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-05-05T09:32:48.235Z] #28 22.42 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-05-05T09:32:48.235Z] #28 22.42 Recommended packages: [2022-05-05T09:32:48.235Z] #28 22.42 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-05T09:32:48.323Z] #14 79.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-05T09:32:48.323Z] #14 79.43 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:32:48.323Z] #14 79.44 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:32:48.323Z] #14 ... [2022-05-05T09:32:48.323Z] [2022-05-05T09:32:48.323Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:32:48.323Z] #62 sha256:e6a389a36e825ba6841b1fbcc0d51094327da252aa1671192e40fe69c80faf47 [2022-05-05T09:32:48.351Z] #14 91.84 Selecting previously unselected package libpcre2-posix2:arm64. [2022-05-05T09:32:48.351Z] #14 91.85 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-05-05T09:32:48.680Z] #53 69.18 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-05T09:32:48.680Z] #53 69.32 go: downloading honnef.co/go/tools v0.2.2 [2022-05-05T09:32:48.738Z] #14 91.90 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-05-05T09:32:48.745Z] #40 69.84 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-05T09:32:48.745Z] #40 69.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-05T09:32:48.745Z] #40 69.87 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:32:48.807Z] #28 23.54 The following NEW packages will be installed: [2022-05-05T09:32:48.845Z] #62 42.26 Updating files: 65% (3080/4738) Updating files: 66% (3128/4738) Updating files: 67% (3175/4738) Updating files: 68% (3222/4738) Updating files: 69% (3270/4738) Updating files: 70% (3317/4738) Updating files: 71% (3364/4738) Updating files: 72% (3412/4738) Updating files: 73% (3459/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-05T09:32:48.845Z] #62 43.17 + cd /tmp/tmp.HyJxMjvycn/src/github.com/containerd/containerd [2022-05-05T09:32:48.845Z] #62 43.17 + git checkout -q v1.6.4 [2022-05-05T09:32:49.002Z] #40 70.02 Selecting previously unselected package librhash0:amd64. [2022-05-05T09:32:49.002Z] #40 70.03 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-05T09:32:49.002Z] #40 70.04 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:32:49.068Z] #28 23.54 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-05-05T09:32:49.068Z] #28 23.55 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-05T09:32:49.068Z] #28 23.55 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-05-05T09:32:49.068Z] #28 23.55 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-05-05T09:32:49.068Z] #28 23.55 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-05-05T09:32:49.068Z] #28 23.55 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-05-05T09:32:49.068Z] #28 23.55 vim-common vim-runtime xfsprogs xxd zip zstd [2022-05-05T09:32:49.260Z] #40 70.28 Selecting previously unselected package libuv1:amd64. [2022-05-05T09:32:49.260Z] #40 70.29 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-05T09:32:49.260Z] #40 70.31 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:32:49.330Z] #28 23.91 0 upgraded, 44 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:32:49.330Z] #28 23.91 Need to get 18.6 MB of archives. [2022-05-05T09:32:49.330Z] #28 23.91 After this operation, 71.4 MB of additional disk space will be used. [2022-05-05T09:32:49.330Z] #28 23.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-05T09:32:49.330Z] #28 23.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-05T09:32:49.330Z] #28 23.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-05T09:32:49.330Z] #28 23.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-05T09:32:49.330Z] #28 23.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-05T09:32:49.330Z] #28 23.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-05T09:32:49.330Z] #28 23.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-05T09:32:49.330Z] #28 23.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-05T09:32:49.330Z] #28 23.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:32:49.330Z] #28 23.95 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-05T09:32:49.330Z] #28 23.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-05T09:32:49.330Z] #28 23.96 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-05T09:32:49.330Z] #28 23.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-05T09:32:49.330Z] #28 23.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-05T09:32:49.330Z] #28 23.97 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-05T09:32:49.330Z] #28 23.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-05T09:32:49.330Z] #28 23.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-05T09:32:49.330Z] #28 23.98 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-05T09:32:49.330Z] #28 23.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-05T09:32:49.330Z] #28 23.98 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:32:49.330Z] #28 23.98 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:32:49.330Z] #28 23.98 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:32:49.330Z] #28 23.99 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-05T09:32:49.330Z] #28 23.99 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-05T09:32:49.330Z] #28 23.99 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-05T09:32:49.330Z] #28 24.00 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-05T09:32:49.330Z] #28 24.00 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-05T09:32:49.330Z] #28 24.01 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-05T09:32:49.330Z] #28 24.01 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-05T09:32:49.330Z] #28 24.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-05T09:32:49.330Z] #28 24.04 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-05T09:32:49.330Z] #28 24.04 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-05T09:32:49.330Z] #28 24.05 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:32:49.330Z] #28 24.05 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-05T09:32:49.330Z] #28 24.09 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-05T09:32:49.330Z] #28 24.09 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-05T09:32:49.330Z] #28 24.10 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-05T09:32:49.330Z] #28 24.11 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-05T09:32:49.330Z] #28 24.12 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-05T09:32:49.330Z] #28 24.12 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-05T09:32:49.360Z] #14 92.70 Selecting previously unselected package libpcre2-dev:arm64. [2022-05-05T09:32:49.360Z] #14 92.70 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-05-05T09:32:49.360Z] #14 92.92 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-05-05T09:32:49.518Z] #40 70.56 Selecting previously unselected package cmake. [2022-05-05T09:32:49.592Z] #28 24.22 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-05T09:32:49.592Z] #28 24.24 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-05T09:32:49.592Z] #28 24.25 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-05T09:32:49.592Z] #28 24.25 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-05T09:32:47.406Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:32:47.454Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:32:49.775Z] #40 70.58 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-05T09:32:49.775Z] #40 70.62 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:32:49.953Z] #14 93.50 Selecting previously unselected package libselinux1-dev:arm64. [2022-05-05T09:32:49.953Z] #14 93.50 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-05-05T09:32:49.953Z] #14 93.52 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-05-05T09:32:50.032Z] #40 ... [2022-05-05T09:32:50.032Z] [2022-05-05T09:32:50.032Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:50.032Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:50.032Z] #49 60.82 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:50.032Z] #49 62.97 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-05T09:32:50.032Z] #49 63.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:50.032Z] #49 63.09 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:50.032Z] #49 63.11 Setting up python3-six (1.16.0-2) ... [2022-05-05T09:32:50.032Z] #49 64.77 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:50.032Z] #49 64.81 Setting up python3-protobuf (3.12.4-1) ... [2022-05-05T09:32:50.032Z] #49 69.52 Setting up criu (3.16.1-3) ... [2022-05-05T09:32:50.061Z] #53 70.50 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-05T09:32:50.061Z] #53 70.50 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-05T09:32:50.061Z] #53 70.63 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-05T09:32:50.061Z] #53 70.74 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-05T09:32:50.061Z] #53 70.74 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-05T09:32:50.061Z] #53 70.82 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-05T09:32:50.165Z] #28 24.74 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:32:50.165Z] #28 24.94 Fetched 18.6 MB in 1s (29.6 MB/s) [2022-05-05T09:32:50.234Z] #62 44.36 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-05T09:32:50.234Z] #62 44.36 + BUILDTAGS='netgo osusergo static_build' [2022-05-05T09:32:50.234Z] #62 44.36 + export EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:32:50.234Z] #62 44.36 + EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:32:50.234Z] #62 44.36 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-05T09:32:50.234Z] #62 44.36 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-05T09:32:50.234Z] #62 44.36 + '[' '' = dynamic ']' [2022-05-05T09:32:50.234Z] #62 44.36 + make [2022-05-05T09:32:50.292Z] #49 ... [2022-05-05T09:32:50.292Z] [2022-05-05T09:32:50.292Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:50.292Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:50.292Z] #53 68.87 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-05T09:32:50.292Z] #53 68.87 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-05T09:32:50.292Z] #53 68.93 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-05T09:32:50.292Z] #53 69.06 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-05T09:32:50.292Z] #53 69.07 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-05T09:32:50.292Z] #53 69.23 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-05T09:32:50.292Z] #53 69.30 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-05T09:32:50.292Z] #53 69.75 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-05T09:32:50.292Z] #53 69.75 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-05T09:32:50.292Z] #53 69.92 go: downloading golang.org/x/text v0.3.7 [2022-05-05T09:32:50.320Z] #53 70.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-05T09:32:50.427Z] #28 24.99 Selecting previously unselected package pigz. [2022-05-05T09:32:50.427Z] #28 24.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-05-05T09:32:50.427Z] #28 25.04 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-05T09:32:50.427Z] #28 25.04 Unpacking pigz (2.6-1) ... [2022-05-05T09:32:50.427Z] #28 25.10 Selecting previously unselected package libelf1:amd64. [2022-05-05T09:32:50.427Z] #28 25.11 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-05T09:32:50.427Z] #28 25.12 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-05T09:32:50.580Z] #53 71.17 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-05T09:32:50.580Z] #53 71.17 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-05T09:32:50.580Z] #53 71.31 go: downloading golang.org/x/text v0.3.7 [2022-05-05T09:32:50.688Z] #28 25.20 Selecting previously unselected package libbpf0:amd64. [2022-05-05T09:32:50.688Z] #28 25.21 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-05T09:32:50.688Z] #28 25.21 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:32:50.688Z] #28 25.28 Selecting previously unselected package libcap2:amd64. [2022-05-05T09:32:50.688Z] #28 25.29 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-05T09:32:50.688Z] #28 25.29 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:32:50.688Z] #28 25.34 Selecting previously unselected package libmnl0:amd64. [2022-05-05T09:32:50.688Z] #28 25.35 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-05T09:32:50.688Z] #28 25.35 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:32:50.688Z] #28 25.39 Selecting previously unselected package libxtables12:amd64. [2022-05-05T09:32:50.688Z] #28 25.40 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-05T09:32:50.688Z] #28 25.41 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:32:50.897Z] #14 94.35 Selecting previously unselected package libdevmapper-dev:arm64. [2022-05-05T09:32:50.897Z] #14 94.35 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-05-05T09:32:50.897Z] #14 94.37 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-05T09:32:50.955Z] #28 25.45 Selecting previously unselected package libcap2-bin. [2022-05-05T09:32:50.955Z] #28 25.46 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-05T09:32:50.955Z] #28 25.46 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-05T09:32:50.955Z] #28 25.53 Selecting previously unselected package iproute2. [2022-05-05T09:32:50.955Z] #28 25.54 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-05T09:32:50.955Z] #28 25.54 Unpacking iproute2 (5.10.0-4) ... [2022-05-05T09:32:50.955Z] #28 25.74 Selecting previously unselected package xxd. [2022-05-05T09:32:50.998Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:32:50.998Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:32:51.216Z] #28 25.74 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:32:51.216Z] #28 25.75 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:51.216Z] #28 25.82 Selecting previously unselected package vim-common. [2022-05-05T09:32:51.216Z] #28 25.83 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:32:51.216Z] #28 25.85 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:51.216Z] #28 25.94 Selecting previously unselected package bash-completion. [2022-05-05T09:32:51.217Z] #28 25.95 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-05T09:32:51.218Z] #62 45.78 + bin/ctr [2022-05-05T09:32:51.418Z] #14 94.83 Selecting previously unselected package libseccomp-dev:arm64.#14 ... [2022-05-05T09:32:51.418Z] [2022-05-05T09:32:51.418Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:32:51.418Z] #65 sha256:71b5c6f83c9f91d4be9ad23a4104137d039c824001a30fca63e31ef29298f827 [2022-05-05T09:32:51.418Z] #65 DONE 94.6s [2022-05-05T09:32:51.418Z] [2022-05-05T09:32:51.418Z] #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-05T09:32:51.418Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:32:51.418Z] #14 94.83 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-05T09:32:51.418Z] #14 94.84 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-05T09:32:51.418Z] #14 94.89 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-05T09:32:51.418Z] #14 ... [2022-05-05T09:32:51.418Z] [2022-05-05T09:32:51.419Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-05T09:32:51.419Z] #66 sha256:c1a78e68192f5c98b531724a8ab877e0a9dd388dfe9b1a6b9abbf081c4eced99 [2022-05-05T09:32:51.678Z] #66 DONE 0.2s [2022-05-05T09:32:51.678Z] [2022-05-05T09:32:51.678Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-05T09:32:51.678Z] #67 sha256:51fe35ca1536cb01ac184c5b3c077ceb4987bb0b9b29c5476e8b9fb0b57ebd5e [2022-05-05T09:32:51.678Z] #67 DONE 0.1s [2022-05-05T09:32:51.678Z] [2022-05-05T09:32:51.678Z] #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-05T09:32:51.678Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-05T09:32:51.678Z] #14 95.13 Selecting previously unselected package libsystemd-dev:arm64. [2022-05-05T09:32:51.678Z] #14 95.13 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-05-05T09:32:51.678Z] #14 95.17 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-05-05T09:32:51.968Z] #53 ... [2022-05-05T09:32:51.968Z] [2022-05-05T09:32:51.968Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:51.968Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:51.968Z] #49 64.50 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:51.968Z] #49 64.54 Setting up python3-protobuf (3.12.4-1) ... [2022-05-05T09:32:51.968Z] #49 69.82 Setting up criu (3.16.1-3) ... [2022-05-05T09:32:51.968Z] #49 71.79 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:51.968Z] #49 DONE 72.2s [2022-05-05T09:32:51.968Z] [2022-05-05T09:32:51.968Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:51.968Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:51.968Z] #40 69.96 Selecting previously unselected package libxml2:amd64. [2022-05-05T09:32:51.968Z] #40 69.97 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-05T09:32:51.968Z] #40 69.98 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:32:51.968Z] #40 70.65 Selecting previously unselected package libarchive13:amd64. [2022-05-05T09:32:51.968Z] #40 70.66 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-05T09:32:51.968Z] #40 70.70 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:32:51.968Z] #40 71.15 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-05T09:32:51.968Z] #40 71.16 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-05T09:32:51.969Z] #40 71.21 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:32:51.969Z] #40 71.51 Selecting previously unselected package librhash0:amd64. [2022-05-05T09:32:51.969Z] #40 71.52 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-05T09:32:51.969Z] #40 71.63 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:32:51.969Z] #40 71.89 Selecting previously unselected package libuv1:amd64. [2022-05-05T09:32:51.969Z] #40 71.90 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-05T09:32:51.969Z] #40 71.93 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:32:51.969Z] #40 72.13 Selecting previously unselected package cmake. [2022-05-05T09:32:51.969Z] #40 72.14 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-05T09:32:51.969Z] #40 72.18 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:32:52.160Z] #28 26.78 Unpacking bash-completion (1:2.11-2) ... [2022-05-05T09:32:52.250Z] #14 95.86 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-05T09:32:52.250Z] #14 95.88 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-05T09:32:52.250Z] #14 95.89 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:52.250Z] #14 95.91 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-05-05T09:32:52.421Z] #28 26.99 Selecting previously unselected package apparmor. [2022-05-05T09:32:52.421Z] #28 26.99 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-05-05T09:32:52.421Z] #28 27.03 Unpacking apparmor (2.13.6-10) ... [2022-05-05T09:32:52.421Z] #28 27.22 Selecting previously unselected package inetutils-ping. [2022-05-05T09:32:52.421Z] #28 27.23 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-05T09:32:52.421Z] #28 27.23 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-05T09:32:52.421Z] #28 27.29 Selecting previously unselected package libip4tc2:amd64. [2022-05-05T09:32:52.510Z] #14 95.95 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:32:52.510Z] #14 96.05 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-05-05T09:32:52.510Z] #14 96.07 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-05T09:32:52.510Z] #14 96.09 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-05-05T09:32:52.510Z] #14 96.10 Setting up libudev-dev:arm64 (247.3-7) ... [2022-05-05T09:32:52.510Z] #14 96.12 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-05-05T09:32:52.510Z] #14 96.13 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:32:52.510Z] #14 96.15 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-05T09:32:52.510Z] #14 96.17 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:32:52.510Z] #14 96.19 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-05T09:32:52.510Z] #14 96.20 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-05T09:32:52.510Z] #14 96.21 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-05-05T09:32:52.510Z] #14 96.23 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:32:52.510Z] #14 96.25 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-05-05T09:32:52.682Z] #28 27.29 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:32:52.682Z] #28 27.30 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:32:52.682Z] #28 27.35 Selecting previously unselected package libip6tc2:amd64. [2022-05-05T09:32:52.682Z] #28 27.35 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:32:52.682Z] #28 27.36 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:32:52.682Z] #28 27.40 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-05T09:32:52.682Z] #28 27.40 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-05T09:32:52.682Z] #28 27.41 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:32:52.682Z] #28 27.45 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-05T09:32:52.682Z] #28 27.46 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-05T09:32:52.682Z] #28 27.46 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:32:52.682Z] #28 27.51 Selecting previously unselected package libnftnl11:amd64. [2022-05-05T09:32:52.771Z] #14 96.26 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-05-05T09:32:52.771Z] #14 96.27 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:32:52.771Z] #14 96.29 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:32:52.771Z] #14 96.30 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-05T09:32:52.771Z] #14 96.31 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:32:52.771Z] #14 96.32 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-05T09:32:52.771Z] #14 96.34 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:32:52.771Z] #14 96.35 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:32:52.771Z] #14 96.36 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-05T09:32:52.771Z] #14 96.37 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:32:52.771Z] #14 96.41 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:32:52.771Z] #14 96.42 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-05T09:32:52.771Z] #14 96.44 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:32:52.771Z] #14 96.45 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-05T09:32:52.771Z] #14 96.47 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-05T09:32:52.943Z] #28 27.52 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-05T09:32:52.943Z] #28 27.52 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:32:52.943Z] #28 27.57 Selecting previously unselected package iptables. [2022-05-05T09:32:52.943Z] #28 27.58 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-05-05T09:32:52.943Z] #28 27.59 Unpacking iptables (1.8.7-1) ... [2022-05-05T09:32:52.943Z] #28 27.72 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:32:52.943Z] #28 27.72 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:32:52.943Z] #28 27.73 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:32:52.943Z] #28 27.81 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:32:50.625Z] > git remote # timeout=10 [2022-05-05T09:32:50.702Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:32:50.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:32:50.752Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:32:50.906Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-05T09:32:51.031Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:32:51.081Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:32:53.032Z] #14 96.48 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:53.205Z] #28 27.81 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:32:53.205Z] #28 27.82 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:32:53.205Z] #28 27.88 Selecting previously unselected package jq. [2022-05-05T09:32:53.205Z] #28 27.88 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:32:53.205Z] #28 27.89 Unpacking jq (1.6-2.1) ... [2022-05-05T09:32:53.205Z] #28 27.94 Selecting previously unselected package libaio1:amd64. [2022-05-05T09:32:53.205Z] #28 27.95 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-05-05T09:32:53.205Z] #28 27.95 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:32:53.205Z] #28 27.99 Selecting previously unselected package libgpm2:amd64. [2022-05-05T09:32:53.205Z] #28 28.00 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-05-05T09:32:53.205Z] #28 28.01 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:32:53.467Z] #28 28.06 Selecting previously unselected package libinih1:amd64. [2022-05-05T09:32:53.467Z] #28 28.07 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-05-05T09:32:53.467Z] #28 28.08 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-05T09:32:53.467Z] #28 28.12 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:32:53.467Z] #28 28.13 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:32:53.467Z] #28 28.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:53.467Z] #28 28.19 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:32:53.467Z] #28 28.21 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:32:53.467Z] #28 28.21 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:32:53.467Z] #28 28.27 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:32:53.467Z] #28 28.28 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:32:53.467Z] #28 28.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:53.565Z] #53 ... [2022-05-05T09:32:53.565Z] [2022-05-05T09:32:53.565Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-05T09:32:53.565Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-05T09:32:53.565Z] #49 72.33 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:53.565Z] #49 DONE 74.4s [2022-05-05T09:32:53.565Z] [2022-05-05T09:32:53.565Z] #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-05T09:32:53.565Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:53.565Z] #14 64.71 Selecting previously unselected package binutils-mingw-w64. [2022-05-05T09:32:53.565Z] #14 64.73 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-05T09:32:53.565Z] #14 64.75 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:32:53.565Z] #14 64.92 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-05T09:32:53.565Z] #14 64.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:32:53.565Z] #14 64.95 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:32:53.565Z] #14 65.20 Selecting previously unselected package dmsetup. [2022-05-05T09:32:53.565Z] #14 65.21 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:32:53.565Z] #14 65.22 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:32:53.565Z] #14 65.46 Selecting previously unselected package mingw-w64-common. [2022-05-05T09:32:53.565Z] #14 65.46 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-05T09:32:53.565Z] #14 65.48 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-05T09:32:53.565Z] #14 73.87 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-05T09:32:53.565Z] #14 73.87 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-05T09:32:53.565Z] #14 73.88 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:32:53.605Z] #14 DONE 97.0s [2022-05-05T09:32:53.605Z] [2022-05-05T09:32:53.605Z] #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-05T09:32:53.605Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:32:53.605Z] #26 95.63 Updating files: 19% (2243/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/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: 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: 49% (5608/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) [2022-05-05T09:32:53.605Z] #26 ... [2022-05-05T09:32:53.605Z] [2022-05-05T09:32:53.605Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-05T09:32:53.605Z] #57 sha256:ff07644d04b2a3b0dd9dac479f4a4e125a7dd718fc9b43709f8a758af9dbe685 [2022-05-05T09:32:53.605Z] #57 DONE 0.2s [2022-05-05T09:32:53.605Z] [2022-05-05T09:32:53.605Z] #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-05T09:32:53.605Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:32:53.728Z] #28 28.32 Selecting previously unselected package net-tools. [2022-05-05T09:32:53.728Z] #28 28.33 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-05T09:32:53.728Z] #28 28.33 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:32:53.728Z] #28 28.42 Selecting previously unselected package python-pip-whl. [2022-05-05T09:32:53.728Z] #28 28.43 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:32:53.728Z] #28 28.43 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:32:53.990Z] #28 28.71 Selecting previously unselected package python3-lib2to3. [2022-05-05T09:32:53.990Z] #28 28.71 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-05T09:32:53.990Z] #28 28.72 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:32:53.990Z] #28 28.77 Selecting previously unselected package python3-distutils. [2022-05-05T09:32:53.990Z] #28 28.78 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-05-05T09:32:53.990Z] #28 28.79 Unpacking python3-distutils (3.9.2-1) ... [2022-05-05T09:32:54.252Z] #28 28.87 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:32:54.252Z] #28 28.87 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:32:54.252Z] #28 28.88 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:54.252Z] #28 28.96 Selecting previously unselected package python3-setuptools. [2022-05-05T09:32:54.252Z] #28 28.96 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-05-05T09:32:54.252Z] #28 28.97 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-05T09:32:54.252Z] #28 29.09 Selecting previously unselected package python3-wheel. [2022-05-05T09:32:54.513Z] #28 29.10 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-05-05T09:32:54.513Z] #28 29.11 Unpacking python3-wheel (0.34.2-1) ... [2022-05-05T09:32:54.513Z] #28 29.16 Selecting previously unselected package python3-pip. [2022-05-05T09:32:54.513Z] #28 29.17 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:32:54.513Z] #28 29.17 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:32:54.651Z] #26 95.63 Updating files: 19% (2243/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/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: 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: 49% (5608/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: 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: 75% (8579/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) [2022-05-05T09:32:54.651Z] #26 ... [2022-05-05T09:32:54.651Z] [2022-05-05T09:32:54.651Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:32:54.651Z] #15 sha256:22f4bc2428baed17950a8493cc6cc7720cf565fa7aa91d269753d85cc2fbf47a [2022-05-05T09:32:54.651Z] #15 DONE 1.2s [2022-05-05T09:32:54.651Z] [2022-05-05T09:32:54.651Z] #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-05T09:32:54.651Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:32:54.775Z] #28 29.30 Selecting previously unselected package sudo. [2022-05-05T09:32:54.775Z] #28 29.31 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-05-05T09:32:54.775Z] #28 29.31 Unpacking sudo (1.9.5p2-3) ... [2022-05-05T09:32:55.037Z] #28 29.58 Selecting previously unselected package thin-provisioning-tools. [2022-05-05T09:32:55.037Z] #28 29.59 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-05T09:32:55.037Z] #28 29.59 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:32:55.037Z] #28 29.70 Selecting previously unselected package uidmap. [2022-05-05T09:32:55.037Z] #28 29.71 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-05T09:32:55.037Z] #28 29.72 Unpacking uidmap (1:4.8.1-1) ... [2022-05-05T09:32:55.037Z] #28 29.81 Selecting previously unselected package vim-runtime. [2022-05-05T09:32:55.298Z] #28 29.81 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:32:55.298Z] #28 29.84 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-05T09:32:55.298Z] #28 29.86 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-05T09:32:55.298Z] #28 29.87 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:55.435Z] #26 95.63 Updating files: 19% (2243/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/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: 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: 49% (5608/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: 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: 75% (8579/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: 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: 98% (11293/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-05-05T09:32:55.698Z] #26 ... [2022-05-05T09:32:55.698Z] [2022-05-05T09:32:55.698Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-05T09:32:55.698Z] #16 sha256:4b1ab7dc139bf4699de058a233156555ecde99490bb7cb44f5f9eca3ed243cad [2022-05-05T09:32:55.698Z] #16 DONE 0.9s [2022-05-05T09:32:55.698Z] [2022-05-05T09:32:55.698Z] #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-05T09:32:55.698Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:32:55.698Z] #26 98.80 + cd /tmp/tmp.vzSOX2iGqh/tmp/docker-ce [2022-05-05T09:32:55.698Z] #26 98.80 + git checkout -q v17.06.2-ce [2022-05-05T09:32:55.856Z] Fetching without tags [2022-05-05T09:32:56.090Z] #14 ... [2022-05-05T09:32:56.090Z] [2022-05-05T09:32:56.090Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:56.090Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:56.090Z] #40 77.13 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:32:56.090Z] #40 77.17 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:56.090Z] #40 77.21 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:32:56.162Z] #40 ... [2022-05-05T09:32:56.162Z] [2022-05-05T09:32:56.162Z] #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-05T09:32:56.162Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:32:56.162Z] #14 66.92 Selecting previously unselected package binutils-mingw-w64. [2022-05-05T09:32:56.162Z] #14 66.92 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-05T09:32:56.162Z] #14 66.92 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:32:56.162Z] #14 67.15 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-05T09:32:56.162Z] #14 67.15 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:32:56.162Z] #14 67.16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:32:56.162Z] #14 67.43 Selecting previously unselected package dmsetup. [2022-05-05T09:32:56.162Z] #14 67.44 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:32:56.162Z] #14 67.44 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:32:56.162Z] #14 67.68 Selecting previously unselected package mingw-w64-common. [2022-05-05T09:32:56.162Z] #14 67.68 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-05T09:32:56.162Z] #14 67.69 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-05T09:32:56.162Z] #14 74.18 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-05T09:32:56.162Z] #14 74.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-05T09:32:56.162Z] #14 74.21 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:32:56.271Z] #26 ... [2022-05-05T09:32:56.271Z] [2022-05-05T09:32:56.271Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-05T09:32:56.271Z] #17 sha256:c8b79c105a69171bd017afa0163487a1d48e4480be1b235638f419664d11f7dc [2022-05-05T09:32:56.271Z] #17 0.589 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-05T09:32:56.271Z] #17 DONE 0.6s [2022-05-05T09:32:56.271Z] [2022-05-05T09:32:56.271Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:32:56.271Z] #58 sha256:6a9b037320e15e9bbbf9a993570833ac718d958805fd2ec8466ea3529290993e [2022-05-05T09:32:56.271Z] #58 0.790 + RM_GOPATH=0 [2022-05-05T09:32:56.271Z] #58 0.795 + TMP_GOPATH= [2022-05-05T09:32:56.271Z] #58 0.795 + : /build [2022-05-05T09:32:56.271Z] #58 0.795 + '[' -z '' ']' [2022-05-05T09:32:56.271Z] #58 0.796 ++ mktemp -d [2022-05-05T09:32:56.271Z] #58 0.817 + export GOPATH=/tmp/tmp.hvEfAPqpiA [2022-05-05T09:32:56.271Z] #58 0.817 + GOPATH=/tmp/tmp.hvEfAPqpiA [2022-05-05T09:32:56.271Z] #58 0.817 + RM_GOPATH=1 [2022-05-05T09:32:56.271Z] #58 0.817 + case "$(go env GOARCH)" in [2022-05-05T09:32:56.271Z] #58 0.818 ++ go env GOARCH [2022-05-05T09:32:56.271Z] #58 0.828 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:56.271Z] #58 0.829 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:32:56.271Z] #58 0.830 ++ dirname /install.sh [2022-05-05T09:32:56.271Z] #58 0.833 + dir=/ [2022-05-05T09:32:56.271Z] #58 0.833 + bin=runc [2022-05-05T09:32:56.271Z] #58 0.833 + shift [2022-05-05T09:32:56.271Z] #58 0.833 + '[' '!' -f //runc.installer ']' [2022-05-05T09:32:56.271Z] #58 0.833 + . //runc.installer [2022-05-05T09:32:56.271Z] #58 0.833 ++ set -e [2022-05-05T09:32:56.271Z] #58 0.833 ++ : v1.1.1 [2022-05-05T09:32:56.271Z] #58 0.833 Install runc version v1.1.1 (build tags: seccomp) [2022-05-05T09:32:56.271Z] #58 0.833 + install_runc [2022-05-05T09:32:56.271Z] #58 0.833 + RUNC_BUILDTAGS=seccomp [2022-05-05T09:32:56.271Z] #58 0.833 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-05T09:32:56.271Z] #58 0.833 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hvEfAPqpiA/src/github.com/opencontainers/runc [2022-05-05T09:32:56.271Z] #58 0.851 Cloning into '/tmp/tmp.hvEfAPqpiA/src/github.com/opencontainers/runc'... [2022-05-05T09:32:55.499Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:32:55.576Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:32:55.633Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:32:55.762Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:32:55.891Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:32:55.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:32:55.894Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:32:56.347Z] #40 77.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:56.347Z] #40 77.30 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:32:56.347Z] #40 77.33 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:32:56.347Z] #40 77.36 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:32:56.347Z] #40 77.40 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:32:56.347Z] #40 77.46 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:32:56.587Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:32:56.605Z] #40 77.49 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:32:56.605Z] #40 77.51 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:56.686Z] #28 31.07 Selecting previously unselected package vim. [2022-05-05T09:32:56.686Z] #28 31.08 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:32:56.686Z] #28 31.09 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:56.686Z] #28 31.35 Selecting previously unselected package xfsprogs. [2022-05-05T09:32:56.686Z] #28 31.35 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-05T09:32:56.686Z] #28 31.36 Unpacking xfsprogs (5.10.0-4) ... [2022-05-05T09:32:56.862Z] #40 DONE 77.9s [2022-05-05T09:32:56.862Z] [2022-05-05T09:32:56.862Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:56.862Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:56.862Z] #53 77.72 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-05T09:32:56.862Z] #53 77.81 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-05T09:32:56.862Z] #53 77.93 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-05T09:32:56.862Z] #53 78.02 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-05T09:32:56.947Z] #28 31.56 Selecting previously unselected package zip. [2022-05-05T09:32:56.947Z] #28 31.56 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-05-05T09:32:56.947Z] #28 31.57 Unpacking zip (3.0-12) ... [2022-05-05T09:32:56.947Z] #28 31.63 Selecting previously unselected package zstd. [2022-05-05T09:32:56.947Z] #28 31.64 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-05T09:32:56.947Z] #28 31.64 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:32:56.947Z] #28 31.82 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:32:57.119Z] #53 ... [2022-05-05T09:32:57.119Z] [2022-05-05T09:32:57.119Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-05T09:32:57.119Z] #41 sha256:64ffe47db8b7264c1193b490aab18479e7812fd04a415fc8124a2c2a79596115 [2022-05-05T09:32:57.119Z] #41 DONE 0.2s [2022-05-05T09:32:57.119Z] [2022-05-05T09:32:57.119Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:57.119Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:57.119Z] #53 78.08 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-05T09:32:57.119Z] #53 78.12 go: downloading golang.org/x/mod v0.5.1 [2022-05-05T09:32:57.119Z] #53 78.15 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-05T09:32:57.119Z] #53 78.21 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-05T09:32:57.119Z] #53 78.26 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-05T09:32:57.216Z] #58 ... [2022-05-05T09:32:57.216Z] [2022-05-05T09:32:57.216Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-05T09:32:57.216Z] #18 sha256:ec5196f8ac010bfcb6cd8aee3a8bdd5662adc5e6662e07120d56f63c8eb9bd60 [2022-05-05T09:32:57.216Z] #18 DONE 0.8s [2022-05-05T09:32:57.216Z] [2022-05-05T09:32:57.216Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-05T09:32:57.216Z] #19 sha256:8401762ed8936ffe11b1882ae8f4c12830c9be2e96744fc6f3696e8f85b5df94 [2022-05-05T09:32:57.541Z] #14 ... [2022-05-05T09:32:57.541Z] [2022-05-05T09:32:57.541Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:57.541Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:57.541Z] #53 78.23 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-05T09:32:57.541Z] #53 78.41 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-05T09:32:57.692Z] #53 78.44 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-05T09:32:57.692Z] #53 78.46 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-05T09:32:57.781Z] #28 32.25 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:32:57.781Z] #28 32.26 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:32:57.781Z] #28 32.27 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:32:57.781Z] #28 32.28 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:32:57.781Z] #28 32.30 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-05T09:32:57.781Z] #28 32.31 Setting up uidmap (1:4.8.1-1) ... [2022-05-05T09:32:57.781Z] #28 32.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:32:57.781Z] #28 32.34 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:32:57.781Z] #28 32.35 Setting up python3-wheel (0.34.2-1) ... [2022-05-05T09:32:57.794Z] #19 DONE 0.8s [2022-05-05T09:32:57.794Z] [2022-05-05T09:32:57.794Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-05T09:32:57.794Z] #20 sha256:69cc771ff27f176862cc9c8036281d2ed3d0187080716c7bd20450bfd778fe25 [2022-05-05T09:32:57.800Z] #53 78.48 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-05T09:32:57.800Z] #53 78.53 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-05T09:32:57.800Z] #53 78.58 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-05T09:32:57.800Z] #53 78.59 go: downloading golang.org/x/mod v0.5.1 [2022-05-05T09:32:57.952Z] #53 78.97 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-05T09:32:58.043Z] #28 32.70 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:58.043Z] #28 32.71 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:32:58.043Z] #28 32.73 Setting up libcap2-bin (1:2.44-1) ... [2022-05-05T09:32:58.043Z] #28 32.74 Setting up apparmor (2.13.6-10) ... [2022-05-05T09:32:58.060Z] #53 78.68 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-05T09:32:58.060Z] #53 78.79 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-05T09:32:58.060Z] #53 78.82 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-05T09:32:58.060Z] #53 78.82 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-05T09:32:58.060Z] #53 78.89 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-05T09:32:58.319Z] #53 78.94 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-05T09:32:58.516Z] #53 79.49 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-05T09:32:58.516Z] #53 79.55 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-05T09:32:58.580Z] #53 79.24 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-05T09:32:58.580Z] #53 79.33 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-05T09:32:58.580Z] #53 ... [2022-05-05T09:32:58.580Z] [2022-05-05T09:32:58.580Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-05T09:32:58.580Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-05T09:32:58.580Z] #40 78.42 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:32:58.580Z] #40 78.44 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:58.580Z] #40 78.45 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-05T09:32:58.580Z] #40 78.47 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:58.580Z] #40 78.57 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-05T09:32:58.580Z] #40 78.58 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-05T09:32:58.580Z] #40 78.60 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-05T09:32:58.580Z] #40 78.62 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-05T09:32:58.580Z] #40 78.64 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-05T09:32:58.580Z] #40 78.65 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-05T09:32:58.580Z] #40 78.67 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:32:58.580Z] #40 DONE 79.4s [2022-05-05T09:32:58.737Z] #20 DONE 0.7s [2022-05-05T09:32:58.737Z] [2022-05-05T09:32:58.737Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:32:58.737Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-05-05T09:32:58.773Z] #53 79.64 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-05T09:32:58.773Z] #53 79.71 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-05T09:32:58.773Z] #53 79.71 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-05T09:32:58.773Z] #53 79.80 go: downloading github.com/prometheus/common v0.10.0 [2022-05-05T09:32:58.840Z] [2022-05-05T09:32:58.840Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-05T09:32:58.840Z] #41 sha256:837ed0a8b35df06a0c1df5efc76bb5764a3b8080ed106c8cfb1d0d56e118f591 [2022-05-05T09:32:58.840Z] #41 DONE 0.3s [2022-05-05T09:32:58.840Z] [2022-05-05T09:32:58.840Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:32:58.840Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:32:58.840Z] #53 79.63 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-05T09:32:59.031Z] #53 79.80 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-05T09:32:59.101Z] #53 79.85 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-05T09:32:59.101Z] #53 79.90 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-05T09:32:59.101Z] #53 79.99 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-05T09:32:59.292Z] #53 80.18 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-05T09:32:59.292Z] #53 80.22 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-05T09:32:59.292Z] #53 80.25 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-05T09:32:59.292Z] #53 80.28 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-05T09:32:59.362Z] #53 80.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-05T09:32:59.362Z] #53 80.03 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-05T09:32:59.362Z] #53 80.05 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-05T09:32:59.431Z] #28 33.79 Setting up zip (3.0-12) ... [2022-05-05T09:32:59.431Z] #28 33.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:32:59.431Z] #28 33.83 Setting up bash-completion (1:2.11-2) ... [2022-05-05T09:32:56.700Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:32:56.744Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:32:59.550Z] #53 80.42 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-05T09:32:59.550Z] #53 80.50 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-05T09:32:59.623Z] #53 80.33 go: downloading github.com/prometheus/common v0.10.0 [2022-05-05T09:32:59.702Z] #21 0.948 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:32:59.702Z] #21 0.980 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:32:59.702Z] #21 1.204 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:32:59.882Z] #53 80.51 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-05T09:32:59.882Z] #53 80.58 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-05T09:32:59.882Z] #53 80.63 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-05T09:32:59.965Z] #21 ... [2022-05-05T09:32:59.965Z] [2022-05-05T09:32:59.965Z] #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-05T09:32:59.965Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-05T09:32:59.965Z] #34 DONE 103.3s [2022-05-05T09:32:59.965Z] [2022-05-05T09:32:59.965Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:32:59.965Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-05-05T09:32:59.965Z] #21 1.521 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-05T09:33:00.376Z] #28 34.90 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:33:00.376Z] #28 34.91 Setting up sudo (1.9.5p2-3) ... [2022-05-05T09:33:00.376Z] #28 34.96 invoke-rc.d: could not determine current runlevel [2022-05-05T09:33:00.376Z] #28 34.97 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-05T09:33:00.376Z] #28 34.98 Setting up xfsprogs (5.10.0-4) ... [2022-05-05T09:33:00.376Z] #28 34.99 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:33:00.376Z] #28 35.00 Setting up inetutils-ping (2:2.0-1) ... [2022-05-05T09:33:00.376Z] #28 35.02 Setting up pigz (2.6-1) ... [2022-05-05T09:33:00.376Z] #28 35.03 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:33:00.376Z] #28 35.04 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:33:00.376Z] #28 35.09 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:33:00.376Z] #28 35.11 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:00.414Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:33:00.414Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:33:00.637Z] #28 35.43 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:33:00.899Z] #28 35.44 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:33:00.899Z] #28 35.63 Setting up libelf1:amd64 (0.183-1) ... [2022-05-05T09:33:00.899Z] #28 35.65 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:33:00.899Z] #28 35.66 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:33:00.899Z] #28 35.67 Setting up python3-distutils (3.9.2-1) ... [2022-05-05T09:33:01.160Z] #28 35.95 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:01.161Z] #28 35.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-05T09:33:01.161Z] #28 35.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-05T09:33:01.161Z] #28 35.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-05T09:33:01.263Z] #53 81.89 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-05T09:33:01.422Z] #28 35.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-05T09:33:01.422Z] #28 35.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-05T09:33:01.422Z] #28 36.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-05T09:33:01.422Z] #28 36.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-05T09:33:01.422Z] #28 36.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-05T09:33:01.422Z] #28 36.04 Setting up python3-setuptools (52.0.0-4) ... [2022-05-05T09:33:01.941Z] #21 3.031 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-05T09:33:01.996Z] #28 36.69 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:33:01.996Z] #28 36.71 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:33:01.996Z] #28 36.72 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:33:01.996Z] #28 36.73 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:33:02.075Z] #53 82.56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-05T09:33:02.267Z] Commit message: "daemon: fix some minor nits" [2022-05-05T09:33:02.571Z] #28 37.19 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:33:02.571Z] #28 37.20 Setting up jq (1.6-2.1) ... [2022-05-05T09:33:02.571Z] #28 37.22 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:33:02.571Z] #28 37.23 Setting up iptables (1.8.7-1) ... [2022-05-05T09:33:02.571Z] #28 37.24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:33:02.571Z] #28 37.25 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:33:02.571Z] #28 37.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:33:02.571Z] #28 37.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:33:02.571Z] #28 37.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-05T09:33:02.571Z] #28 37.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-05T09:33:02.571Z] #28 37.27 Setting up iproute2 (5.10.0-4) ... [Pipeline] withEnv [Pipeline] { [2022-05-05T09:33:02.833Z] #28 37.46 Processing triggers for libc-bin (2.31-13+deb11u3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:33:02.884Z] #21 4.145 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-05T09:33:00.057Z] > git remote # timeout=10 [2022-05-05T09:33:00.130Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:33:00.178Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:33:00.180Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:33:00.324Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-05T09:33:00.447Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:33:00.506Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:33:03.174Z] #53 ... [2022-05-05T09:33:03.174Z] [2022-05-05T09:33:03.174Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:33:03.174Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:33:03.174Z] #51 82.77 gotestsum version dev [2022-05-05T09:33:03.174Z] #51 DONE 83.7s [2022-05-05T09:33:03.174Z] [2022-05-05T09:33:03.174Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:33:03.174Z] #42 sha256:fd23250fcfd53fc97ef17f942f38a925ede801d684b6651ceeccb42571eacc1d [2022-05-05T09:33:03.174Z] #42 0.767 + RM_GOPATH=0 [2022-05-05T09:33:03.174Z] #42 0.768 + TMP_GOPATH= [2022-05-05T09:33:03.174Z] #42 0.769 + : /build [2022-05-05T09:33:03.174Z] #42 0.769 + '[' -z '' ']' [2022-05-05T09:33:03.174Z] #42 0.770 ++ mktemp -d [2022-05-05T09:33:03.174Z] #42 0.784 + export GOPATH=/tmp/tmp.hXJ56LPbNY [2022-05-05T09:33:03.174Z] #42 0.785 + GOPATH=/tmp/tmp.hXJ56LPbNY [2022-05-05T09:33:03.174Z] #42 0.785 + RM_GOPATH=1 [2022-05-05T09:33:03.174Z] #42 0.785 + case "$(go env GOARCH)" in [2022-05-05T09:33:03.174Z] #42 0.785 ++ go env GOARCH [2022-05-05T09:33:03.174Z] #42 0.810 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:03.174Z] #42 0.810 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:03.174Z] #42 0.814 ++ dirname /install.sh [2022-05-05T09:33:03.174Z] #42 0.815 + dir=/ [2022-05-05T09:33:03.174Z] #42 0.815 + bin=tini [2022-05-05T09:33:03.174Z] #42 0.815 + shift [2022-05-05T09:33:03.174Z] #42 0.816 + '[' '!' -f //tini.installer ']' [2022-05-05T09:33:03.174Z] #42 0.816 + . //tini.installer [2022-05-05T09:33:03.174Z] #42 0.816 ++ : v0.19.0 [2022-05-05T09:33:03.174Z] #42 0.816 + install_tini [2022-05-05T09:33:03.174Z] #42 0.816 + echo 'Install tini version v0.19.0' [2022-05-05T09:33:03.174Z] #42 0.817 Install tini version v0.19.0 [2022-05-05T09:33:03.174Z] #42 0.817 + git clone https://github.com/krallin/tini.git /tmp/tmp.hXJ56LPbNY/tini [2022-05-05T09:33:03.174Z] #42 0.872 Cloning into '/tmp/tmp.hXJ56LPbNY/tini'... [2022-05-05T09:33:03.174Z] #42 1.509 + cd /tmp/tmp.hXJ56LPbNY/tini [2022-05-05T09:33:03.174Z] #42 1.509 + git checkout -q v0.19.0 [2022-05-05T09:33:03.174Z] #42 1.525 + cmake . [2022-05-05T09:33:03.174Z] #42 1.934 -- The C compiler identification is GNU 10.2.1 [2022-05-05T09:33:03.174Z] #42 2.000 -- Detecting C compiler ABI info [2022-05-05T09:33:03.174Z] #42 2.509 -- Detecting C compiler ABI info - done [2022-05-05T09:33:03.174Z] #42 2.664 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-05T09:33:03.174Z] #42 2.668 -- Detecting C compile features [2022-05-05T09:33:03.174Z] #42 2.673 -- Detecting C compile features - done [2022-05-05T09:33:03.174Z] #42 2.700 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-05T09:33:03.174Z] #42 2.980 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-05T09:33:03.174Z] #42 3.079 -- Configuring done [2022-05-05T09:33:03.174Z] #42 3.097 -- Generating done [2022-05-05T09:33:03.174Z] #42 3.111 -- Build files have been written to: /tmp/tmp.hXJ56LPbNY/tini [2022-05-05T09:33:03.174Z] #42 3.122 + make tini-static [2022-05-05T09:33:03.174Z] #42 3.350 Scanning dependencies of target tini-static [2022-05-05T09:33:03.174Z] #42 3.439 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-05T09:33:03.462Z] #62 ... [2022-05-05T09:33:03.462Z] [2022-05-05T09:33:03.462Z] #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-05T09:33:03.462Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:03.462Z] #14 84.54 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-05T09:33:03.462Z] #14 84.56 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:03.462Z] #14 84.56 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:03.723Z] #14 95.42 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-05T09:33:03.723Z] #14 95.43 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:03.723Z] #14 95.43 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:03.743Z] #42 4.561 [100%] Linking C executable tini-static [2022-05-05T09:33:03.778Z] #28 DONE 38.2s [2022-05-05T09:33:03.778Z] [2022-05-05T09:33:03.778Z] #29 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-05-05T09:33:03.778Z] #29 sha256:165906e5788afb7df11072977f25ba8d609f4265feac38733c1ef71ab02cce66 [2022-05-05T09:33:04.025Z] #53 ... [2022-05-05T09:33:04.025Z] [2022-05-05T09:33:04.025Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:33:04.025Z] #42 sha256:9fd7f32f7887ee0006bc28826222875d25efe55e439b40ec58cbffa80402424f [2022-05-05T09:33:04.025Z] #42 1.197 + RM_GOPATH=0 [2022-05-05T09:33:04.025Z] #42 1.198 + TMP_GOPATH= [2022-05-05T09:33:04.025Z] #42 1.199 + : /build [2022-05-05T09:33:04.025Z] #42 1.202 + '[' -z '' ']' [2022-05-05T09:33:04.025Z] #42 1.202 ++ mktemp -d [2022-05-05T09:33:04.025Z] #42 1.215 + export GOPATH=/tmp/tmp.5Nap2dAhGb [2022-05-05T09:33:04.025Z] #42 1.215 + GOPATH=/tmp/tmp.5Nap2dAhGb [2022-05-05T09:33:04.025Z] #42 1.216 + RM_GOPATH=1 [2022-05-05T09:33:04.025Z] #42 1.216 + case "$(go env GOARCH)" in [2022-05-05T09:33:04.025Z] #42 1.216 ++ go env GOARCH [2022-05-05T09:33:04.025Z] #42 1.224 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:04.025Z] #42 1.224 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:04.025Z] #42 1.226 ++ dirname /install.sh [2022-05-05T09:33:04.025Z] #42 1.230 + dir=/ [2022-05-05T09:33:04.025Z] #42 1.230 + bin=tini [2022-05-05T09:33:04.025Z] #42 1.230 + shift [2022-05-05T09:33:04.025Z] #42 1.231 + '[' '!' -f //tini.installer ']' [2022-05-05T09:33:04.025Z] #42 1.231 + . //tini.installer [2022-05-05T09:33:04.025Z] #42 1.232 ++ : v0.19.0 [2022-05-05T09:33:04.025Z] #42 1.232 + install_tini [2022-05-05T09:33:04.025Z] #42 1.233 + echo 'Install tini version v0.19.0' [2022-05-05T09:33:04.025Z] #42 1.233 Install tini version v0.19.0 [2022-05-05T09:33:04.025Z] #42 1.233 + git clone https://github.com/krallin/tini.git /tmp/tmp.5Nap2dAhGb/tini [2022-05-05T09:33:04.025Z] #42 1.243 Cloning into '/tmp/tmp.5Nap2dAhGb/tini'... [2022-05-05T09:33:04.025Z] #42 1.994 + cd /tmp/tmp.5Nap2dAhGb/tini [2022-05-05T09:33:04.025Z] #42 1.994 + git checkout -q v0.19.0 [2022-05-05T09:33:04.025Z] #42 2.055 + cmake . [2022-05-05T09:33:04.025Z] #42 3.006 -- The C compiler identification is GNU 10.2.1 [2022-05-05T09:33:04.025Z] #42 3.187 -- Detecting C compiler ABI info [2022-05-05T09:33:04.025Z] #42 4.100 -- Detecting C compiler ABI info - done [2022-05-05T09:33:04.025Z] #42 4.197 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-05T09:33:04.025Z] #42 4.210 -- Detecting C compile features [2022-05-05T09:33:04.025Z] #42 4.210 -- Detecting C compile features - done [2022-05-05T09:33:04.025Z] #42 4.244 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-05T09:33:04.025Z] #42 4.619 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-05T09:33:04.025Z] #42 4.706 -- Configuring done [2022-05-05T09:33:04.025Z] #42 4.729 -- Generating done [2022-05-05T09:33:04.025Z] #42 4.764 -- Build files have been written to: /tmp/tmp.5Nap2dAhGb/tini [2022-05-05T09:33:04.025Z] #42 4.790 + make tini-static [2022-05-05T09:33:04.025Z] #42 5.342 Scanning dependencies of target tini-static [2022-05-05T09:33:04.025Z] #42 5.454 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-05T09:33:04.025Z] #42 6.777 [100%] Linking C executable tini-static [2022-05-05T09:33:04.025Z] #42 ... [2022-05-05T09:33:04.025Z] [2022-05-05T09:33:04.025Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-05-05T09:33:04.025Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-05T09:33:04.025Z] #51 85.04 gotestsum version dev [2022-05-05T09:33:04.271Z] #21 5.691 Fetched 8399 kB in 5s (1672 kB/s) [2022-05-05T09:33:04.312Z] #42 5.298 [100%] Built target tini-static [2022-05-05T09:33:04.312Z] #42 5.398 + mkdir -p /build [2022-05-05T09:33:04.352Z] #29 0.784 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-05T09:33:04.352Z] #29 0.789 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-05T09:33:04.352Z] #29 0.795 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-05T09:33:04.352Z] #29 DONE 0.9s [2022-05-05T09:33:04.352Z] [2022-05-05T09:33:04.352Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-05T09:33:04.352Z] #30 sha256:07db4e3ef9d6fcff7dd8a6881744929a8d41d88423365f105aef4020eacab51f [2022-05-05T09:33:04.572Z] #42 5.435 + cp tini-static /build/docker-init [2022-05-05T09:33:04.592Z] #51 DONE 85.5s [2022-05-05T09:33:04.592Z] [2022-05-05T09:33:04.592Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-05T09:33:04.592Z] #42 sha256:9fd7f32f7887ee0006bc28826222875d25efe55e439b40ec58cbffa80402424f [2022-05-05T09:33:04.592Z] #42 7.252 [100%] Built target tini-static [2022-05-05T09:33:04.592Z] #42 7.333 + mkdir -p /build [2022-05-05T09:33:04.592Z] #42 7.336 + cp tini-static /build/docker-init [2022-05-05T09:33:04.592Z] #42 DONE 7.4s [2022-05-05T09:33:04.592Z] [2022-05-05T09:33:04.592Z] #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-05T09:33:04.592Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:04.592Z] #14 81.82 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-05T09:33:04.592Z] #14 81.83 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:04.592Z] #14 81.83 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:33:04.592Z] #14 82.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-05T09:33:04.592Z] #14 82.14 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:04.592Z] #14 82.15 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:04.832Z] #42 DONE 5.9s [2022-05-05T09:33:04.832Z] [2022-05-05T09:33:04.832Z] #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-05T09:33:04.832Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:04.832Z] #14 81.16 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-05T09:33:04.832Z] #14 81.18 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:04.832Z] #14 81.19 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:33:04.832Z] #14 81.32 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-05T09:33:04.832Z] #14 81.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:04.832Z] #14 81.34 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:05.644Z] + docker version [2022-05-05T09:33:06.185Z] #21 5.691 Reading package lists... [2022-05-05T09:33:08.097Z] #21 7.608 Reading package lists... [2022-05-05T09:33:08.123Z] #14 88.57 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-05T09:33:08.123Z] #14 88.57 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:08.123Z] #14 88.59 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:08.357Z] #21 9.358 Building dependency tree... [2022-05-05T09:33:09.015Z] #14 100.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-05T09:33:09.015Z] #14 100.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-05T09:33:09.015Z] #14 100.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:33:09.015Z] #14 100.2 Selecting previously unselected package libapparmor1:amd64. [2022-05-05T09:33:09.015Z] #14 100.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-05T09:33:09.015Z] #14 100.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:33:09.015Z] #14 100.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-05T09:33:09.015Z] #14 100.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-05T09:33:09.015Z] #14 100.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:33:09.015Z] #14 100.5 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:33:09.015Z] #14 100.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:33:09.015Z] #14 100.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:33:09.015Z] #14 100.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:33:09.015Z] #14 100.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:33:09.015Z] #14 100.6 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:33:09.015Z] #14 100.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-05T09:33:09.015Z] #14 100.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:33:09.015Z] #14 100.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:09.015Z] #14 100.9 Selecting previously unselected package libudev-dev:amd64. [2022-05-05T09:33:09.015Z] #14 100.9 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-05T09:33:09.015Z] #14 100.9 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:33:09.015Z] #14 101.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-05T09:33:09.277Z] #14 101.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-05T09:33:09.277Z] #14 101.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:33:09.277Z] #14 101.2 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-05T09:33:09.277Z] #14 101.2 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-05T09:33:09.299Z] #21 10.61 The following additional packages will be installed: [2022-05-05T09:33:09.299Z] #21 10.62 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:33:09.299Z] #21 10.62 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-05T09:33:09.299Z] #21 10.62 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-05T09:33:09.299Z] #21 10.62 python3-pkg-resources vim-runtime xxd [2022-05-05T09:33:09.299Z] #21 10.63 Suggested packages: [2022-05-05T09:33:09.299Z] #21 10.63 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-05T09:33:09.299Z] #21 10.63 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-05T09:33:09.299Z] #21 10.63 acl attr quota [2022-05-05T09:33:09.299Z] #21 10.63 Recommended packages: [2022-05-05T09:33:09.299Z] #21 10.63 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-05T09:33:09.299Z] #21 ... [2022-05-05T09:33:09.299Z] [2022-05-05T09:33:09.299Z] #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-05T09:33:09.299Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:33:09.299Z] #26 102.6 + mkdir -p /tmp/tmp.vzSOX2iGqh/src/github.com/docker [2022-05-05T09:33:09.299Z] #26 102.6 + mv components/cli /tmp/tmp.vzSOX2iGqh/src/github.com/docker/cli [2022-05-05T09:33:09.299Z] #26 102.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-05-05T09:33:09.538Z] #14 101.2 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:33:09.538Z] #14 101.4 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-05T09:33:09.538Z] #14 101.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-05T09:33:09.538Z] #14 101.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:33:09.560Z] #26 ... [2022-05-05T09:33:09.560Z] [2022-05-05T09:33:09.560Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:09.560Z] #58 sha256:6a9b037320e15e9bbbf9a993570833ac718d958805fd2ec8466ea3529290993e [2022-05-05T09:33:09.560Z] #58 8.654 + cd /tmp/tmp.hvEfAPqpiA/src/github.com/opencontainers/runc [2022-05-05T09:33:09.560Z] #58 8.654 + git checkout -q v1.1.1 [2022-05-05T09:33:09.560Z] #58 8.880 + '[' -z '' ']' [2022-05-05T09:33:09.560Z] #58 8.881 + target=static [2022-05-05T09:33:09.560Z] #58 8.881 + make BUILDTAGS=seccomp static [2022-05-05T09:33:09.560Z] #58 9.206 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-05-05T09:33:09.799Z] #14 101.5 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-05T09:33:09.799Z] #14 101.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-05T09:33:09.799Z] #14 101.5 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:33:09.799Z] #14 101.6 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-05T09:33:09.799Z] #14 101.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-05T09:33:09.799Z] #14 101.6 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:33:09.799Z] #14 ... [2022-05-05T09:33:09.799Z] [2022-05-05T09:33:09.799Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:33:09.799Z] #65 sha256:0df67eb7decf8ab45e1c2204f2ef2d63f669b16ea9942735cddd4b253a4c2bc7 [2022-05-05T09:33:09.799Z] #65 101.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:33:09.799Z] #65 101.2 + GOBIN=/build [2022-05-05T09:33:09.799Z] #65 101.2 + GO111MODULE=on [2022-05-05T09:33:09.799Z] #65 101.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:33:09.821Z] #58 ... [2022-05-05T09:33:09.821Z] [2022-05-05T09:33:09.821Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:33:09.821Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-05-05T09:33:09.821Z] #21 11.45 The following NEW packages will be installed: [2022-05-05T09:33:09.849Z] #14 90.23 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-05T09:33:09.849Z] #14 90.23 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:09.849Z] #14 90.24 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:10.082Z] #21 11.45 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-05T09:33:10.082Z] #21 11.46 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:33:10.082Z] #21 11.46 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-05T09:33:10.082Z] #21 11.46 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-05T09:33:10.082Z] #21 11.46 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-05T09:33:10.082Z] #21 11.46 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-05T09:33:10.082Z] #21 11.46 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-05T09:33:10.082Z] #21 11.46 xz-utils zip zstd [2022-05-05T09:33:10.349Z] #21 11.77 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:33:10.349Z] #21 11.77 Need to get 27.0 MB of archives. [2022-05-05T09:33:10.349Z] #21 11.77 After this operation, 105 MB of additional disk space will be used. [2022-05-05T09:33:10.349Z] #21 11.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-05-05T09:33:10.349Z] #21 11.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-05-05T09:33:10.349Z] #21 11.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-05-05T09:33:10.349Z] #21 11.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-05-05T09:33:10.349Z] #21 11.78 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-05-05T09:33:10.349Z] #21 11.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-05-05T09:33:10.349Z] #21 11.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-05-05T09:33:10.349Z] #21 11.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-05-05T09:33:10.349Z] #21 11.80 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:33:10.349Z] #21 11.80 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-05T09:33:10.349Z] #21 11.80 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-05-05T09:33:10.349Z] #21 11.81 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-05-05T09:33:10.349Z] #21 11.82 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-05T09:33:10.349Z] #21 11.82 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-05-05T09:33:10.349Z] #21 11.84 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-05-05T09:33:10.349Z] #21 11.84 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-05-05T09:33:10.349Z] #21 11.85 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-05-05T09:33:10.349Z] #21 11.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-05-05T09:33:10.349Z] #21 11.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-05-05T09:33:10.349Z] #21 11.85 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-05-05T09:33:10.349Z] #21 11.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-05-05T09:33:10.349Z] #21 11.86 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-05T09:33:10.349Z] #21 11.87 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-05T09:33:10.349Z] #21 11.88 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-05T09:33:10.349Z] #21 11.88 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-05-05T09:33:10.349Z] #21 11.88 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-05-05T09:33:10.349Z] #21 11.89 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-05T09:33:10.614Z] #21 12.05 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-05-05T09:33:10.614Z] #21 12.05 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-05T09:33:10.614Z] #21 12.06 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-05T09:33:10.614Z] #21 12.06 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-05T09:33:10.614Z] #21 12.06 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-05-05T09:33:10.614Z] #21 12.07 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-05-05T09:33:10.614Z] #21 12.07 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-05T09:33:10.614Z] #21 12.12 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-05T09:33:10.614Z] #21 12.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-05T09:33:10.614Z] #21 12.13 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:33:10.614Z] #21 12.13 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-05T09:33:10.614Z] #21 12.13 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-05T09:33:10.614Z] #21 12.14 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-05T09:33:10.614Z] #21 12.15 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-05-05T09:33:10.614Z] #21 12.17 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-05-05T09:33:10.614Z] #21 12.18 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-05-05T09:33:10.614Z] #21 12.19 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-05T09:33:10.875Z] #21 12.30 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-05-05T09:33:10.875Z] #21 12.32 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-05-05T09:33:10.875Z] #21 12.33 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-05-05T09:33:10.875Z] #21 12.33 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-05-05T09:33:11.449Z] #21 12.78 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:33:11.449Z] #21 12.91 Fetched 27.0 MB in 1s (31.1 MB/s) [2022-05-05T09:33:11.449Z] #21 12.97 Selecting previously unselected package pigz. [2022-05-05T09:33:11.710Z] #21 12.97 (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-05T09:33:11.710Z] #21 13.01 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-05-05T09:33:11.710Z] #21 13.01 Unpacking pigz (2.6-1) ... [2022-05-05T09:33:11.710Z] #21 13.11 Selecting previously unselected package libelf1:arm64. [2022-05-05T09:33:11.710Z] #21 13.12 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-05-05T09:33:11.710Z] #21 13.14 Unpacking libelf1:arm64 (0.183-1) ... [2022-05-05T09:33:11.972Z] #21 13.28 Selecting previously unselected package libbpf0:arm64. [2022-05-05T09:33:11.972Z] #21 13.28 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-05-05T09:33:11.972Z] #21 13.28 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-05-05T09:33:11.972Z] #21 13.39 Selecting previously unselected package libcap2:arm64. [2022-05-05T09:33:11.972Z] #21 13.40 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-05-05T09:33:11.972Z] #21 13.41 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-05-05T09:33:11.972Z] #21 13.48 Selecting previously unselected package libmnl0:arm64. [2022-05-05T09:33:11.972Z] #21 13.48 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-05-05T09:33:11.972Z] #21 13.49 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-05-05T09:33:12.234Z] #21 13.55 Selecting previously unselected package libxtables12:arm64. [2022-05-05T09:33:12.234Z] #21 13.55 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-05-05T09:33:12.234Z] #21 13.56 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-05-05T09:33:12.234Z] #21 13.62 Selecting previously unselected package libcap2-bin. [2022-05-05T09:33:12.234Z] #21 13.62 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-05-05T09:33:12.234Z] #21 13.63 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-05T09:33:12.234Z] #21 13.71 Selecting previously unselected package iproute2. [2022-05-05T09:33:12.234Z] #21 13.71 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-05-05T09:33:12.234Z] #21 13.72 Unpacking iproute2 (5.10.0-4) ... [2022-05-05T09:33:12.514Z] #30 7.124 Collecting yamllint==1.26.1 [2022-05-05T09:33:12.514Z] #30 8.169 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-05T09:33:12.806Z] #21 14.16 Selecting previously unselected package xxd. [2022-05-05T09:33:12.806Z] #21 14.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-05T09:33:12.806Z] #21 14.18 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:12.806Z] #21 14.28 Selecting previously unselected package vim-common. [2022-05-05T09:33:12.806Z] #21 14.28 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:33:12.806Z] #21 14.29 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:13.067Z] #21 14.45 Selecting previously unselected package bash-completion. [2022-05-05T09:33:13.067Z] #21 14.45 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-05T09:33:13.087Z] #30 8.673 Collecting pathspec>=0.5.3 [2022-05-05T09:33:13.087Z] #30 8.684 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-05T09:33:13.348Z] #30 8.846 Collecting pyyaml [2022-05-05T09:33:13.348Z] #30 8.855 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-05T09:33:13.348Z] #30 8.891 Building wheels for collected packages: yamllint [2022-05-05T09:33:13.348Z] #30 8.892 Building wheel for yamllint (setup.py): started [2022-05-05T09:33:13.922Z] #30 9.351 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-05T09:33:13.922Z] #30 9.352 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f05eca3c7e8f1f0dcad0f00123ae44bb209795b06e82ec4a4ebc8c82e7c2d9e8 [2022-05-05T09:33:13.922Z] #30 9.353 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-05T09:33:13.922Z] #30 9.356 Successfully built yamllint [2022-05-05T09:33:13.922Z] #30 9.365 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-05T09:33:13.922Z] #30 9.555 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-05T09:33:14.005Z] #65 ... [2022-05-05T09:33:14.005Z] [2022-05-05T09:33:14.005Z] #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-05T09:33:14.005Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:14.005Z] #14 101.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-05T09:33:14.005Z] #14 101.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-05T09:33:14.005Z] #14 101.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:33:14.005Z] #14 102.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-05T09:33:14.005Z] #14 102.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:33:14.005Z] #14 102.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:14.005Z] #14 102.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-05T09:33:14.005Z] #14 102.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-05T09:33:14.005Z] #14 102.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:33:14.005Z] #14 102.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-05T09:33:14.005Z] #14 102.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-05T09:33:14.005Z] #14 102.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:33:14.005Z] #14 102.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:33:14.005Z] #14 102.9 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:33:14.005Z] #14 103.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:33:14.005Z] #14 103.1 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:33:14.005Z] #14 103.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-05T09:33:14.005Z] #14 103.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.1 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-05T09:33:14.005Z] #14 103.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:33:14.005Z] #14 103.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-05-05T09:33:14.005Z] #14 103.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:33:14.005Z] #14 103.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:14.005Z] #14 103.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:33:14.005Z] #14 103.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:14.005Z] #14 103.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:14.005Z] #14 103.2 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:33:14.005Z] #14 DONE 105.4s [2022-05-05T09:33:14.005Z] [2022-05-05T09:33:14.005Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-05T09:33:14.005Z] #57 sha256:270c8e83982c5aead0454bb09db0b408bef3853ee7c8623305abbd1128369db4 [2022-05-05T09:33:14.005Z] #57 DONE 0.3s [2022-05-05T09:33:14.005Z] [2022-05-05T09:33:14.005Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:33:14.005Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-05T09:33:14.184Z] #30 DONE 9.8s [2022-05-05T09:33:14.184Z] [2022-05-05T09:33:14.184Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:14.184Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:33:14.184Z] #69 ... [2022-05-05T09:33:14.184Z] [2022-05-05T09:33:14.184Z] #34 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-05T09:33:14.184Z] #34 sha256:64c5a5f38106c3717b945ac0df4ae41059f2442320660f564f3c7d93a00ffc49 [2022-05-05T09:33:14.213Z] Client: [2022-05-05T09:33:14.213Z] Version: 20.10.9 [2022-05-05T09:33:14.213Z] API version: 1.41 [2022-05-05T09:33:14.213Z] Go version: go1.16.8 [2022-05-05T09:33:14.213Z] Git commit: c2ea9bc [2022-05-05T09:33:14.213Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-05T09:33:14.213Z] OS/Arch: windows/amd64 [2022-05-05T09:33:14.213Z] Context: default [2022-05-05T09:33:14.213Z] Experimental: true [2022-05-05T09:33:14.213Z] [2022-05-05T09:33:14.213Z] Server: Docker Engine - Community [2022-05-05T09:33:14.213Z] Engine: [2022-05-05T09:33:14.213Z] Version: 20.10.9 [2022-05-05T09:33:14.213Z] API version: 1.41 (minimum version 1.24) [2022-05-05T09:33:14.213Z] Go version: go1.16.8 [2022-05-05T09:33:14.213Z] Git commit: 79ea9d3 [2022-05-05T09:33:14.213Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-05T09:33:14.213Z] OS/Arch: windows/amd64 [2022-05-05T09:33:14.213Z] Experimental: true [2022-05-05T09:33:14.445Z] #34 DONE 0.2s [2022-05-05T09:33:14.445Z] [2022-05-05T09:33:14.445Z] #39 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-05T09:33:14.445Z] #39 sha256:dab0bba6fa39d80db234700832f7b6f7503262ac8c6d2290e64f1415c81e57ac [2022-05-05T09:33:14.710Z] #39 DONE 0.3s [2022-05-05T09:33:14.710Z] [2022-05-05T09:33:14.710Z] #42 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-05T09:33:14.710Z] #42 sha256:88928a2ba3114db9fdffe8a1675356ffcd891dbef9c15e0d2d660b4b01419952 [Pipeline] sh [2022-05-05T09:33:14.977Z] #42 DONE 0.2s [2022-05-05T09:33:14.977Z] [2022-05-05T09:33:14.977Z] #44 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-05T09:33:14.977Z] #44 sha256:09b3f9fca2f3e8bac14f175a6e8ce0a10c925a6fe25002c1d6896a9655795470 [2022-05-05T09:33:14.977Z] #44 DONE 0.1s [2022-05-05T09:33:14.977Z] [2022-05-05T09:33:14.977Z] #46 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-05T09:33:14.977Z] #46 sha256:dbc9454dbfaeb91a89a22f2e1be5b4fc0ab07b3eadef159c175324504cbfa8de [2022-05-05T09:33:14.977Z] #46 DONE 0.1s [2022-05-05T09:33:14.977Z] [2022-05-05T09:33:14.977Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:14.977Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:33:14.980Z] #21 16.31 Unpacking bash-completion (1:2.11-2) ... [2022-05-05T09:33:15.241Z] #21 16.63 Selecting previously unselected package bzip2. [2022-05-05T09:33:15.241Z] #21 16.63 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-05-05T09:33:15.241Z] #21 16.64 Unpacking bzip2 (1.0.8-4) ... [2022-05-05T09:33:15.241Z] #21 16.72 Selecting previously unselected package xz-utils. [2022-05-05T09:33:15.241Z] #21 16.73 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-05-05T09:33:15.241Z] #21 16.73 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:33:15.243Z] #69 ... [2022-05-05T09:33:15.243Z] [2022-05-05T09:33:15.243Z] #50 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-05T09:33:15.243Z] #50 sha256:cd69befef7eb6564fbab419dd2376953a0cc5051c7384ce7a3f60b21d45749bc [2022-05-05T09:33:15.243Z] #50 DONE 0.1s [2022-05-05T09:33:15.243Z] [2022-05-05T09:33:15.243Z] #53 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-05T09:33:15.243Z] #53 sha256:6dd0af0f5aa4c994c333d89f7c4e029a30e964dc6334e5f9d4b325274541f374 [2022-05-05T09:33:15.502Z] #21 16.90 Selecting previously unselected package apparmor. [2022-05-05T09:33:15.503Z] #21 16.91 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-05-05T09:33:15.503Z] #21 16.96 Unpacking apparmor (2.13.6-10) ... [2022-05-05T09:33:15.504Z] #53 DONE 0.3s [2022-05-05T09:33:15.504Z] [2022-05-05T09:33:15.504Z] #57 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-05T09:33:15.504Z] #57 sha256:b146021908d8045af1e2b4a6648bfbbbce26bc8ba1bd690ad989772dd890266a [2022-05-05T09:33:15.504Z] #57 DONE 0.1s [2022-05-05T09:33:15.504Z] [2022-05-05T09:33:15.504Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:15.504Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:33:15.504Z] #69 ... [2022-05-05T09:33:15.504Z] [2022-05-05T09:33:15.504Z] #59 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-05T09:33:15.504Z] #59 sha256:e7465f31bd0e1f90f499df05bc170da04688b8640764cc956d0842cffd827cca [2022-05-05T09:33:15.504Z] #59 DONE 0.1s [2022-05-05T09:33:15.623Z] Commit message: "daemon: fix some minor nits" [2022-05-05T09:33:15.740Z] + docker info [2022-05-05T09:33:15.740Z] Client: [2022-05-05T09:33:15.740Z] Context: default [2022-05-05T09:33:15.740Z] Debug Mode: false [2022-05-05T09:33:15.740Z] [2022-05-05T09:33:15.740Z] Server: [2022-05-05T09:33:15.740Z] Containers: 0 [2022-05-05T09:33:15.740Z] Running: 0 [2022-05-05T09:33:15.740Z] Paused: 0 [2022-05-05T09:33:15.740Z] Stopped: 0 [2022-05-05T09:33:15.740Z] Images: 0 [2022-05-05T09:33:15.740Z] Server Version: 20.10.9 [2022-05-05T09:33:15.740Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-05T09:33:15.740Z] Windows: [2022-05-05T09:33:15.740Z] LCOW: [2022-05-05T09:33:15.740Z] Logging Driver: json-file [2022-05-05T09:33:15.740Z] Plugins: [2022-05-05T09:33:15.740Z] Volume: local [2022-05-05T09:33:15.740Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:33:15.740Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:33:15.740Z] Swarm: inactive [2022-05-05T09:33:15.740Z] Default Isolation: process [2022-05-05T09:33:15.740Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T09:33:15.740Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-05T09:33:15.740Z] OSType: windows [2022-05-05T09:33:15.740Z] Architecture: x86_64 [2022-05-05T09:33:15.740Z] CPUs: 4 [2022-05-05T09:33:15.740Z] Total Memory: 32GiB [2022-05-05T09:33:15.740Z] Name: azwin-2-a04500 [2022-05-05T09:33:15.740Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-05T09:33:15.740Z] Docker Root Dir: D:\docker [2022-05-05T09:33:15.740Z] Debug Mode: false [2022-05-05T09:33:15.740Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:33:15.740Z] Labels: [2022-05-05T09:33:15.740Z] Experimental: true [2022-05-05T09:33:15.740Z] Insecure Registries: [2022-05-05T09:33:15.740Z] 10.0.0.4:5000 [2022-05-05T09:33:15.740Z] 127.0.0.0/8 [2022-05-05T09:33:15.740Z] Registry Mirrors: [2022-05-05T09:33:15.740Z] http://10.0.0.4:5000/ [2022-05-05T09:33:15.740Z] Live Restore Enabled: false [2022-05-05T09:33:15.740Z] Product License: Community Engine [2022-05-05T09:33:15.740Z] [2022-05-05T09:33:15.767Z] #21 17.34 Selecting previously unselected package inetutils-ping. [2022-05-05T09:33:15.773Z] [2022-05-05T09:33:15.773Z] #61 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-05T09:33:15.773Z] #61 sha256:4c507c6c5b2fa7518792c4621c19cb10d660a7c3acea7d8b549dab915d1b40e9 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-05-05T09:33:15.920Z] #15 ... [2022-05-05T09:33:15.920Z] [2022-05-05T09:33:15.920Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:33:15.920Z] #65 sha256:0df67eb7decf8ab45e1c2204f2ef2d63f669b16ea9942735cddd4b253a4c2bc7 [2022-05-05T09:33:15.920Z] #65 106.5 rootlesskit version 1.0.0 [2022-05-05T09:33:15.920Z] #65 106.5 Usage of /build/rootlesskit-docker-proxy: [2022-05-05T09:33:15.920Z] #65 106.5 -container-ip string [2022-05-05T09:33:15.920Z] #65 106.5 container ip [2022-05-05T09:33:15.920Z] #65 106.5 -container-port int [2022-05-05T09:33:15.920Z] #65 106.5 container port (default -1) [2022-05-05T09:33:15.920Z] #65 106.5 -host-ip string [2022-05-05T09:33:15.920Z] #65 106.5 host ip [2022-05-05T09:33:15.920Z] #65 106.5 -host-port int [2022-05-05T09:33:15.920Z] #65 106.5 host port (default -1) [2022-05-05T09:33:15.920Z] #65 106.5 -proto string [2022-05-05T09:33:15.920Z] #65 106.5 proxy protocol (default "tcp") [2022-05-05T09:33:15.920Z] #65 DONE 106.9s [2022-05-05T09:33:15.920Z] [2022-05-05T09:33:15.920Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-05T09:33:15.920Z] #66 sha256:3cfcc96d99ce9201e7eff65167dd1be4ae40c12a7353ee6bb394e9d761bfb8b4 [2022-05-05T09:33:15.920Z] #66 DONE 0.2s [2022-05-05T09:33:15.920Z] [2022-05-05T09:33:15.920Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:15.920Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [2022-05-05T09:33:15.920Z] #58 ... [2022-05-05T09:33:15.920Z] [2022-05-05T09:33:15.920Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-05T09:33:15.920Z] #67 sha256:488dbab6aa56e75c5473cdf161a96c2d099fb0a4fb515d48d4e6563ae51c6548 [2022-05-05T09:33:15.920Z] #67 DONE 0.1s [Pipeline] powershell [2022-05-05T09:33:16.028Z] #21 17.35 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-05-05T09:33:16.028Z] #21 17.35 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-05T09:33:16.028Z] #21 17.46 Selecting previously unselected package libip4tc2:arm64. [2022-05-05T09:33:16.028Z] #21 17.46 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-05-05T09:33:16.028Z] #21 17.47 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-05-05T09:33:16.028Z] #21 17.53 Selecting previously unselected package libip6tc2:arm64. [2022-05-05T09:33:16.028Z] #21 17.53 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-05-05T09:33:16.028Z] #21 17.54 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-05-05T09:33:16.028Z] #21 17.60 Selecting previously unselected package libnfnetlink0:arm64. [2022-05-05T09:33:16.034Z] #61 DONE 0.3s [2022-05-05T09:33:16.034Z] [2022-05-05T09:33:16.034Z] #63 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-05T09:33:16.034Z] #63 sha256:330a42cce7d89afa8733fadca45f0834d94a182892bdb270220f450264cd65fd [2022-05-05T09:33:16.034Z] #63 DONE 0.1s [2022-05-05T09:33:16.034Z] [2022-05-05T09:33:16.034Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:16.034Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [2022-05-05T09:33:16.034Z] #69 ... [2022-05-05T09:33:16.034Z] [2022-05-05T09:33:16.034Z] #66 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-05T09:33:16.034Z] #66 sha256:fe7833280db2f743b37a3ee6e4f29da4c3824306251c83fe7fd8dbe49e0b6e49 [2022-05-05T09:33:16.034Z] #66 DONE 0.1s [2022-05-05T09:33:16.182Z] [2022-05-05T09:33:16.182Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:33:16.182Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:33:16.289Z] #21 17.61 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-05-05T09:33:16.289Z] #21 17.61 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-05T09:33:16.289Z] #21 17.67 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-05-05T09:33:16.289Z] #21 17.67 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-05-05T09:33:16.289Z] #21 17.67 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-05T09:33:16.289Z] #21 17.73 Selecting previously unselected package libnftnl11:arm64. [2022-05-05T09:33:16.289Z] #21 17.74 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-05-05T09:33:16.289Z] #21 17.74 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-05-05T09:33:16.289Z] #21 17.83 Selecting previously unselected package iptables. [2022-05-05T09:33:16.289Z] #21 17.83 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-05-05T09:33:16.289Z] #21 17.83 Unpacking iptables (1.8.7-1) ... [2022-05-05T09:33:16.295Z] [2022-05-05T09:33:16.295Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:16.295Z] #69 sha256:148fd2832f14eafe41c67ae9dd329bbec8107f8b47fac5566d8e2fe4fd12f049 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:33:16.551Z] #21 18.04 Selecting previously unselected package libonig5:arm64. [2022-05-05T09:33:16.551Z] #21 18.04 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-05T09:33:16.551Z] #21 18.07 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-05T09:33:16.760Z] #45 ... [2022-05-05T09:33:16.760Z] [2022-05-05T09:33:16.760Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:16.760Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [2022-05-05T09:33:16.760Z] #58 2.754 + RM_GOPATH=0 [2022-05-05T09:33:16.760Z] #58 2.754 + TMP_GOPATH= [2022-05-05T09:33:16.760Z] #58 2.754 + : /build [2022-05-05T09:33:16.760Z] #58 2.754 + '[' -z '' ']' [2022-05-05T09:33:16.760Z] #58 2.754 ++ mktemp -d [2022-05-05T09:33:16.760Z] #58 2.754 + export GOPATH=/tmp/tmp.Kj7JkoDta7 [2022-05-05T09:33:16.760Z] #58 2.754 + GOPATH=/tmp/tmp.Kj7JkoDta7 [2022-05-05T09:33:16.760Z] #58 2.754 + RM_GOPATH=1 [2022-05-05T09:33:16.760Z] #58 2.754 + case "$(go env GOARCH)" in [2022-05-05T09:33:16.760Z] #58 2.754 ++ go env GOARCH [2022-05-05T09:33:16.760Z] #58 2.768 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:16.760Z] #58 2.768 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:16.760Z] #58 2.769 ++ dirname /install.sh [2022-05-05T09:33:16.760Z] #58 2.779 + dir=/ [2022-05-05T09:33:16.760Z] #58 2.779 + bin=runc [2022-05-05T09:33:16.760Z] #58 2.779 + shift [2022-05-05T09:33:16.760Z] #58 2.779 + '[' '!' -f //runc.installer ']' [2022-05-05T09:33:16.760Z] #58 2.779 + . //runc.installer [2022-05-05T09:33:16.760Z] #58 2.779 ++ set -e [2022-05-05T09:33:16.760Z] #58 2.779 ++ : v1.1.1 [2022-05-05T09:33:16.760Z] #58 2.779 + install_runc [2022-05-05T09:33:16.760Z] #58 2.779 + RUNC_BUILDTAGS=seccomp [2022-05-05T09:33:16.760Z] #58 2.779 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-05T09:33:16.760Z] #58 2.779 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Kj7JkoDta7/src/github.com/opencontainers/runc [2022-05-05T09:33:16.760Z] #58 2.779 Cloning into '/tmp/tmp.Kj7JkoDta7/src/github.com/opencontainers/runc'... [2022-05-05T09:33:16.760Z] #58 2.780 Install runc version v1.1.1 (build tags: seccomp) [2022-05-05T09:33:16.812Z] #21 18.20 Selecting previously unselected package libjq1:arm64. [2022-05-05T09:33:16.812Z] #21 18.20 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-05-05T09:33:16.812Z] #21 18.21 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-05T09:33:16.812Z] #21 18.32 Selecting previously unselected package jq. [2022-05-05T09:33:16.812Z] #21 18.35 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-05-05T09:33:16.812Z] #21 18.35 Unpacking jq (1.6-2.1) ... [2022-05-05T09:33:17.020Z] #58 ... [2022-05-05T09:33:17.021Z] [2022-05-05T09:33:17.021Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:33:17.021Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-05T09:33:17.021Z] #15 DONE 3.3s [2022-05-05T09:33:17.021Z] [2022-05-05T09:33:17.021Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-05T09:33:17.021Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-05-05T09:33:17.074Z] #21 18.46 Selecting previously unselected package libaio1:arm64. [2022-05-05T09:33:17.074Z] #21 18.46 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-05-05T09:33:17.074Z] #21 18.47 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-05-05T09:33:17.074Z] #21 18.53 Selecting previously unselected package libgpm2:arm64. [2022-05-05T09:33:17.074Z] #21 18.54 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-05-05T09:33:17.074Z] #21 18.54 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-05-05T09:33:17.074Z] #21 18.62 Selecting previously unselected package libicu67:arm64. [2022-05-05T09:33:17.074Z] #21 18.62 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-05-05T09:33:17.074Z] #21 18.63 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-05T09:33:19.488Z] + docker version [2022-05-05T09:33:19.807Z] #14 100.6 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-05T09:33:19.807Z] #14 100.6 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:19.807Z] #14 100.6 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:20.321Z] #16 DONE 3.0s [2022-05-05T09:33:20.321Z] [2022-05-05T09:33:20.321Z] #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-05T09:33:20.321Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:33:20.321Z] #34 ... [2022-05-05T09:33:20.321Z] [2022-05-05T09:33:20.321Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-05T09:33:20.321Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-05-05T09:33:20.338Z] #14 99.07 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-05T09:33:20.338Z] #14 99.08 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:20.338Z] #14 99.08 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:20.338Z] #14 ... [2022-05-05T09:33:20.338Z] [2022-05-05T09:33:20.338Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:20.338Z] #62 sha256:6a7ee97e00ad0b449f98d8611510f34944896eb09ac487dd8303ea676d6df835 [2022-05-05T09:33:20.338Z] #62 45.97 Updating files: 66% (3171/4738) Updating files: 67% (3175/4738) Updating files: 68% (3222/4738) Updating files: 69% (3270/4738) Updating files: 70% (3317/4738) Updating files: 71% (3364/4738) Updating files: 72% (3412/4738) Updating files: 73% (3459/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-05T09:33:20.338Z] #62 46.72 + cd /tmp/tmp.vRVUaU8RdY/src/github.com/containerd/containerd [2022-05-05T09:33:20.338Z] #62 46.72 + git checkout -q v1.6.4 [2022-05-05T09:33:20.338Z] #62 47.48 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-05T09:33:20.338Z] #62 47.48 + BUILDTAGS='netgo osusergo static_build' [2022-05-05T09:33:20.338Z] #62 47.48 + export EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:33:20.338Z] #62 47.48 + EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:33:20.338Z] #62 47.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-05T09:33:20.338Z] #62 47.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-05T09:33:20.338Z] #62 47.48 + '[' '' = dynamic ']' [2022-05-05T09:33:20.338Z] #62 47.48 + make [2022-05-05T09:33:20.371Z] #14 ... [2022-05-05T09:33:20.371Z] [2022-05-05T09:33:20.371Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:33:20.371Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:33:20.377Z] #21 21.28 Selecting previously unselected package libinih1:arm64. [2022-05-05T09:33:20.377Z] #21 21.28 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-05-05T09:33:20.377Z] #21 21.30 Unpacking libinih1:arm64 (53-1+b2) ... [2022-05-05T09:33:20.377Z] #21 21.37 Selecting previously unselected package libnet1:arm64. [2022-05-05T09:33:20.377Z] #21 21.37 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-05T09:33:20.377Z] #21 21.37 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:33:20.377Z] #21 21.47 Selecting previously unselected package libnl-3-200:arm64. [2022-05-05T09:33:20.377Z] #21 21.47 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-05T09:33:20.377Z] #21 21.48 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-05T09:33:20.377Z] #21 21.56 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-05T09:33:20.377Z] #21 21.59 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-05T09:33:20.377Z] #21 21.60 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-05T09:33:20.377Z] #21 21.66 Selecting previously unselected package net-tools. [2022-05-05T09:33:20.377Z] #21 21.67 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-05-05T09:33:20.377Z] #21 21.68 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:33:20.377Z] #21 21.84 Selecting previously unselected package patch. [2022-05-05T09:33:20.377Z] #21 21.86 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-05-05T09:33:20.377Z] #21 21.86 Unpacking patch (2.7.6-7) ... [2022-05-05T09:33:20.377Z] #21 21.93 Selecting previously unselected package python-pip-whl. [2022-05-05T09:33:20.377Z] #21 21.94 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:33:20.377Z] #21 21.95 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:33:20.949Z] #21 22.37 Selecting previously unselected package python3-lib2to3. [2022-05-05T09:33:20.949Z] #21 22.38 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-05T09:33:20.949Z] #21 22.38 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:33:21.143Z] #62 49.99 Updating files: 67% (3191/4738) Updating files: 68% (3222/4738) Updating files: 69% (3270/4738) Updating files: 70% (3317/4738) Updating files: 71% (3364/4738) Updating files: 72% (3412/4738) Updating files: 73% (3459/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-05T09:33:21.143Z] #62 50.81 + cd /tmp/tmp.0QPsAfsK0B/src/github.com/containerd/containerd [2022-05-05T09:33:21.143Z] #62 50.81 + git checkout -q v1.6.4 [2022-05-05T09:33:21.210Z] #21 22.49 Selecting previously unselected package python3-distutils. [2022-05-05T09:33:21.211Z] #21 22.49 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-05T09:33:21.211Z] #21 22.49 Unpacking python3-distutils (3.9.2-1) ... [2022-05-05T09:33:21.211Z] #21 22.61 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:33:21.211Z] #21 22.64 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:33:21.211Z] #21 22.64 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:33:21.477Z] #21 22.77 Selecting previously unselected package python3-setuptools. [2022-05-05T09:33:21.477Z] #21 22.77 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-05T09:33:21.477Z] #21 22.78 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-05T09:33:21.738Z] #21 23.02 Selecting previously unselected package python3-wheel. [2022-05-05T09:33:21.738Z] #21 23.02 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-05T09:33:21.738Z] #21 23.02 Unpacking python3-wheel (0.34.2-1) ... [2022-05-05T09:33:21.738Z] #21 23.09 Selecting previously unselected package python3-pip. [2022-05-05T09:33:21.738Z] #21 23.10 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:33:21.738Z] #21 23.10 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:33:21.769Z] #62 49.07 + bin/ctr [2022-05-05T09:33:22.000Z] #21 23.38 Selecting previously unselected package sudo. [2022-05-05T09:33:22.000Z] #21 23.38 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-05-05T09:33:22.000Z] #21 23.38 Unpacking sudo (1.9.5p2-3) ... [2022-05-05T09:33:22.512Z] #62 52.26 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-05T09:33:22.512Z] #62 52.26 + BUILDTAGS='netgo osusergo static_build' [2022-05-05T09:33:22.512Z] #62 52.26 + export EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:33:22.512Z] #62 52.26 + EXTRA_FLAGS=-buildmode=pie [2022-05-05T09:33:22.512Z] #62 52.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-05T09:33:22.512Z] #62 52.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-05T09:33:22.512Z] #62 52.26 + '[' '' = dynamic ']' [2022-05-05T09:33:22.512Z] #62 52.26 + make [2022-05-05T09:33:22.572Z] #21 23.79 Selecting previously unselected package thin-provisioning-tools. [2022-05-05T09:33:22.572Z] #21 23.79 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-05-05T09:33:22.572Z] #21 23.80 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:33:22.572Z] #21 23.98 Selecting previously unselected package uidmap. [2022-05-05T09:33:22.572Z] #21 23.99 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-05-05T09:33:22.572Z] #21 23.99 Unpacking uidmap (1:4.8.1-1) ... [2022-05-05T09:33:22.572Z] #21 24.10 Selecting previously unselected package vim-runtime. [2022-05-05T09:33:22.572Z] #21 24.10 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:33:22.572Z] #21 24.12 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-05T09:33:22.572Z] #21 24.16 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-05T09:33:22.572Z] #21 24.18 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:23.625Z] #17 3.142 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-05T09:33:23.625Z] #17 DONE 3.3s [2022-05-05T09:33:23.625Z] [2022-05-05T09:33:23.625Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-05T09:33:23.625Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-05-05T09:33:24.421Z] #62 53.88 + bin/ctr [2022-05-05T09:33:25.010Z] #18 DONE 1.9s [2022-05-05T09:33:25.010Z] [2022-05-05T09:33:25.010Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:25.010Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [2022-05-05T09:33:25.010Z] #58 10.36 + cd /tmp/tmp.Kj7JkoDta7/src/github.com/opencontainers/runc [2022-05-05T09:33:25.010Z] #58 10.36 + git checkout -q v1.1.1 [2022-05-05T09:33:25.010Z] #58 10.59 + '[' -z '' ']' [2022-05-05T09:33:25.010Z] #58 10.60 + target=static [2022-05-05T09:33:25.010Z] #58 10.60 + make BUILDTAGS=seccomp static [2022-05-05T09:33:25.010Z] #58 10.88 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-05-05T09:33:25.872Z] #21 26.94 Selecting previously unselected package vim. [2022-05-05T09:33:25.872Z] #21 26.94 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-05T09:33:25.872Z] #21 26.96 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:25.872Z] #21 27.42 Selecting previously unselected package xfsprogs. [2022-05-05T09:33:25.872Z] #21 27.43 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-05-05T09:33:25.872Z] #21 27.43 Unpacking xfsprogs (5.10.0-4) ... [2022-05-05T09:33:26.133Z] #21 27.72 Selecting previously unselected package zip. [2022-05-05T09:33:26.133Z] #21 27.73 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-05-05T09:33:26.394Z] #21 27.73 Unpacking zip (3.0-12) ... [2022-05-05T09:33:26.394Z] #21 27.89 Selecting previously unselected package zstd. [2022-05-05T09:33:26.394Z] #21 27.90 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-05-05T09:33:26.394Z] #21 27.91 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:33:26.765Z] Client: [2022-05-05T09:33:26.765Z] Version: 20.10.9 [2022-05-05T09:33:26.765Z] API version: 1.41 [2022-05-05T09:33:26.765Z] Go version: go1.16.8 [2022-05-05T09:33:26.765Z] Git commit: c2ea9bc [2022-05-05T09:33:26.765Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-05T09:33:26.765Z] OS/Arch: windows/amd64 [2022-05-05T09:33:26.765Z] Context: default [2022-05-05T09:33:26.765Z] Experimental: true [2022-05-05T09:33:26.765Z] [2022-05-05T09:33:26.765Z] Server: Docker Engine - Community [2022-05-05T09:33:26.765Z] Engine: [2022-05-05T09:33:26.765Z] Version: 20.10.9 [2022-05-05T09:33:26.765Z] API version: 1.41 (minimum version 1.24) [2022-05-05T09:33:26.765Z] Go version: go1.16.8 [2022-05-05T09:33:26.765Z] Git commit: 79ea9d3 [2022-05-05T09:33:26.765Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-05T09:33:26.765Z] OS/Arch: windows/amd64 [2022-05-05T09:33:26.765Z] Experimental: true [2022-05-05T09:33:26.926Z] #58 ... [2022-05-05T09:33:26.926Z] [2022-05-05T09:33:26.926Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-05T09:33:26.926Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-05-05T09:33:26.926Z] #19 DONE 1.7s [2022-05-05T09:33:26.966Z] #21 28.19 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:33:27.189Z] [2022-05-05T09:33:27.189Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-05T09:33:27.189Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [Pipeline] sh [2022-05-05T09:33:27.546Z] #21 28.99 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-05-05T09:33:27.546Z] #21 29.01 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:33:27.546Z] #21 29.02 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-05-05T09:33:27.546Z] #21 29.03 Setting up libicu67:arm64 (67.1-7) ... [2022-05-05T09:33:27.546Z] #21 29.05 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-05-05T09:33:27.546Z] #21 29.06 Setting up libinih1:arm64 (53-1+b2) ... [2022-05-05T09:33:27.546Z] #21 29.07 Setting up uidmap (1:4.8.1-1) ... [2022-05-05T09:33:27.546Z] #21 29.08 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:33:27.546Z] #21 29.09 Setting up bzip2 (1.0.8-4) ... [2022-05-05T09:33:27.546Z] #21 29.11 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-05T09:33:27.546Z] #21 29.12 Setting up python3-wheel (0.34.2-1) ... [2022-05-05T09:33:28.121Z] #21 29.61 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:28.121Z] #21 29.63 Setting up libcap2:arm64 (1:2.44-1) ... [2022-05-05T09:33:28.121Z] #21 29.65 Setting up libcap2-bin (1:2.44-1) ... [2022-05-05T09:33:28.121Z] #21 29.66 Setting up apparmor (2.13.6-10) ... [2022-05-05T09:33:28.430Z] + docker info [2022-05-05T09:33:28.430Z] Client: [2022-05-05T09:33:28.430Z] Context: default [2022-05-05T09:33:28.430Z] Debug Mode: false [2022-05-05T09:33:28.430Z] [2022-05-05T09:33:28.430Z] Server: [2022-05-05T09:33:28.430Z] Containers: 0 [2022-05-05T09:33:28.430Z] Running: 0 [2022-05-05T09:33:28.430Z] Paused: 0 [2022-05-05T09:33:28.430Z] Stopped: 0 [2022-05-05T09:33:28.430Z] Images: 0 [2022-05-05T09:33:28.430Z] Server Version: 20.10.9 [2022-05-05T09:33:28.430Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-05T09:33:28.430Z] Windows: [2022-05-05T09:33:28.430Z] LCOW: [2022-05-05T09:33:28.430Z] Logging Driver: json-file [2022-05-05T09:33:28.430Z] Plugins: [2022-05-05T09:33:28.430Z] Volume: local [2022-05-05T09:33:28.430Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:33:28.430Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:33:28.430Z] Swarm: inactive [2022-05-05T09:33:28.430Z] Default Isolation: process [2022-05-05T09:33:28.430Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T09:33:28.430Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-05T09:33:28.430Z] OSType: windows [2022-05-05T09:33:28.430Z] Architecture: x86_64 [2022-05-05T09:33:28.430Z] CPUs: 4 [2022-05-05T09:33:28.430Z] Total Memory: 32GiB [2022-05-05T09:33:28.430Z] Name: azwin-2-a04501 [2022-05-05T09:33:28.430Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-05T09:33:28.430Z] Docker Root Dir: D:\docker [2022-05-05T09:33:28.430Z] Debug Mode: false [2022-05-05T09:33:28.430Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:33:28.430Z] Labels: [2022-05-05T09:33:28.430Z] Experimental: true [2022-05-05T09:33:28.430Z] Insecure Registries: [2022-05-05T09:33:28.430Z] 10.0.0.4:5000 [2022-05-05T09:33:28.430Z] 127.0.0.0/8 [2022-05-05T09:33:28.430Z] Registry Mirrors: [2022-05-05T09:33:28.430Z] http://10.0.0.4:5000/ [2022-05-05T09:33:28.430Z] Live Restore Enabled: false [2022-05-05T09:33:28.430Z] Product License: Community Engine [2022-05-05T09:33:28.430Z] [2022-05-05T09:33:28.577Z] #20 DONE 1.6s [2022-05-05T09:33:28.577Z] [2022-05-05T09:33:28.577Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:28.577Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-05T09:33:29.518Z] #58 ... [2022-05-05T09:33:29.518Z] [2022-05-05T09:33:29.518Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:33:29.518Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:33:30.033Z] #21 31.27 Setting up zip (3.0-12) ... [2022-05-05T09:33:30.033Z] #21 31.29 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:30.033Z] #21 31.32 Setting up bash-completion (1:2.11-2) ... [2022-05-05T09:33:30.471Z] #21 1.809 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:33:30.471Z] #21 1.838 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:33:30.471Z] #21 1.847 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:33:30.731Z] #21 2.299 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:33:31.302Z] #21 2.969 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:33:32.575Z] #21 33.57 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:33:32.575Z] #21 33.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-05T09:33:32.575Z] #21 33.62 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-05-05T09:33:32.575Z] #21 33.65 Setting up patch (2.7.6-7) ... [2022-05-05T09:33:32.575Z] #21 33.66 Setting up sudo (1.9.5p2-3) ... [2022-05-05T09:33:32.575Z] #21 33.80 invoke-rc.d: could not determine current runlevel [2022-05-05T09:33:32.575Z] #21 33.81 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-05T09:33:32.575Z] #21 33.82 Setting up xfsprogs (5.10.0-4) ... [2022-05-05T09:33:32.575Z] #21 33.83 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-05-05T09:33:32.575Z] #21 33.85 Setting up inetutils-ping (2:2.0-1) ... [2022-05-05T09:33:32.575Z] #21 33.86 Setting up pigz (2.6-1) ... [2022-05-05T09:33:32.575Z] #21 33.88 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-05T09:33:32.575Z] #21 33.90 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-05T09:33:32.575Z] #21 33.92 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:33:32.575Z] #21 33.94 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:32.698Z] #21 3.938 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:33:33.145Z] #21 34.54 Setting up libaio1:arm64 (0.3.112-9) ... [2022-05-05T09:33:33.145Z] #21 34.58 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:33:33.716Z] #21 35.03 Setting up libelf1:arm64 (0.183-1) ... [2022-05-05T09:33:33.716Z] #21 35.06 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:33:33.716Z] #21 35.08 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-05T09:33:33.716Z] #21 35.10 Setting up python3-distutils (3.9.2-1) ... [2022-05-05T09:33:33.977Z] #21 35.47 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:33.977Z] #21 35.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-05T09:33:33.977Z] #21 35.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-05T09:33:33.977Z] #21 35.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-05T09:33:33.977Z] #21 35.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-05T09:33:33.977Z] #21 35.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-05T09:33:33.977Z] #21 35.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-05T09:33:33.977Z] #21 35.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-05T09:33:33.977Z] #21 35.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-05T09:33:34.003Z] #62 ... [2022-05-05T09:33:34.003Z] [2022-05-05T09:33:34.003Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-05T09:33:34.003Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:34.003Z] #14 104.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-05T09:33:34.003Z] #14 104.1 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:34.003Z] #14 104.1 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:34.003Z] #14 109.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-05T09:33:34.003Z] #14 109.4 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:34.003Z] #14 109.4 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:34.237Z] #21 35.59 Setting up python3-setuptools (52.0.0-4) ... [2022-05-05T09:33:34.381Z] #62 ... [2022-05-05T09:33:34.381Z] [2022-05-05T09:33:34.381Z] #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-05T09:33:34.381Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:34.381Z] #14 105.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-05T09:33:34.381Z] #14 105.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:34.381Z] #14 105.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:34.381Z] #14 110.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-05T09:33:34.381Z] #14 110.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:34.381Z] #14 110.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:35.178Z] #21 36.66 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-05T09:33:35.178Z] #21 36.67 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-05-05T09:33:35.178Z] #21 36.70 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:33:35.178Z] #21 36.73 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:33:35.998Z] #21 ... [2022-05-05T09:33:35.998Z] [2022-05-05T09:33:35.998Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-05T09:33:35.998Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:33:35.998Z] #34 DONE 127.3s [2022-05-05T09:33:35.998Z] [2022-05-05T09:33:35.998Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:33:35.998Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:33:35.998Z] #21 7.491 Fetched 8511 kB in 6s (1429 kB/s) [2022-05-05T09:33:36.562Z] #21 37.71 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-05T09:33:36.562Z] #21 37.73 Setting up jq (1.6-2.1) ... [2022-05-05T09:33:36.562Z] #21 37.74 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-05-05T09:33:36.562Z] #21 37.76 Setting up iptables (1.8.7-1) ... [2022-05-05T09:33:36.562Z] #21 37.78 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:33:36.562Z] #21 37.78 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:33:36.562Z] #21 37.79 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:33:36.562Z] #21 37.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:33:36.562Z] #21 37.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-05T09:33:36.562Z] #21 37.80 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-05T09:33:36.562Z] #21 37.81 Setting up iproute2 (5.10.0-4) ... [2022-05-05T09:33:36.824Z] #21 38.15 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:33:37.533Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-05T09:33:37.533Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-2e5b7780\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-05T09:33:37.533Z] ---------------------------------------------------------------------------- [2022-05-05T09:33:37.533Z] [2022-05-05T09:33:37.533Z] INFO: executeCI.ps1 starting at Thu May 5 09:33:34 CUT 2022 [2022-05-05T09:33:37.533Z] [2022-05-05T09:33:37.533Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-05T09:33:37.533Z] INFO: Running git version 2.24.1.windows.2 [2022-05-05T09:33:37.533Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-05T09:33:37.533Z] INFO: Environment variables: [2022-05-05T09:33:37.533Z] [2022-05-05T09:33:37.533Z] Name Value [2022-05-05T09:33:37.533Z] ---- ----- [2022-05-05T09:33:37.533Z] ALLUSERSPROFILE C:\ProgramData [2022-05-05T09:33:37.533Z] amd64 true [2022-05-05T09:33:37.533Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-05T09:33:37.533Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-05T09:33:37.533Z] arm64 true [2022-05-05T09:33:37.533Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-05T09:33:37.533Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-05T09:33:37.533Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-05T09:33:37.533Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-05T09:33:37.533Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-05T09:33:37.533Z] BRANCH_NAME PR-43563 [2022-05-05T09:33:37.533Z] BUILD_DISPLAY_NAME #3 [2022-05-05T09:33:37.533Z] BUILD_ID 3 [2022-05-05T09:33:37.533Z] BUILD_NUMBER 3 [2022-05-05T09:33:37.533Z] BUILD_TAG jenkins-moby-PR-43563-3 [2022-05-05T09:33:37.533Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/ [2022-05-05T09:33:37.533Z] cgroup2 true [2022-05-05T09:33:37.533Z] CHANGE_AUTHOR thaJeztah [2022-05-05T09:33:37.533Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-05-05T09:33:37.533Z] CHANGE_BRANCH less_signal_conversions [2022-05-05T09:33:37.533Z] CHANGE_FORK thaJeztah/docker [2022-05-05T09:33:37.533Z] CHANGE_ID 43563 [2022-05-05T09:33:37.533Z] CHANGE_TARGET master [2022-05-05T09:33:37.533Z] CHANGE_TITLE pass syscall.Signal for stop-signals to reduce type conversions [2022-05-05T09:33:37.533Z] CHANGE_URL https://github.com/moby/moby/pull/43563 [2022-05-05T09:33:37.533Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:33:37.533Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-05T09:33:37.533Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-05T09:33:37.533Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-05T09:33:37.533Z] COMPUTERNAME azwin-2-a04500 [2022-05-05T09:33:37.533Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-05T09:33:37.533Z] ConfigSequenceNumber 0 [2022-05-05T09:33:37.533Z] dco true [2022-05-05T09:33:37.533Z] DOCKER_BUILDKIT 0 [2022-05-05T09:33:37.533Z] DOCKER_DUT_DEBUG 1 [2022-05-05T09:33:37.533Z] DOCKER_EXPERIMENTAL 1 [2022-05-05T09:33:37.533Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-05T09:33:37.533Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-05T09:33:37.533Z] EXECUTOR_NUMBER 0 [2022-05-05T09:33:37.533Z] FQDN azwin-2-a04500.westus.cloudapp.azure.com [2022-05-05T09:33:37.533Z] GIT_BRANCH PR-43563 [2022-05-05T09:33:37.533Z] GIT_COMMIT d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:33:37.533Z] GIT_PREVIOUS_COMMIT 65aa74b10fcdd2a921cc0ec42bb59776d1a5f11c [2022-05-05T09:33:37.533Z] GIT_URL https://github.com/moby/moby.git [2022-05-05T09:33:37.533Z] HUDSON_COOKIE d2ffb2f3-2a59-46a1-980f-0f1c0098ff17 [2022-05-05T09:33:37.533Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-05T09:33:37.533Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-05T09:33:37.533Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-05T09:33:37.533Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-05T09:33:37.533Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-05T09:33:37.533Z] JENKINS_NODE_COOKIE ef915ce7-94d5-4271-aa5e-7858f66369b8 [2022-05-05T09:33:37.533Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-05T09:33:37.533Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-05T09:33:37.533Z] JOB_BASE_NAME PR-43563 [2022-05-05T09:33:37.533Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/display/redirect [2022-05-05T09:33:37.533Z] JOB_NAME moby/PR-43563 [2022-05-05T09:33:37.533Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/ [2022-05-05T09:33:37.533Z] library.jps.version master [2022-05-05T09:33:37.533Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-05T09:33:37.533Z] NODE_LABELS amd64 azure azwin-2-a04500 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-05T09:33:37.533Z] NODE_NAME azwin-2-a04500 [2022-05-05T09:33:37.533Z] NUMBER_OF_PROCESSORS 4 [2022-05-05T09:33:37.533Z] OS Windows_NT [2022-05-05T09:33:37.533Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-05T09:33:37.533Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-05T09:33:37.533Z] ppc64le false [2022-05-05T09:33:37.533Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-05T09:33:37.533Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-05T09:33:37.533Z] PROCESSOR_LEVEL 6 [2022-05-05T09:33:37.533Z] PROCESSOR_REVISION 4f01 [2022-05-05T09:33:37.533Z] ProgramData C:\ProgramData [2022-05-05T09:33:37.533Z] ProgramFiles C:\Program Files [2022-05-05T09:33:37.533Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-05T09:33:37.533Z] ProgramW6432 C:\Program Files [2022-05-05T09:33:37.533Z] PROMPT $P$G [2022-05-05T09:33:37.533Z] PSExecutionPolicyPreference Bypass [2022-05-05T09:33:37.533Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-05T09:33:37.533Z] PUBLIC C:\Users\Public [2022-05-05T09:33:37.533Z] rootless true [2022-05-05T09:33:37.533Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=artif... [2022-05-05T09:33:37.533Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=changes [2022-05-05T09:33:37.533Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect [2022-05-05T09:33:37.533Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=tests [2022-05-05T09:33:37.533Z] s390x false [2022-05-05T09:33:37.533Z] SKIP_VALIDATION_TESTS 1 [2022-05-05T09:33:37.533Z] SOURCES_DRIVE d [2022-05-05T09:33:37.533Z] SOURCES_SUBDIR gopath [2022-05-05T09:33:37.533Z] STAGE_NAME Run tests [2022-05-05T09:33:37.533Z] SystemDrive C: [2022-05-05T09:33:37.533Z] SystemRoot C:\Windows [2022-05-05T09:33:37.533Z] TEMP C:\Windows\TEMP [2022-05-05T09:33:37.533Z] TESTDEBUG 0 [2022-05-05T09:33:37.533Z] TESTRUN_DRIVE d [2022-05-05T09:33:37.533Z] TESTRUN_SUBDIR CI [2022-05-05T09:33:37.533Z] TIMEOUT 120m [2022-05-05T09:33:37.533Z] TMP C:\Windows\TEMP [2022-05-05T09:33:37.533Z] unit_validate true [2022-05-05T09:33:37.533Z] USERDOMAIN WORKGROUP [2022-05-05T09:33:37.533Z] USERNAME azwin-2-a04500$ [2022-05-05T09:33:37.533Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-05T09:33:37.533Z] validate_force false [2022-05-05T09:33:37.533Z] windir C:\Windows [2022-05-05T09:33:37.533Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-05T09:33:37.533Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-05T09:33:37.533Z] windows2022 true [2022-05-05T09:33:37.533Z] windows2022containerd true [2022-05-05T09:33:37.533Z] windowsRS5 true [2022-05-05T09:33:37.533Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-05T09:33:37.533Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-05T09:33:37.533Z] [2022-05-05T09:33:37.533Z] [2022-05-05T09:33:37.533Z] [2022-05-05T09:33:37.533Z] INFO: Sources under d:\gopath\... [2022-05-05T09:33:37.533Z] INFO: Test run under d:\CI\... [2022-05-05T09:33:37.533Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-05T09:33:37.533Z] INFO: docker/docker repository was found [2022-05-05T09:33:37.534Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-05T09:33:37.534Z] ltsc2022: Pulling from windows/servercore [2022-05-05T09:33:37.767Z] #21 DONE 39.2s [2022-05-05T09:33:37.767Z] [2022-05-05T09:33:37.767Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-05-05T09:33:37.767Z] #22 sha256:a3641fe455d1c76781a3308923a6e35278aafdf6d2a83706a005b265ea30b7f3 [2022-05-05T09:33:37.993Z] 8f616e6e9eec: Pulling fs layer [2022-05-05T09:33:37.993Z] dccd9e4d14d3: Pulling fs layer [2022-05-05T09:33:38.340Z] #22 0.626 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-05T09:33:38.546Z] #21 7.491 Reading package lists... [2022-05-05T09:33:38.601Z] #22 0.630 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-05T09:33:38.601Z] #22 0.634 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-05T09:33:38.601Z] #22 DONE 0.7s [2022-05-05T09:33:38.601Z] [2022-05-05T09:33:38.601Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-05T09:33:38.601Z] #23 sha256:9c25d3232689bf6514776195dcfca39cc8b37c6f09d1e92887bd819c51c902bc [2022-05-05T09:33:39.637Z] #14 120.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-05T09:33:39.637Z] #14 120.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:39.637Z] #14 120.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:40.462Z] #21 10.02 Reading package lists... [2022-05-05T09:33:40.564Z] #14 120.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-05T09:33:40.564Z] #14 120.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-05T09:33:40.564Z] #14 120.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:41.296Z] #21 12.15 Building dependency tree... [2022-05-05T09:33:41.868Z] #21 13.55 The following additional packages will be installed: [2022-05-05T09:33:41.868Z] #21 13.56 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:33:42.129Z] #21 13.56 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-05T09:33:42.129Z] #21 13.56 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-05T09:33:42.129Z] #21 13.56 python3-pkg-resources vim-runtime xxd [2022-05-05T09:33:42.129Z] #21 13.57 Suggested packages: [2022-05-05T09:33:42.129Z] #21 13.57 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-05T09:33:42.129Z] #21 13.57 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-05T09:33:42.129Z] #21 13.57 acl attr quota [2022-05-05T09:33:42.129Z] #21 13.57 Recommended packages: [2022-05-05T09:33:42.129Z] #21 13.57 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-05T09:33:43.070Z] #21 14.64 The following NEW packages will be installed: [2022-05-05T09:33:43.070Z] #21 14.64 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-05T09:33:43.070Z] #21 14.65 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:33:43.070Z] #21 14.65 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-05T09:33:43.070Z] #21 14.65 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-05T09:33:43.070Z] #21 14.65 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-05T09:33:43.070Z] #21 14.65 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-05T09:33:43.070Z] #21 14.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-05T09:33:43.070Z] #21 14.65 xz-utils zip zstd [2022-05-05T09:33:43.094Z] #14 ... [2022-05-05T09:33:43.094Z] [2022-05-05T09:33:43.094Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:33:43.094Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:33:43.094Z] #65 122.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:33:43.094Z] #65 122.9 + GOBIN=/build [2022-05-05T09:33:43.094Z] #65 122.9 + GO111MODULE=on [2022-05-05T09:33:43.094Z] #65 122.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:33:43.331Z] #21 14.97 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:33:43.331Z] #21 14.97 Need to get 27.6 MB of archives. [2022-05-05T09:33:43.331Z] #21 14.97 After this operation, 106 MB of additional disk space will be used. [2022-05-05T09:33:43.331Z] #21 14.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-05T09:33:43.331Z] #21 14.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-05T09:33:43.331Z] #21 14.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-05T09:33:43.331Z] #21 14.99 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-05T09:33:43.331Z] #21 14.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-05T09:33:43.331Z] #21 14.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-05T09:33:43.331Z] #21 14.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-05T09:33:43.331Z] #21 14.99 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-05T09:33:43.331Z] #21 15.02 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:33:43.592Z] #21 15.03 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-05T09:33:43.592Z] #21 15.03 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-05T09:33:43.592Z] #21 15.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-05T09:33:43.592Z] #21 15.05 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-05T09:33:43.592Z] #21 15.05 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-05T09:33:43.592Z] #21 15.07 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-05T09:33:43.592Z] #21 15.08 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-05T09:33:43.592Z] #21 15.08 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-05T09:33:43.592Z] #21 15.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-05T09:33:43.592Z] #21 15.09 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-05T09:33:43.592Z] #21 15.09 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-05T09:33:43.592Z] #21 15.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-05T09:33:43.592Z] #21 15.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:33:43.592Z] #21 15.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:33:43.592Z] #21 15.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:33:43.592Z] #21 15.13 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-05T09:33:43.592Z] #21 15.13 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-05T09:33:43.592Z] #21 15.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:33:43.853Z] #21 15.44 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-05T09:33:43.853Z] #21 15.44 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-05T09:33:43.853Z] #21 15.44 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-05T09:33:43.853Z] #21 15.44 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-05T09:33:43.853Z] #21 15.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-05T09:33:43.853Z] #21 15.44 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-05T09:33:43.853Z] #21 15.45 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-05T09:33:43.853Z] #21 15.49 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-05T09:33:43.853Z] #21 15.50 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-05T09:33:43.853Z] #21 15.50 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:33:43.853Z] #21 15.50 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-05T09:33:43.853Z] #21 15.52 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-05T09:33:43.853Z] #21 15.52 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-05T09:33:43.853Z] #21 15.52 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-05T09:33:43.853Z] #21 15.55 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-05T09:33:44.113Z] #21 15.57 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-05T09:33:44.113Z] #21 15.58 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-05T09:33:44.113Z] #21 15.81 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-05T09:33:44.374Z] #21 15.83 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-05T09:33:44.374Z] #21 15.86 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-05T09:33:44.374Z] #21 15.86 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-05T09:33:44.904Z] #14 125.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-05T09:33:44.904Z] #14 125.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-05T09:33:44.904Z] #14 125.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:33:44.904Z] #14 125.5 Selecting previously unselected package libapparmor1:amd64. [2022-05-05T09:33:44.904Z] #14 125.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-05T09:33:44.904Z] #14 125.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:33:44.904Z] #14 125.6 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-05T09:33:44.904Z] #14 125.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-05T09:33:44.904Z] #14 125.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:33:44.904Z] #14 125.7 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:33:44.904Z] #14 ... [2022-05-05T09:33:44.904Z] [2022-05-05T09:33:44.905Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:33:44.905Z] #65 sha256:0b5be36380c77d51b4930ad8ede9fa9ad9a4a590a89eaa80218d4ced9fc32f79 [2022-05-05T09:33:44.905Z] #65 125.3 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-05T09:33:44.905Z] #65 125.3 + GOBIN=/build [2022-05-05T09:33:44.905Z] #65 125.3 + GO111MODULE=on [2022-05-05T09:33:44.905Z] #65 125.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-05T09:33:44.945Z] #21 16.39 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:33:44.945Z] #21 16.52 Fetched 27.6 MB in 1s (23.0 MB/s) [2022-05-05T09:33:44.945Z] #21 16.57 Selecting previously unselected package pigz. [2022-05-05T09:33:45.206Z] #21 16.57 (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-05T09:33:45.206Z] #21 16.65 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-05T09:33:45.206Z] #21 16.65 Unpacking pigz (2.6-1) ... [2022-05-05T09:33:45.206Z] #21 16.72 Selecting previously unselected package libelf1:amd64. [2022-05-05T09:33:45.206Z] #21 16.73 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-05T09:33:45.206Z] #21 16.76 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-05T09:33:45.467Z] #21 16.91 Selecting previously unselected package libbpf0:amd64. [2022-05-05T09:33:45.467Z] #21 16.92 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-05T09:33:45.467Z] #21 16.92 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:33:45.467Z] #21 17.02 Selecting previously unselected package libcap2:amd64. [2022-05-05T09:33:45.467Z] #21 17.02 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-05T09:33:45.467Z] #21 17.03 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:33:45.467Z] #21 17.09 Selecting previously unselected package libmnl0:amd64. [2022-05-05T09:33:45.467Z] #21 17.09 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-05T09:33:45.467Z] #21 17.09 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:33:45.728Z] #21 17.15 Selecting previously unselected package libxtables12:amd64. [2022-05-05T09:33:45.729Z] #21 17.16 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-05T09:33:45.729Z] #21 17.17 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:33:45.729Z] #21 17.25 Selecting previously unselected package libcap2-bin. [2022-05-05T09:33:45.729Z] #21 17.25 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-05T09:33:45.729Z] #21 17.26 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-05T09:33:45.989Z] #21 17.37 Selecting previously unselected package iproute2. [2022-05-05T09:33:45.989Z] #21 17.37 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-05T09:33:45.989Z] #21 17.38 Unpacking iproute2 (5.10.0-4) ... [2022-05-05T09:33:46.251Z] #21 17.77 Selecting previously unselected package xxd. [2022-05-05T09:33:46.251Z] #21 17.77 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:33:46.251Z] #21 17.78 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:46.251Z] #21 17.89 Selecting previously unselected package vim-common. [2022-05-05T09:33:46.512Z] #21 17.89 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:33:46.512Z] #21 17.91 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:46.512Z] #21 18.08 Selecting previously unselected package bash-completion. [2022-05-05T09:33:46.512Z] #21 18.08 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-05T09:33:46.742Z] #23 8.291 Collecting yamllint==1.26.1 [2022-05-05T09:33:47.228Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-05T09:33:47.228Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-c3ff0321\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-05T09:33:47.228Z] ---------------------------------------------------------------------------- [2022-05-05T09:33:47.228Z] [2022-05-05T09:33:47.228Z] INFO: executeCI.ps1 starting at Thu May 5 09:33:45 CUT 2022 [2022-05-05T09:33:47.228Z] [2022-05-05T09:33:47.228Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-05T09:33:47.228Z] INFO: Running git version 2.24.1.windows.2 [2022-05-05T09:33:47.228Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-05T09:33:47.228Z] INFO: Environment variables: [2022-05-05T09:33:47.228Z] [2022-05-05T09:33:47.228Z] Name Value [2022-05-05T09:33:47.228Z] ---- ----- [2022-05-05T09:33:47.228Z] ALLUSERSPROFILE C:\ProgramData [2022-05-05T09:33:47.228Z] amd64 true [2022-05-05T09:33:47.228Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-05T09:33:47.228Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-05T09:33:47.228Z] arm64 true [2022-05-05T09:33:47.228Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-05T09:33:47.228Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-05T09:33:47.228Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-05T09:33:47.228Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-05T09:33:47.228Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-05T09:33:47.228Z] BRANCH_NAME PR-43563 [2022-05-05T09:33:47.228Z] BUILD_DISPLAY_NAME #3 [2022-05-05T09:33:47.228Z] BUILD_ID 3 [2022-05-05T09:33:47.228Z] BUILD_NUMBER 3 [2022-05-05T09:33:47.228Z] BUILD_TAG jenkins-moby-PR-43563-3 [2022-05-05T09:33:47.228Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/ [2022-05-05T09:33:47.228Z] cgroup2 true [2022-05-05T09:33:47.228Z] CHANGE_AUTHOR thaJeztah [2022-05-05T09:33:47.228Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-05-05T09:33:47.228Z] CHANGE_BRANCH less_signal_conversions [2022-05-05T09:33:47.228Z] CHANGE_FORK thaJeztah/docker [2022-05-05T09:33:47.228Z] CHANGE_ID 43563 [2022-05-05T09:33:47.228Z] CHANGE_TARGET master [2022-05-05T09:33:47.228Z] CHANGE_TITLE pass syscall.Signal for stop-signals to reduce type conversions [2022-05-05T09:33:47.229Z] CHANGE_URL https://github.com/moby/moby/pull/43563 [2022-05-05T09:33:47.229Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:33:47.229Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-05T09:33:47.229Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-05T09:33:47.229Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-05T09:33:47.229Z] COMPUTERNAME azwin-2-a04501 [2022-05-05T09:33:47.229Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-05T09:33:47.229Z] ConfigSequenceNumber 0 [2022-05-05T09:33:47.229Z] dco true [2022-05-05T09:33:47.229Z] DOCKER_BUILDKIT 0 [2022-05-05T09:33:47.229Z] DOCKER_DUT_DEBUG 1 [2022-05-05T09:33:47.229Z] DOCKER_EXPERIMENTAL 1 [2022-05-05T09:33:47.229Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-05T09:33:47.229Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-05-05T09:33:47.229Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-05T09:33:47.229Z] EXECUTOR_NUMBER 0 [2022-05-05T09:33:47.229Z] FQDN azwin-2-a04501.westus.cloudapp.azure.com [2022-05-05T09:33:47.229Z] GIT_BRANCH PR-43563 [2022-05-05T09:33:47.229Z] GIT_COMMIT d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:33:47.229Z] GIT_PREVIOUS_COMMIT 65aa74b10fcdd2a921cc0ec42bb59776d1a5f11c [2022-05-05T09:33:47.229Z] GIT_URL https://github.com/moby/moby.git [2022-05-05T09:33:47.229Z] HUDSON_COOKIE 2c30b5ed-16ef-42b0-8970-b8b536f3a2e5 [2022-05-05T09:33:47.229Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-05T09:33:47.229Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-05T09:33:47.229Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-05T09:33:47.229Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-05T09:33:47.229Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-05T09:33:47.229Z] JENKINS_NODE_COOKIE 91f61fc6-807a-4e02-bdf0-b53cb0c301bf [2022-05-05T09:33:47.229Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-05T09:33:47.229Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-05T09:33:47.229Z] JOB_BASE_NAME PR-43563 [2022-05-05T09:33:47.229Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/display/redirect [2022-05-05T09:33:47.229Z] JOB_NAME moby/PR-43563 [2022-05-05T09:33:47.229Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/ [2022-05-05T09:33:47.229Z] library.jps.version master [2022-05-05T09:33:47.229Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-05T09:33:47.229Z] NODE_LABELS amd64 azure azwin-2-a04501 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-05T09:33:47.229Z] NODE_NAME azwin-2-a04501 [2022-05-05T09:33:47.229Z] NUMBER_OF_PROCESSORS 4 [2022-05-05T09:33:47.229Z] OS Windows_NT [2022-05-05T09:33:47.229Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-05T09:33:47.229Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-05T09:33:47.229Z] ppc64le false [2022-05-05T09:33:47.229Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-05T09:33:47.229Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-05T09:33:47.229Z] PROCESSOR_LEVEL 6 [2022-05-05T09:33:47.229Z] PROCESSOR_REVISION 4f01 [2022-05-05T09:33:47.229Z] ProgramData C:\ProgramData [2022-05-05T09:33:47.229Z] ProgramFiles C:\Program Files [2022-05-05T09:33:47.229Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-05T09:33:47.229Z] ProgramW6432 C:\Program Files [2022-05-05T09:33:47.229Z] PROMPT $P$G [2022-05-05T09:33:47.229Z] PSExecutionPolicyPreference Bypass [2022-05-05T09:33:47.229Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-05T09:33:47.229Z] PUBLIC C:\Users\Public [2022-05-05T09:33:47.229Z] rootless true [2022-05-05T09:33:47.229Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=artif... [2022-05-05T09:33:47.229Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=changes [2022-05-05T09:33:47.229Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect [2022-05-05T09:33:47.229Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=tests [2022-05-05T09:33:47.229Z] s390x false [2022-05-05T09:33:47.229Z] SKIP_VALIDATION_TESTS 1 [2022-05-05T09:33:47.229Z] SOURCES_DRIVE d [2022-05-05T09:33:47.229Z] SOURCES_SUBDIR gopath [2022-05-05T09:33:47.229Z] STAGE_NAME Run tests [2022-05-05T09:33:47.229Z] SystemDrive C: [2022-05-05T09:33:47.229Z] SystemRoot C:\Windows [2022-05-05T09:33:47.229Z] TEMP C:\Windows\TEMP [2022-05-05T09:33:47.229Z] TESTDEBUG 0 [2022-05-05T09:33:47.229Z] TESTRUN_DRIVE d [2022-05-05T09:33:47.229Z] TESTRUN_SUBDIR CI [2022-05-05T09:33:47.229Z] TIMEOUT 120m [2022-05-05T09:33:47.229Z] TMP C:\Windows\TEMP [2022-05-05T09:33:47.229Z] unit_validate true [2022-05-05T09:33:47.229Z] USERDOMAIN WORKGROUP [2022-05-05T09:33:47.229Z] USERNAME azwin-2-a04501$ [2022-05-05T09:33:47.229Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-05T09:33:47.229Z] validate_force false [2022-05-05T09:33:47.229Z] windir C:\Windows [2022-05-05T09:33:47.229Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-05T09:33:47.229Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-05T09:33:47.229Z] windows2022 true [2022-05-05T09:33:47.229Z] windows2022containerd true [2022-05-05T09:33:47.229Z] windowsRS5 true [2022-05-05T09:33:47.229Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-05T09:33:47.229Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-05T09:33:47.229Z] [2022-05-05T09:33:47.229Z] [2022-05-05T09:33:47.229Z] [2022-05-05T09:33:47.684Z] #23 9.339 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-05T09:33:48.244Z] INFO: Sources under d:\gopath\... [2022-05-05T09:33:48.244Z] INFO: Test run under d:\CI\... [2022-05-05T09:33:48.244Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-05T09:33:48.244Z] INFO: docker/docker repository was found [2022-05-05T09:33:48.360Z] #65 127.8 rootlesskit version 1.0.0 [2022-05-05T09:33:48.360Z] #65 127.8 Usage of /build/rootlesskit-docker-proxy: [2022-05-05T09:33:48.360Z] #65 127.8 -container-ip string [2022-05-05T09:33:48.360Z] #65 127.8 container ip [2022-05-05T09:33:48.360Z] #65 127.8 -container-port int [2022-05-05T09:33:48.360Z] #65 127.8 container port (default -1) [2022-05-05T09:33:48.360Z] #65 127.8 -host-ip string [2022-05-05T09:33:48.360Z] #65 127.8 host ip [2022-05-05T09:33:48.360Z] #65 127.8 -host-port int [2022-05-05T09:33:48.360Z] #65 127.8 host port (default -1) [2022-05-05T09:33:48.360Z] #65 127.8 -proto string [2022-05-05T09:33:48.360Z] #65 127.8 proxy protocol (default "tcp") [2022-05-05T09:33:48.360Z] #65 ... [2022-05-05T09:33:48.360Z] [2022-05-05T09:33:48.360Z] #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-05T09:33:48.360Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:48.360Z] #14 124.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-05T09:33:48.360Z] #14 124.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-05T09:33:48.360Z] #14 124.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 125.0 Selecting previously unselected package libapparmor1:amd64. [2022-05-05T09:33:48.360Z] #14 125.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.0 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:33:48.360Z] #14 125.1 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-05T09:33:48.360Z] #14 125.1 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:33:48.360Z] #14 125.2 Selecting previously unselected package libbtrfs0:amd64. [2022-05-05T09:33:48.360Z] #14 125.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:33:48.360Z] #14 125.4 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:33:48.360Z] #14 125.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:33:48.360Z] #14 125.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-05T09:33:48.360Z] #14 125.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:48.360Z] #14 125.7 Selecting previously unselected package libudev-dev:amd64. [2022-05-05T09:33:48.360Z] #14 125.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.7 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:33:48.360Z] #14 125.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-05T09:33:48.360Z] #14 125.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 125.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:33:48.360Z] #14 126.0 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-05T09:33:48.360Z] #14 126.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 126.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 126.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-05T09:33:48.360Z] #14 126.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 126.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 126.4 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-05T09:33:48.360Z] #14 126.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 126.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 126.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-05T09:33:48.360Z] #14 126.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 126.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 126.9 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-05T09:33:48.360Z] #14 126.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 126.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:33:48.360Z] #14 127.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-05T09:33:48.360Z] #14 127.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 127.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:48.360Z] #14 127.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-05T09:33:48.360Z] #14 127.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 127.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:33:48.360Z] #14 127.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-05T09:33:48.360Z] #14 127.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-05T09:33:48.360Z] #14 127.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:33:48.360Z] #14 127.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 127.9 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-05T09:33:48.360Z] #14 128.0 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:33:48.360Z] #14 128.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:33:48.360Z] #14 128.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:33:48.360Z] #14 128.1 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:33:48.360Z] #14 128.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.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-05T09:33:48.360Z] #14 128.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.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-05T09:33:48.360Z] #14 128.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:33:48.360Z] #14 128.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-05-05T09:33:48.360Z] #14 128.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:33:48.360Z] #14 128.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:48.360Z] #14 128.6 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:33:48.360Z] #14 128.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:48.360Z] #14 128.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:48.360Z] #14 129.1 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:33:48.417Z] #69 135.9 # github.com/containerd/containerd/cmd/containerd [2022-05-05T09:33:48.417Z] #69 135.9 /usr/bin/ld: /tmp/go-link-1834725365/000019.o: in function `New': [2022-05-05T09:33:48.417Z] #69 135.9 /tmp/tmp.EA523HM8eG/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-05T09:33:48.417Z] #69 136.0 + bin/containerd-stress [2022-05-05T09:33:48.417Z] #69 137.2 + bin/containerd-shim [2022-05-05T09:33:48.427Z] #21 19.86 Unpacking bash-completion (1:2.11-2) ... [2022-05-05T09:33:48.725Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-05T09:33:48.999Z] #21 20.31 Selecting previously unselected package bzip2. [2022-05-05T09:33:48.999Z] #21 20.31 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-05T09:33:48.999Z] #21 20.31 Unpacking bzip2 (1.0.8-4) ... [2022-05-05T09:33:48.999Z] #21 20.40 Selecting previously unselected package xz-utils. [2022-05-05T09:33:48.999Z] #21 20.40 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-05T09:33:48.999Z] #21 20.41 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:33:49.093Z] #23 10.44 Collecting pathspec>=0.5.3 [2022-05-05T09:33:49.093Z] #23 10.46 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-05T09:33:49.093Z] #23 10.73 Collecting pyyaml [2022-05-05T09:33:49.208Z] ltsc2022: Pulling from windows/servercore [2022-05-05T09:33:49.209Z] 8f616e6e9eec: Pulling fs layer [2022-05-05T09:33:49.209Z] dccd9e4d14d3: Pulling fs layer [2022-05-05T09:33:49.261Z] #21 20.60 Selecting previously unselected package apparmor. [2022-05-05T09:33:49.261Z] #21 20.60 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-05T09:33:49.261Z] #21 20.66 Unpacking apparmor (2.13.6-10) ... [2022-05-05T09:33:49.354Z] #23 10.74 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-05-05T09:33:49.354Z] #23 10.79 Building wheels for collected packages: yamllint [2022-05-05T09:33:49.354Z] #23 10.80 Building wheel for yamllint (setup.py): started [2022-05-05T09:33:49.523Z] #21 21.06 Selecting previously unselected package inetutils-ping. [2022-05-05T09:33:49.523Z] #21 21.07 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-05T09:33:49.523Z] #21 21.07 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-05T09:33:49.784Z] #21 21.26 Selecting previously unselected package libip4tc2:amd64. [2022-05-05T09:33:49.784Z] #21 21.27 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:33:49.784Z] #21 21.27 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:33:49.784Z] #21 21.34 Selecting previously unselected package libip6tc2:amd64. [2022-05-05T09:33:49.784Z] #21 21.35 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:33:49.784Z] #21 21.37 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:33:50.045Z] #21 21.44 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-05T09:33:50.045Z] #21 21.45 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-05T09:33:50.045Z] #21 21.46 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:33:50.045Z] #21 21.51 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-05T09:33:50.045Z] #21 21.52 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-05T09:33:50.045Z] #21 21.53 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:33:50.045Z] #21 21.63 Selecting previously unselected package libnftnl11:amd64. [2022-05-05T09:33:50.164Z] #65 129.9 rootlesskit version 1.0.0 [2022-05-05T09:33:50.164Z] #65 130.0 Usage of /build/rootlesskit-docker-proxy: [2022-05-05T09:33:50.164Z] #65 130.0 -container-ip string [2022-05-05T09:33:50.164Z] #65 130.0 container ip [2022-05-05T09:33:50.164Z] #65 130.0 -container-port int [2022-05-05T09:33:50.164Z] #65 130.0 container port (default -1) [2022-05-05T09:33:50.164Z] #65 130.0 -host-ip string [2022-05-05T09:33:50.164Z] #65 130.0 host ip [2022-05-05T09:33:50.164Z] #65 130.0 -host-port int [2022-05-05T09:33:50.164Z] #65 130.0 host port (default -1) [2022-05-05T09:33:50.164Z] #65 130.0 -proto string [2022-05-05T09:33:50.164Z] #65 130.0 proxy protocol (default "tcp") [2022-05-05T09:33:50.164Z] #65 ... [2022-05-05T09:33:50.164Z] [2022-05-05T09:33:50.164Z] #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-05T09:33:50.164Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-05T09:33:50.164Z] #14 125.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 125.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:33:50.164Z] #14 125.9 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-05T09:33:50.164Z] #14 125.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 125.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:33:50.164Z] #14 126.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-05T09:33:50.164Z] #14 126.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 126.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:50.164Z] #14 126.2 Selecting previously unselected package libudev-dev:amd64. [2022-05-05T09:33:50.164Z] #14 126.2 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 126.2 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:33:50.164Z] #14 126.4 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-05T09:33:50.164Z] #14 126.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 126.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:33:50.164Z] #14 126.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-05T09:33:50.164Z] #14 126.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 126.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 126.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-05T09:33:50.164Z] #14 126.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 126.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 127.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-05T09:33:50.164Z] #14 127.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 127.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 127.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-05T09:33:50.164Z] #14 127.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 127.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 127.5 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-05T09:33:50.164Z] #14 127.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 127.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:33:50.164Z] #14 127.7 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-05T09:33:50.164Z] #14 127.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 127.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:50.164Z] #14 127.8 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-05T09:33:50.164Z] #14 127.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 127.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:33:50.164Z] #14 128.0 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-05T09:33:50.164Z] #14 128.0 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-05T09:33:50.164Z] #14 128.0 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:33:50.164Z] #14 128.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-05T09:33:50.164Z] #14 128.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-05T09:33:50.164Z] #14 128.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-05T09:33:50.164Z] #14 128.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-05T09:33:50.164Z] #14 128.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-05T09:33:50.164Z] #14 128.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.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-05T09:33:50.164Z] #14 128.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.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-05T09:33:50.164Z] #14 128.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-05T09:33:50.164Z] #14 128.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.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-05T09:33:50.164Z] #14 128.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-05T09:33:50.164Z] #14 128.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:50.164Z] #14 129.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-05T09:33:50.164Z] #14 129.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:50.164Z] #14 129.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-05T09:33:50.164Z] #14 129.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:33:50.164Z] #14 DONE 131.1s [2022-05-05T09:33:50.164Z] [2022-05-05T09:33:50.164Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:33:50.164Z] #65 sha256:0b5be36380c77d51b4930ad8ede9fa9ad9a4a590a89eaa80218d4ced9fc32f79 [2022-05-05T09:33:50.164Z] #65 DONE 130.9s [2022-05-05T09:33:50.164Z] [2022-05-05T09:33:50.164Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-05T09:33:50.164Z] #57 sha256:869d175c84df11cda4589dc24ed3ad48efa7d8718ad40efe53f03680cf180308 [2022-05-05T09:33:50.164Z] #57 ... [2022-05-05T09:33:50.164Z] [2022-05-05T09:33:50.164Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-05T09:33:50.164Z] #66 sha256:2feb945a73b8d0bcf44ccfc359f3a3b365bcb92e9722e0590cbd520def8334a7 [2022-05-05T09:33:50.164Z] #66 DONE 0.2s [2022-05-05T09:33:50.298Z] #23 11.68 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-05T09:33:50.298Z] #23 11.68 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=76971c9a3a45e451b37870c56c127d575c053e1f597cb913fb911518c2a1a22d [2022-05-05T09:33:50.298Z] #23 11.68 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-05T09:33:50.298Z] #23 11.68 Successfully built yamllint [2022-05-05T09:33:50.298Z] #23 11.71 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-05T09:33:50.307Z] #21 21.63 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-05T09:33:50.307Z] #21 21.64 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:33:50.307Z] #21 21.75 Selecting previously unselected package iptables. [2022-05-05T09:33:50.307Z] #21 21.75 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-05T09:33:50.307Z] #21 21.76 Unpacking iptables (1.8.7-1) ... [2022-05-05T09:33:50.421Z] [2022-05-05T09:33:50.422Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-05T09:33:50.422Z] #57 sha256:869d175c84df11cda4589dc24ed3ad48efa7d8718ad40efe53f03680cf180308 [2022-05-05T09:33:50.422Z] #57 DONE 0.2s [2022-05-05T09:33:50.422Z] [2022-05-05T09:33:50.422Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-05T09:33:50.422Z] #67 sha256:c0f6a21943cf5505a7112e8eb0a903a6779319b62087f96f662249b1db2c8a29 [2022-05-05T09:33:50.422Z] #67 DONE 0.1s [2022-05-05T09:33:50.422Z] [2022-05-05T09:33:50.422Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:50.422Z] #58 sha256:89b343e3eb827fea6ef34e4315f774661e5020ec1359cf360543f7fa35615352 [2022-05-05T09:33:50.564Z] #23 12.06 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-05T09:33:50.568Z] #21 22.06 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:33:50.568Z] #21 22.07 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:33:50.568Z] #21 22.07 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:33:50.568Z] #21 22.20 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:33:50.877Z] #21 22.20 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:33:50.877Z] #21 22.21 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:33:50.877Z] #21 22.29 Selecting previously unselected package jq. [2022-05-05T09:33:50.877Z] #21 22.30 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:33:50.877Z] #21 22.30 Unpacking jq (1.6-2.1) ... [2022-05-05T09:33:50.877Z] #21 22.38 Selecting previously unselected package libaio1:amd64. [2022-05-05T09:33:50.877Z] #21 22.39 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-05T09:33:50.877Z] #21 22.40 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:33:50.877Z] #21 22.45 Selecting previously unselected package libgpm2:amd64. [2022-05-05T09:33:50.877Z] #21 22.46 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-05T09:33:50.877Z] #21 22.46 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:33:50.898Z] #14 DONE 131.7s [2022-05-05T09:33:50.898Z] [2022-05-05T09:33:50.898Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-05T09:33:50.898Z] #65 sha256:383584d681180b959cc3635dc4ba67386a8e8d9febce6d21637feaea8336296a [2022-05-05T09:33:50.898Z] #65 DONE 131.3s [2022-05-05T09:33:50.898Z] [2022-05-05T09:33:50.898Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:33:50.898Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-05T09:33:51.136Z] #23 DONE 12.5s [2022-05-05T09:33:51.136Z] [2022-05-05T09:33:51.137Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:33:51.137Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:33:51.147Z] #21 22.51 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:33:51.147Z] #21 22.57 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:33:51.147Z] #21 22.57 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:33:51.158Z] #15 ... [2022-05-05T09:33:51.158Z] [2022-05-05T09:33:51.158Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-05T09:33:51.158Z] #66 sha256:1acc805778fa488bf903b436cda8ba39df06d4d1eb9ce49f3542a189b6177c14 [2022-05-05T09:33:51.158Z] #66 DONE 0.2s [2022-05-05T09:33:51.158Z] [2022-05-05T09:33:51.158Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-05T09:33:51.158Z] #57 sha256:02c1297eb455c3ccb4cc4e4756a7b5ed669881a8e34261004692d189591f6fa3 [2022-05-05T09:33:51.158Z] #57 DONE 0.2s [2022-05-05T09:33:51.418Z] [2022-05-05T09:33:51.418Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-05T09:33:51.418Z] #67 sha256:adf59967b7d89b03ec8a5cab27000b1051ab5ba455f1380c98cc05b02a261d5a [2022-05-05T09:33:51.418Z] #67 DONE 0.2s [2022-05-05T09:33:51.418Z] [2022-05-05T09:33:51.418Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:51.418Z] #58 sha256:ecae5ec5807f78e9474db2b738da4fec67cc01a1b9b7c0a265498e3d1bc5d3b0 [2022-05-05T09:33:52.345Z] #58 ... [2022-05-05T09:33:52.345Z] [2022-05-05T09:33:52.345Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:33:52.345Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-05T09:33:52.345Z] #15 DONE 1.9s [2022-05-05T09:33:52.345Z] [2022-05-05T09:33:52.345Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:33:52.345Z] #58 sha256:89b343e3eb827fea6ef34e4315f774661e5020ec1359cf360543f7fa35615352 [2022-05-05T09:33:52.345Z] #58 1.642 + RM_GOPATH=0 [2022-05-05T09:33:52.345Z] #58 1.642 + TMP_GOPATH= [2022-05-05T09:33:52.345Z] #58 1.642 + : /build [2022-05-05T09:33:52.345Z] #58 1.642 + '[' -z '' ']' [2022-05-05T09:33:52.345Z] #58 1.642 ++ mktemp -d [2022-05-05T09:33:52.345Z] #58 1.668 + export GOPATH=/tmp/tmp.ef4QZkcrAe [2022-05-05T09:33:52.345Z] #58 1.668 + GOPATH=/tmp/tmp.ef4QZkcrAe [2022-05-05T09:33:52.345Z] #58 1.668 + RM_GOPATH=1 [2022-05-05T09:33:52.345Z] #58 1.668 + case "$(go env GOARCH)" in [2022-05-05T09:33:52.345Z] #58 1.668 ++ go env GOARCH [2022-05-05T09:33:52.345Z] #58 1.698 Install runc version v1.1.1 (build tags: seccomp) [2022-05-05T09:33:52.345Z] #58 1.698 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:52.345Z] #58 1.698 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:52.345Z] #58 1.698 ++ dirname /install.sh [2022-05-05T09:33:52.345Z] #58 1.698 + dir=/ [2022-05-05T09:33:52.345Z] #58 1.698 + bin=runc [2022-05-05T09:33:52.345Z] #58 1.698 + shift [2022-05-05T09:33:52.345Z] #58 1.698 + '[' '!' -f //runc.installer ']' [2022-05-05T09:33:52.345Z] #58 1.698 + . //runc.installer [2022-05-05T09:33:52.345Z] #58 1.698 ++ set -e [2022-05-05T09:33:52.345Z] #58 1.698 ++ : v1.1.1 [2022-05-05T09:33:52.345Z] #58 1.698 + install_runc [2022-05-05T09:33:52.345Z] #58 1.698 + RUNC_BUILDTAGS=seccomp [2022-05-05T09:33:52.345Z] #58 1.698 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-05T09:33:52.345Z] #58 1.698 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ef4QZkcrAe/src/github.com/opencontainers/runc [2022-05-05T09:33:52.345Z] #58 1.698 Cloning into '/tmp/tmp.ef4QZkcrAe/src/github.com/opencontainers/runc'... [2022-05-05T09:33:52.798Z] #58 1.593 + RM_GOPATH=0 [2022-05-05T09:33:52.798Z] #58 1.593 + TMP_GOPATH= [2022-05-05T09:33:52.798Z] #58 1.593 + : /build [2022-05-05T09:33:52.798Z] #58 1.593 + '[' -z '' ']' [2022-05-05T09:33:52.798Z] #58 1.593 ++ mktemp -d [2022-05-05T09:33:52.798Z] #58 1.608 + export GOPATH=/tmp/tmp.zHJBDp1pxV [2022-05-05T09:33:52.798Z] #58 1.608 + GOPATH=/tmp/tmp.zHJBDp1pxV [2022-05-05T09:33:52.798Z] #58 1.608 + RM_GOPATH=1 [2022-05-05T09:33:52.798Z] #58 1.608 + case "$(go env GOARCH)" in [2022-05-05T09:33:52.798Z] #58 1.608 ++ go env GOARCH [2022-05-05T09:33:52.798Z] #58 1.642 Install runc version v1.1.1 (build tags: seccomp) [2022-05-05T09:33:52.798Z] #58 1.642 + export GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:52.798Z] #58 1.642 + GO_BUILDMODE=-buildmode=pie [2022-05-05T09:33:52.798Z] #58 1.642 ++ dirname /install.sh [2022-05-05T09:33:52.798Z] #58 1.642 + dir=/ [2022-05-05T09:33:52.798Z] #58 1.642 + bin=runc [2022-05-05T09:33:52.798Z] #58 1.642 + shift [2022-05-05T09:33:52.798Z] #58 1.642 + '[' '!' -f //runc.installer ']' [2022-05-05T09:33:52.798Z] #58 1.642 + . //runc.installer [2022-05-05T09:33:52.798Z] #58 1.642 ++ set -e [2022-05-05T09:33:52.798Z] #58 1.642 ++ : v1.1.1 [2022-05-05T09:33:52.798Z] #58 1.642 + install_runc [2022-05-05T09:33:52.798Z] #58 1.642 + RUNC_BUILDTAGS=seccomp [2022-05-05T09:33:52.798Z] #58 1.642 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-05T09:33:52.798Z] #58 1.642 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zHJBDp1pxV/src/github.com/opencontainers/runc [2022-05-05T09:33:52.798Z] #58 1.642 Cloning into '/tmp/tmp.zHJBDp1pxV/src/github.com/opencontainers/runc'... [2022-05-05T09:33:53.059Z] #58 ... [2022-05-05T09:33:53.059Z] [2022-05-05T09:33:53.059Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-05T09:33:53.059Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-05T09:33:53.059Z] #15 DONE 2.0s [2022-05-05T09:33:53.059Z] [2022-05-05T09:33:53.059Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-05T09:33:53.059Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-05-05T09:33:53.885Z] #58 ... [2022-05-05T09:33:53.885Z] [2022-05-05T09:33:53.885Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-05T09:33:53.885Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-05-05T09:33:53.885Z] #16 DONE 1.7s [2022-05-05T09:33:53.885Z] [2022-05-05T09:33:53.885Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-05T09:33:53.885Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-05-05T09:33:54.439Z] #16 DONE 1.4s [2022-05-05T09:33:54.439Z] [2022-05-05T09:33:54.439Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:33:54.439Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:33:54.439Z] #53 ... [2022-05-05T09:33:54.439Z] [2022-05-05T09:33:54.439Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-05T09:33:54.439Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-05-05T09:33:54.461Z] #21 25.76 Selecting previously unselected package libinih1:amd64. [2022-05-05T09:33:54.461Z] #21 25.76 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-05T09:33:54.461Z] #21 25.79 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-05T09:33:54.461Z] #21 25.83 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:33:54.461Z] #21 25.85 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:33:54.461Z] #21 25.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:33:54.461Z] #21 25.95 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:33:54.461Z] #21 25.96 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:33:54.461Z] #21 25.96 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:33:54.461Z] #21 26.04 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:33:54.721Z] #21 26.04 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:33:54.721Z] #21 26.05 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:33:54.721Z] #21 26.11 Selecting previously unselected package net-tools. [2022-05-05T09:33:54.721Z] #21 26.13 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-05T09:33:54.721Z] #21 26.14 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:33:54.814Z] #17 0.867 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-05T09:33:54.814Z] #17 DONE 1.0s [2022-05-05T09:33:54.814Z] [2022-05-05T09:33:54.814Z] #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-05T09:33:54.814Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:33:54.814Z] #34 ... [2022-05-05T09:33:54.814Z] [2022-05-05T09:33:54.814Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-05T09:33:54.814Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-05-05T09:33:54.982Z] #21 26.40 Selecting previously unselected package patch. [2022-05-05T09:33:54.982Z] #21 26.41 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-05T09:33:54.982Z] #21 26.42 Unpacking patch (2.7.6-7) ... [2022-05-05T09:33:54.982Z] #21 26.50 Selecting previously unselected package python-pip-whl. [2022-05-05T09:33:54.982Z] #21 26.50 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:33:54.982Z] #21 26.51 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:33:55.377Z] #17 0.898 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-05T09:33:55.377Z] #17 DONE 1.0s [2022-05-05T09:33:55.377Z] [2022-05-05T09:33:55.377Z] #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-05T09:33:55.377Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:33:55.377Z] #34 ... [2022-05-05T09:33:55.377Z] [2022-05-05T09:33:55.377Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-05T09:33:55.377Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-05-05T09:33:55.554Z] #21 27.04 Selecting previously unselected package python3-lib2to3. [2022-05-05T09:33:55.554Z] #21 27.04 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-05T09:33:55.554Z] #21 27.04 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:33:55.554Z] #21 27.18 Selecting previously unselected package python3-distutils. [2022-05-05T09:33:55.554Z] #21 27.18 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-05T09:33:55.554Z] #21 27.19 Unpacking python3-distutils (3.9.2-1) ... [2022-05-05T09:33:55.685Z] dccd9e4d14d3: Verifying Checksum [2022-05-05T09:33:55.685Z] dccd9e4d14d3: Download complete [2022-05-05T09:33:55.744Z] #18 DONE 0.9s [2022-05-05T09:33:55.744Z] [2022-05-05T09:33:55.744Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-05T09:33:55.744Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-05-05T09:33:55.815Z] #21 27.30 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:33:55.815Z] #21 27.30 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:33:55.815Z] #21 27.31 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:33:56.076Z] #21 27.43 Selecting previously unselected package python3-setuptools. [2022-05-05T09:33:56.076Z] #21 27.44 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-05T09:33:56.076Z] #21 27.44 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-05T09:33:56.315Z] #18 DONE 1.0s [2022-05-05T09:33:56.315Z] [2022-05-05T09:33:56.315Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-05T09:33:56.315Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-05-05T09:33:56.337Z] #21 27.70 Selecting previously unselected package python3-wheel. [2022-05-05T09:33:56.337Z] #21 27.71 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-05T09:33:56.337Z] #21 27.72 Unpacking python3-wheel (0.34.2-1) ... [2022-05-05T09:33:56.337Z] #21 27.80 Selecting previously unselected package python3-pip. [2022-05-05T09:33:56.337Z] #21 27.81 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:33:56.337Z] #21 27.82 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:33:56.561Z] #69 148.4 + bin/containerd-shim-runc-v1 [2022-05-05T09:33:56.599Z] #21 28.08 Selecting previously unselected package sudo. [2022-05-05T09:33:56.599Z] #21 28.09 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-05T09:33:56.599Z] #21 28.09 Unpacking sudo (1.9.5p2-3) ... [2022-05-05T09:33:56.675Z] #19 DONE 1.0s [2022-05-05T09:33:56.675Z] [2022-05-05T09:33:56.675Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-05T09:33:56.675Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-05-05T09:33:57.171Z] #21 28.61 Selecting previously unselected package thin-provisioning-tools. [2022-05-05T09:33:57.171Z] #21 28.62 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-05T09:33:57.171Z] #21 28.62 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:33:57.171Z] #21 28.80 Selecting previously unselected package uidmap. [2022-05-05T09:33:57.432Z] #21 28.80 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-05T09:33:57.432Z] #21 28.80 Unpacking uidmap (1:4.8.1-1) ... [2022-05-05T09:33:57.432Z] #21 28.92 Selecting previously unselected package vim-runtime. [2022-05-05T09:33:57.432Z] #21 28.94 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:33:57.432Z] #21 28.97 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-05T09:33:57.432Z] #21 28.99 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-05T09:33:57.432Z] #21 28.99 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:33:57.606Z] #20 DONE 0.9s [2022-05-05T09:33:57.606Z] [2022-05-05T09:33:57.606Z] #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-05T09:33:57.606Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:33:57.606Z] #34 ... [2022-05-05T09:33:57.606Z] [2022-05-05T09:33:57.606Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:33:57.606Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:33:57.695Z] #19 DONE 1.0s [2022-05-05T09:33:57.695Z] [2022-05-05T09:33:57.695Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-05T09:33:57.695Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-05-05T09:33:58.263Z] #20 DONE 1.0s [2022-05-05T09:33:58.263Z] [2022-05-05T09:33:58.263Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:33:58.263Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:33:58.523Z] #53 ... [2022-05-05T09:33:58.523Z] [2022-05-05T09:33:58.523Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:33:58.523Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:33:58.976Z] #21 1.422 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:33:59.233Z] #21 1.609 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:33:59.233Z] #21 1.622 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:33:59.418Z] 8f616e6e9eec: Verifying Checksum [2022-05-05T09:33:59.418Z] 8f616e6e9eec: Download complete [2022-05-05T09:33:59.460Z] #21 1.167 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-05T09:33:59.489Z] #21 1.881 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:33:59.720Z] #21 1.195 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-05T09:33:59.720Z] #21 1.199 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-05T09:33:59.980Z] #21 1.711 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-05T09:34:00.739Z] #21 31.93 Selecting previously unselected package vim. [2022-05-05T09:34:00.739Z] #21 31.94 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:34:00.739Z] #21 31.95 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:00.859Z] #21 3.104 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:34:00.918Z] #21 2.572 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-05T09:34:01.002Z] #21 32.49 Selecting previously unselected package xfsprogs. [2022-05-05T09:34:01.002Z] #21 32.50 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-05T09:34:01.002Z] #21 32.50 Unpacking xfsprogs (5.10.0-4) ... [2022-05-05T09:34:01.141Z] #53 ... [2022-05-05T09:34:01.141Z] [2022-05-05T09:34:01.141Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:34:01.141Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-05T09:34:01.141Z] #45 163.8 + dpkg --print-architecture [2022-05-05T09:34:01.141Z] #45 DONE 164.1s [2022-05-05T09:34:01.141Z] [2022-05-05T09:34:01.141Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:34:01.141Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:34:01.525Z] #21 32.91 Selecting previously unselected package zip. [2022-05-05T09:34:01.525Z] #21 32.91 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-05T09:34:01.525Z] #21 32.92 Unpacking zip (3.0-12) ... [2022-05-05T09:34:01.525Z] #21 33.04 Selecting previously unselected package zstd. [2022-05-05T09:34:01.525Z] #21 33.05 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-05T09:34:01.525Z] #21 33.05 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:34:01.877Z] dccd9e4d14d3: Verifying Checksum [2022-05-05T09:34:01.877Z] dccd9e4d14d3: Download complete [2022-05-05T09:34:02.048Z] #21 33.46 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:34:02.228Z] #21 4.419 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:34:02.297Z] #21 3.737 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-05T09:34:02.992Z] #21 34.21 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:02.992Z] #21 34.23 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:34:02.992Z] #21 34.24 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:34:02.992Z] #21 34.25 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:34:02.992Z] #21 34.26 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:02.992Z] #21 34.28 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-05T09:34:02.992Z] #21 34.30 Setting up uidmap (1:4.8.1-1) ... [2022-05-05T09:34:02.992Z] #21 34.31 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:34:02.992Z] #21 34.33 Setting up bzip2 (1.0.8-4) ... [2022-05-05T09:34:02.992Z] #21 34.34 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:34:02.992Z] #21 34.35 Setting up python3-wheel (0.34.2-1) ... [2022-05-05T09:34:03.151Z] #69 154.7 + bin/containerd-shim-runc-v2 [2022-05-05T09:34:03.151Z] #69 155.5 + binaries [2022-05-05T09:34:03.151Z] #69 155.5 + install -D bin/containerd /build/containerd [2022-05-05T09:34:03.151Z] #69 155.5 + install -D bin/containerd-shim /build/containerd-shim [2022-05-05T09:34:03.151Z] #69 155.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-05T09:34:03.151Z] #69 155.5 + install -D bin/ctr /build/ctr [2022-05-05T09:34:03.411Z] #69 DONE 156.0s [2022-05-05T09:34:03.565Z] #21 34.96 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:03.565Z] #21 34.97 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:34:03.565Z] #21 34.98 Setting up libcap2-bin (1:2.44-1) ... [2022-05-05T09:34:03.565Z] #21 34.99 Setting up apparmor (2.13.6-10) ... [2022-05-05T09:34:04.748Z] #21 7.210 Fetched 8511 kB in 6s (1367 kB/s) [2022-05-05T09:34:04.806Z] [2022-05-05T09:34:04.806Z] #70 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-05T09:34:04.806Z] #70 sha256:6b8b27852014646e3c4cb644c5a79bcb074c84f250fb7530cf10b6d7d3031001 [2022-05-05T09:34:04.806Z] #70 DONE 0.2s [2022-05-05T09:34:04.806Z] [2022-05-05T09:34:04.806Z] #75 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-05T09:34:04.806Z] #75 sha256:acd705a359bcd4a62ffd81b89296be97466f7fdf6ba1ac4d0ae477bcff8b4554 [2022-05-05T09:34:04.806Z] #75 DONE 0.1s [2022-05-05T09:34:04.895Z] 8f616e6e9eec: Verifying Checksum [2022-05-05T09:34:04.895Z] 8f616e6e9eec: Download complete [2022-05-05T09:34:04.948Z] #21 36.41 Setting up zip (3.0-12) ... [2022-05-05T09:34:04.948Z] #21 36.44 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:04.948Z] #21 36.47 Setting up bash-completion (1:2.11-2) ... [2022-05-05T09:34:05.066Z] [2022-05-05T09:34:05.067Z] #80 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-05T09:34:05.067Z] #80 sha256:3f946db74f067256414e43bfc0db31fbd35e583cbb86035ee5142fe09189a8b6 [2022-05-05T09:34:05.587Z] #21 6.955 Fetched 8511 kB in 6s (1404 kB/s) [2022-05-05T09:34:05.638Z] #80 DONE 0.5s [2022-05-05T09:34:05.638Z] [2022-05-05T09:34:05.638Z] #81 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-05T09:34:05.638Z] #81 sha256:cb355cde95d03d846b7b1ac8af474472a34c4d5890d6ad0bb611854935098757 [2022-05-05T09:34:05.638Z] #81 DONE 0.0s [2022-05-05T09:34:05.638Z] [2022-05-05T09:34:05.638Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-05T09:34:05.638Z] #82 sha256:dff128b821b8d589fbb5683f62358956a6a376403e400dcfaa787eb7147a8d86 [2022-05-05T09:34:06.861Z] #21 38.23 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:34:06.861Z] #21 38.26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-05T09:34:06.861Z] #21 38.27 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:34:06.861Z] #21 38.28 Setting up patch (2.7.6-7) ... [2022-05-05T09:34:06.861Z] #21 38.31 Setting up sudo (1.9.5p2-3) ... [2022-05-05T09:34:06.861Z] #21 38.41 invoke-rc.d: could not determine current runlevel [2022-05-05T09:34:06.861Z] #21 38.42 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-05T09:34:06.861Z] #21 38.42 Setting up xfsprogs (5.10.0-4) ... [2022-05-05T09:34:06.861Z] #21 38.44 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:34:06.861Z] #21 38.45 Setting up inetutils-ping (2:2.0-1) ... [2022-05-05T09:34:06.861Z] #21 38.47 Setting up pigz (2.6-1) ... [2022-05-05T09:34:06.971Z] #21 6.955 Reading package lists... [2022-05-05T09:34:06.971Z] #21 ... [2022-05-05T09:34:06.971Z] [2022-05-05T09:34:06.971Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:34:06.971Z] #58 sha256:ecae5ec5807f78e9474db2b738da4fec67cc01a1b9b7c0a265498e3d1bc5d3b0 [2022-05-05T09:34:06.971Z] #58 11.12 + cd /tmp/tmp.zHJBDp1pxV/src/github.com/opencontainers/runc [2022-05-05T09:34:06.971Z] #58 11.13 + git checkout -q v1.1.1 [2022-05-05T09:34:06.971Z] #58 11.36 + '[' -z '' ']' [2022-05-05T09:34:06.971Z] #58 11.36 + target=static [2022-05-05T09:34:06.971Z] #58 11.36 + make BUILDTAGS=seccomp static [2022-05-05T09:34:06.971Z] #58 11.68 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-05-05T09:34:07.122Z] #21 38.48 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:34:07.122Z] #21 38.49 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:34:07.122Z] #21 38.51 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:34:07.122Z] #21 38.52 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:07.281Z] #21 7.210 Reading package lists... [2022-05-05T09:34:07.694Z] #21 39.21 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:34:07.694Z] #21 39.22 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:34:07.908Z] #58 ... [2022-05-05T09:34:07.908Z] [2022-05-05T09:34:07.908Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:34:07.908Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:34:07.908Z] #21 6.955 Reading package lists... [2022-05-05T09:34:07.976Z] #21 39.60 Setting up libelf1:amd64 (0.183-1) ... [2022-05-05T09:34:07.976Z] #21 39.64 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:34:08.179Z] #82 DONE 2.7s [2022-05-05T09:34:08.237Z] #21 39.69 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:34:08.237Z] #21 39.73 Setting up python3-distutils (3.9.2-1) ... [2022-05-05T09:34:08.440Z] [2022-05-05T09:34:08.440Z] #83 exporting to image [2022-05-05T09:34:08.440Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-05T09:34:08.440Z] #83 exporting layers [2022-05-05T09:34:08.498Z] #21 40.16 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:08.498Z] #21 40.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-05T09:34:08.498Z] #21 40.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-05T09:34:08.498Z] #21 40.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-05T09:34:08.498Z] #21 40.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-05T09:34:08.759Z] #21 40.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-05T09:34:08.759Z] #21 40.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-05T09:34:08.759Z] #21 40.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-05T09:34:08.759Z] #21 40.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-05T09:34:08.759Z] #21 40.23 Setting up python3-setuptools (52.0.0-4) ... [2022-05-05T09:34:09.800Z] #21 9.682 Reading package lists... [2022-05-05T09:34:10.144Z] #21 41.64 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:34:10.144Z] #21 41.66 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:34:10.144Z] #21 41.67 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:34:10.144Z] #21 41.68 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:34:10.362Z] #21 12.06 Building dependency tree... [2022-05-05T09:34:10.445Z] #21 9.540 Reading package lists... [2022-05-05T09:34:10.445Z] #21 ... [2022-05-05T09:34:10.445Z] [2022-05-05T09:34:10.445Z] #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-05T09:34:10.445Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:34:10.445Z] #34 DONE 150.8s [2022-05-05T09:34:10.445Z] [2022-05-05T09:34:10.445Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:34:10.445Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:34:10.445Z] #21 9.540 Reading package lists... [2022-05-05T09:34:10.925Z] #21 13.27 The following additional packages will be installed: [2022-05-05T09:34:10.925Z] #21 13.27 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:34:10.925Z] #21 13.27 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-05T09:34:10.925Z] #21 13.28 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-05T09:34:10.925Z] #21 13.28 python3-pkg-resources vim-runtime xxd [2022-05-05T09:34:10.925Z] #21 13.28 Suggested packages: [2022-05-05T09:34:10.925Z] #21 13.28 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-05T09:34:10.925Z] #21 13.28 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-05T09:34:10.925Z] #21 13.28 acl attr quota [2022-05-05T09:34:10.925Z] #21 13.28 Recommended packages: [2022-05-05T09:34:10.925Z] #21 13.28 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-05T09:34:11.013Z] #21 11.88 Building dependency tree... [2022-05-05T09:34:11.487Z] #21 ... [2022-05-05T09:34:11.487Z] [2022-05-05T09:34:11.487Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:34:11.487Z] #58 sha256:89b343e3eb827fea6ef34e4315f774661e5020ec1359cf360543f7fa35615352 [2022-05-05T09:34:11.487Z] #58 11.09 + cd /tmp/tmp.ef4QZkcrAe/src/github.com/opencontainers/runc [2022-05-05T09:34:11.487Z] #58 11.09 + git checkout -q v1.1.1 [2022-05-05T09:34:11.487Z] #58 11.41 + '[' -z '' ']' [2022-05-05T09:34:11.487Z] #58 11.41 + target=static [2022-05-05T09:34:11.487Z] #58 11.41 + make BUILDTAGS=seccomp static [2022-05-05T09:34:11.487Z] #58 12.04 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-05-05T09:34:11.530Z] #21 42.78 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:34:11.530Z] #21 42.80 Setting up jq (1.6-2.1) ... [2022-05-05T09:34:11.530Z] #21 42.81 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:34:11.530Z] #21 42.83 Setting up iptables (1.8.7-1) ... [2022-05-05T09:34:11.530Z] #21 42.84 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:34:11.530Z] #21 42.85 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:34:11.530Z] #21 42.85 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:34:11.530Z] #21 42.86 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:34:11.530Z] #21 42.86 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-05T09:34:11.530Z] #21 42.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-05T09:34:11.530Z] #21 42.87 Setting up iproute2 (5.10.0-4) ... [2022-05-05T09:34:11.791Z] #21 43.22 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:34:11.951Z] #21 13.58 The following additional packages will be installed: [2022-05-05T09:34:11.951Z] #21 13.58 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:34:11.951Z] #21 13.59 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-05T09:34:11.951Z] #21 13.59 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-05T09:34:11.951Z] #21 13.59 python3-pkg-resources vim-runtime xxd [2022-05-05T09:34:11.951Z] #21 13.59 Suggested packages: [2022-05-05T09:34:11.951Z] #21 13.59 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-05T09:34:11.951Z] #21 13.59 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-05T09:34:11.951Z] #21 13.59 acl attr quota [2022-05-05T09:34:11.951Z] #21 13.59 Recommended packages: [2022-05-05T09:34:11.951Z] #21 13.59 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-05T09:34:12.049Z] #58 ... [2022-05-05T09:34:12.049Z] [2022-05-05T09:34:12.049Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:34:12.049Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:34:12.049Z] #21 14.52 The following NEW packages will be installed: [2022-05-05T09:34:12.305Z] #21 14.53 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-05T09:34:12.305Z] #21 14.53 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:34:12.305Z] #21 14.53 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-05T09:34:12.305Z] #21 14.53 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-05T09:34:12.305Z] #21 14.53 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-05T09:34:12.305Z] #21 14.53 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-05T09:34:12.305Z] #21 14.54 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-05T09:34:12.305Z] #21 14.54 xz-utils zip zstd [2022-05-05T09:34:12.363Z] #21 DONE 43.7s [2022-05-05T09:34:12.363Z] [2022-05-05T09:34:12.363Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-05-05T09:34:12.363Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-05-05T09:34:12.562Z] #21 14.83 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:34:12.562Z] #21 14.83 Need to get 27.6 MB of archives. [2022-05-05T09:34:12.562Z] #21 14.83 After this operation, 106 MB of additional disk space will be used. [2022-05-05T09:34:12.562Z] #21 14.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-05T09:34:12.562Z] #21 14.84 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-05T09:34:12.562Z] #21 14.84 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-05T09:34:12.562Z] #21 14.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-05T09:34:12.562Z] #21 14.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-05T09:34:12.562Z] #21 14.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-05T09:34:12.562Z] #21 14.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-05T09:34:12.562Z] #21 14.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-05T09:34:12.562Z] #21 14.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:34:12.562Z] #21 14.90 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-05T09:34:12.562Z] #21 14.91 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-05T09:34:12.562Z] #21 14.92 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-05T09:34:12.562Z] #21 14.94 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-05T09:34:12.562Z] #21 14.94 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-05T09:34:12.562Z] #21 14.96 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-05T09:34:12.562Z] #21 14.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-05T09:34:12.562Z] #21 14.98 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-05T09:34:12.562Z] #21 14.98 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-05T09:34:12.562Z] #21 14.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-05T09:34:12.562Z] #21 14.98 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-05T09:34:12.562Z] #21 14.99 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-05T09:34:12.562Z] #21 15.01 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:34:12.562Z] #21 15.01 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:34:12.562Z] #21 15.02 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:34:12.562Z] #21 15.02 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-05T09:34:12.562Z] #21 15.03 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-05T09:34:12.562Z] #21 15.03 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:34:13.124Z] #21 15.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-05T09:34:13.124Z] #21 15.49 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-05T09:34:13.124Z] #21 15.49 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-05T09:34:13.124Z] #21 15.50 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-05T09:34:13.124Z] #21 15.50 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-05T09:34:13.124Z] #21 15.52 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-05T09:34:13.124Z] #21 15.53 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-05T09:34:13.124Z] #21 15.60 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-05T09:34:13.331Z] #21 14.63 The following NEW packages will be installed: [2022-05-05T09:34:13.331Z] #21 14.63 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-05T09:34:13.331Z] #21 14.63 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-05T09:34:13.331Z] #21 14.63 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-05T09:34:13.331Z] #21 14.64 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-05T09:34:13.331Z] #21 14.64 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-05T09:34:13.331Z] #21 14.64 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-05T09:34:13.331Z] #21 14.64 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-05T09:34:13.331Z] #21 14.64 xz-utils zip zstd [2022-05-05T09:34:13.331Z] #21 14.93 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:34:13.331Z] #21 14.93 Need to get 27.6 MB of archives. [2022-05-05T09:34:13.331Z] #21 14.93 After this operation, 106 MB of additional disk space will be used. [2022-05-05T09:34:13.331Z] #21 14.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-05T09:34:13.331Z] #21 14.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-05T09:34:13.331Z] #21 14.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-05T09:34:13.331Z] #21 14.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-05T09:34:13.331Z] #21 14.94 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-05T09:34:13.331Z] #21 14.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-05T09:34:13.331Z] #21 14.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-05T09:34:13.331Z] #21 14.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-05T09:34:13.331Z] #21 14.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-05T09:34:13.331Z] #21 14.96 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-05T09:34:13.331Z] #21 14.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-05T09:34:13.331Z] #21 14.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-05T09:34:13.331Z] #21 14.98 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-05T09:34:13.331Z] #21 14.99 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-05T09:34:13.331Z] #21 15.01 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-05T09:34:13.331Z] #21 15.01 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-05T09:34:13.331Z] #21 15.02 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-05T09:34:13.331Z] #21 15.02 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-05T09:34:13.331Z] #21 15.02 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-05T09:34:13.331Z] #21 15.03 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-05T09:34:13.331Z] #21 15.03 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-05T09:34:13.331Z] #21 15.03 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-05T09:34:13.331Z] #21 15.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-05T09:34:13.331Z] #21 15.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-05T09:34:13.331Z] #21 15.05 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-05T09:34:13.331Z] #21 15.05 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-05T09:34:13.331Z] #21 15.06 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-05T09:34:13.380Z] #21 15.61 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-05T09:34:13.380Z] #21 15.62 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:34:13.380Z] #21 15.63 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-05T09:34:13.380Z] #21 15.64 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-05T09:34:13.380Z] #21 15.65 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-05T09:34:13.380Z] #21 15.65 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-05T09:34:13.380Z] #21 15.69 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-05T09:34:13.380Z] #21 15.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-05T09:34:13.380Z] #21 15.70 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-05T09:34:13.591Z] #21 15.35 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-05T09:34:13.591Z] #21 15.35 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-05T09:34:13.591Z] #21 15.35 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-05T09:34:13.591Z] #21 15.35 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-05T09:34:13.591Z] #21 15.35 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-05T09:34:13.591Z] #21 15.35 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-05T09:34:13.591Z] #21 15.36 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-05T09:34:13.591Z] #21 15.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-05T09:34:13.637Z] #21 15.99 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-05T09:34:13.637Z] #21 16.04 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-05T09:34:13.637Z] #21 ... [2022-05-05T09:34:13.637Z] [2022-05-05T09:34:13.637Z] #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-05T09:34:13.637Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-05T09:34:13.637Z] #34 DONE 154.5s [2022-05-05T09:34:13.637Z] [2022-05-05T09:34:13.637Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-05-05T09:34:13.637Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-05T09:34:13.637Z] #21 16.06 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-05T09:34:13.637Z] #21 16.07 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-05T09:34:13.749Z] #22 1.264 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-05T09:34:13.750Z] #22 1.272 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-05T09:34:13.750Z] #22 1.279 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-05T09:34:13.750Z] #22 DONE 1.3s [2022-05-05T09:34:13.750Z] [2022-05-05T09:34:13.750Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-05T09:34:13.750Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-05-05T09:34:13.851Z] #21 15.42 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-05T09:34:13.851Z] #21 15.42 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-05T09:34:13.851Z] #21 15.42 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-05T09:34:13.851Z] #21 15.43 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-05T09:34:13.851Z] #21 15.44 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-05T09:34:13.851Z] #21 15.45 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-05T09:34:13.851Z] #21 15.46 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-05T09:34:13.851Z] #21 15.47 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-05T09:34:13.851Z] #21 15.47 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-05T09:34:13.851Z] #21 15.63 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-05T09:34:13.851Z] #21 15.67 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-05T09:34:14.117Z] #21 15.69 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-05T09:34:14.117Z] #21 15.70 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-05T09:34:14.565Z] #21 16.81 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:34:14.565Z] #21 17.07 Fetched 27.6 MB in 2s (18.0 MB/s) [2022-05-05T09:34:14.565Z] #21 17.13 Selecting previously unselected package pigz. [2022-05-05T09:34:14.688Z] #21 16.21 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:34:14.688Z] #21 16.34 Fetched 27.6 MB in 1s (26.0 MB/s) [2022-05-05T09:34:14.688Z] #21 16.38 Selecting previously unselected package pigz. [2022-05-05T09:34:14.821Z] #21 17.13 (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-05T09:34:14.821Z] #21 17.23 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-05T09:34:14.821Z] #21 17.25 Unpacking pigz (2.6-1) ... [2022-05-05T09:34:14.947Z] #21 16.38 (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-05T09:34:14.947Z] #21 16.42 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-05T09:34:14.947Z] #21 16.43 Unpacking pigz (2.6-1) ... [2022-05-05T09:34:14.947Z] #21 16.53 Selecting previously unselected package libelf1:amd64. [2022-05-05T09:34:14.947Z] #21 16.55 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-05T09:34:14.947Z] #21 16.56 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-05T09:34:15.077Z] #21 17.36 Selecting previously unselected package libelf1:amd64. [2022-05-05T09:34:15.077Z] #21 17.36 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-05T09:34:15.077Z] #21 17.37 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-05T09:34:15.207Z] #21 16.70 Selecting previously unselected package libbpf0:amd64. [2022-05-05T09:34:15.207Z] #21 16.71 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-05T09:34:15.207Z] #21 16.72 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:34:15.207Z] #21 16.81 Selecting previously unselected package libcap2:amd64. [2022-05-05T09:34:15.207Z] #21 16.81 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-05T09:34:15.207Z] #21 16.83 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:34:15.207Z] #21 16.88 Selecting previously unselected package libmnl0:amd64. [2022-05-05T09:34:15.207Z] #21 16.89 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-05T09:34:15.207Z] #21 16.89 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:34:15.333Z] #21 17.63 Selecting previously unselected package libbpf0:amd64. [2022-05-05T09:34:15.333Z] #21 17.63 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-05T09:34:15.333Z] #21 17.63 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:34:15.333Z] #21 17.70 Selecting previously unselected package libcap2:amd64. [2022-05-05T09:34:15.333Z] #21 17.73 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-05T09:34:15.333Z] #21 17.73 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:34:15.333Z] #21 17.79 Selecting previously unselected package libmnl0:amd64. [2022-05-05T09:34:15.333Z] #21 17.80 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-05T09:34:15.333Z] #21 17.81 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:34:15.333Z] #21 17.85 Selecting previously unselected package libxtables12:amd64. [2022-05-05T09:34:15.467Z] #21 16.95 Selecting previously unselected package libxtables12:amd64. [2022-05-05T09:34:15.467Z] #21 16.95 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-05T09:34:15.467Z] #21 16.96 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:34:15.467Z] #21 17.02 Selecting previously unselected package libcap2-bin. [2022-05-05T09:34:15.467Z] #21 17.02 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-05T09:34:15.467Z] #21 17.03 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-05T09:34:15.467Z] #21 17.11 Selecting previously unselected package iproute2. [2022-05-05T09:34:15.467Z] #21 17.12 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-05T09:34:15.467Z] #21 17.13 Unpacking iproute2 (5.10.0-4) ... [2022-05-05T09:34:15.590Z] #21 17.86 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-05T09:34:15.590Z] #21 17.88 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:34:15.590Z] #21 17.94 Selecting previously unselected package libcap2-bin. [2022-05-05T09:34:15.590Z] #21 17.95 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-05T09:34:15.590Z] #21 17.96 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-05T09:34:15.590Z] #21 18.04 Selecting previously unselected package iproute2. [2022-05-05T09:34:15.590Z] #21 18.04 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-05T09:34:15.590Z] #21 18.05 Unpacking iproute2 (5.10.0-4) ... [2022-05-05T09:34:15.985Z] #21 17.52 Selecting previously unselected package xxd. [2022-05-05T09:34:15.985Z] #21 17.53 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:34:15.985Z] #21 17.54 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:15.985Z] #21 17.65 Selecting previously unselected package vim-common. [2022-05-05T09:34:15.985Z] #21 17.66 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:34:15.985Z] #21 17.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:16.153Z] #21 18.57 Selecting previously unselected package xxd. [2022-05-05T09:34:16.153Z] #21 18.58 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:34:16.153Z] #21 18.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:16.153Z] #21 18.71 Selecting previously unselected package vim-common. [2022-05-05T09:34:16.244Z] #21 17.82 Selecting previously unselected package bash-completion. [2022-05-05T09:34:16.244Z] #21 17.82 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-05T09:34:16.410Z] #21 18.71 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:34:16.410Z] #21 18.73 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:16.410Z] #21 18.88 Selecting previously unselected package bash-completion. [2022-05-05T09:34:16.410Z] #21 18.89 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-05T09:34:18.149Z] #21 19.66 Unpacking bash-completion (1:2.11-2) ... [2022-05-05T09:34:18.301Z] #21 20.54 Unpacking bash-completion (1:2.11-2) ... [2022-05-05T09:34:18.408Z] #21 20.10 Selecting previously unselected package bzip2. [2022-05-05T09:34:18.408Z] #21 20.10 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-05T09:34:18.408Z] #21 20.11 Unpacking bzip2 (1.0.8-4) ... [2022-05-05T09:34:18.408Z] #21 20.19 Selecting previously unselected package xz-utils. [2022-05-05T09:34:18.557Z] #21 20.86 Selecting previously unselected package bzip2. [2022-05-05T09:34:18.557Z] #21 20.86 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-05T09:34:18.557Z] #21 20.87 Unpacking bzip2 (1.0.8-4) ... [2022-05-05T09:34:18.557Z] #21 20.94 Selecting previously unselected package xz-utils. [2022-05-05T09:34:18.557Z] #21 20.95 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-05T09:34:18.557Z] #21 20.97 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:34:18.667Z] #21 20.20 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-05T09:34:18.667Z] #21 20.20 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:34:18.667Z] #21 20.36 Selecting previously unselected package apparmor. [2022-05-05T09:34:18.667Z] #21 20.36 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-05T09:34:18.667Z] #21 20.43 Unpacking apparmor (2.13.6-10) ... [2022-05-05T09:34:18.813Z] #21 21.11 Selecting previously unselected package apparmor. [2022-05-05T09:34:18.813Z] #21 21.11 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-05T09:34:18.813Z] #21 21.17 Unpacking apparmor (2.13.6-10) ... [2022-05-05T09:34:19.069Z] #21 21.56 Selecting previously unselected package inetutils-ping. [2022-05-05T09:34:19.069Z] #21 21.56 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-05T09:34:19.069Z] #21 21.57 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-05T09:34:19.242Z] #21 20.83 Selecting previously unselected package inetutils-ping. [2022-05-05T09:34:19.242Z] #21 20.83 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-05T09:34:19.242Z] #21 20.83 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-05T09:34:19.326Z] #21 21.67 Selecting previously unselected package libip4tc2:amd64. [2022-05-05T09:34:19.326Z] #21 21.68 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:34:19.326Z] #21 21.69 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:19.326Z] #21 21.77 Selecting previously unselected package libip6tc2:amd64. [2022-05-05T09:34:19.326Z] #21 21.78 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:34:19.326Z] #21 21.78 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:19.326Z] #21 21.84 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-05T09:34:19.326Z] #21 21.85 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-05T09:34:19.326Z] #21 21.86 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:34:19.502Z] #21 20.93 Selecting previously unselected package libip4tc2:amd64. [2022-05-05T09:34:19.502Z] #21 20.94 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:34:19.502Z] #21 20.95 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:19.502Z] #21 21.02 Selecting previously unselected package libip6tc2:amd64. [2022-05-05T09:34:19.502Z] #21 21.02 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-05T09:34:19.502Z] #21 21.02 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:19.502Z] #21 21.12 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-05T09:34:19.502Z] #21 21.14 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-05T09:34:19.502Z] #21 21.16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:34:19.502Z] #21 21.21 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-05T09:34:19.582Z] #21 21.91 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-05T09:34:19.582Z] #21 21.91 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-05T09:34:19.582Z] #21 21.93 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:34:19.582Z] #21 22.00 Selecting previously unselected package libnftnl11:amd64. [2022-05-05T09:34:19.582Z] #21 22.01 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-05T09:34:19.582Z] #21 22.02 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:34:19.582Z] #21 22.09 Selecting previously unselected package iptables. [2022-05-05T09:34:19.582Z] #21 22.10 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-05T09:34:19.582Z] #21 22.11 Unpacking iptables (1.8.7-1) ... [2022-05-05T09:34:19.761Z] #21 21.21 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-05T09:34:19.761Z] #21 21.21 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:34:19.761Z] #21 21.28 Selecting previously unselected package libnftnl11:amd64. [2022-05-05T09:34:19.761Z] #21 21.28 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-05T09:34:19.761Z] #21 21.29 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:34:19.761Z] #21 21.36 Selecting previously unselected package iptables. [2022-05-05T09:34:19.761Z] #21 21.37 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-05T09:34:19.761Z] #21 21.37 Unpacking iptables (1.8.7-1) ... [2022-05-05T09:34:20.022Z] #21 21.67 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:34:20.022Z] #21 21.69 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:34:20.022Z] #21 21.69 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:34:20.145Z] #21 22.35 Selecting previously unselected package libonig5:amd64. [2022-05-05T09:34:20.146Z] #21 22.36 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-05T09:34:20.146Z] #21 22.37 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:34:20.146Z] #21 22.51 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:34:20.146Z] #21 22.52 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:34:20.146Z] #21 22.53 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:34:20.146Z] #21 22.63 Selecting previously unselected package jq. [2022-05-05T09:34:20.146Z] #21 22.64 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:34:20.146Z] #21 22.65 Unpacking jq (1.6-2.1) ... [2022-05-05T09:34:20.146Z] #21 22.75 Selecting previously unselected package libaio1:amd64. [2022-05-05T09:34:20.146Z] #21 22.75 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-05T09:34:20.281Z] #21 21.85 Selecting previously unselected package libjq1:amd64. [2022-05-05T09:34:20.281Z] #21 21.87 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-05T09:34:20.281Z] #21 21.87 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:34:20.281Z] #21 21.98 Selecting previously unselected package jq. [2022-05-05T09:34:20.281Z] #21 21.99 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-05T09:34:20.281Z] #21 22.00 Unpacking jq (1.6-2.1) ... [2022-05-05T09:34:20.402Z] #21 22.75 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:34:20.403Z] #21 22.82 Selecting previously unselected package libgpm2:amd64. [2022-05-05T09:34:20.403Z] #21 22.82 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-05T09:34:20.403Z] #21 22.83 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:34:20.403Z] #21 22.88 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:34:20.541Z] #21 22.08 Selecting previously unselected package libaio1:amd64. [2022-05-05T09:34:20.541Z] #21 22.10 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-05T09:34:20.541Z] #21 22.11 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:34:20.541Z] #21 22.15 Selecting previously unselected package libgpm2:amd64. [2022-05-05T09:34:20.541Z] #21 22.16 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-05T09:34:20.541Z] #21 22.17 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:34:20.541Z] #21 22.22 Selecting previously unselected package libicu67:amd64. [2022-05-05T09:34:20.541Z] #21 22.22 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:34:20.541Z] #21 22.23 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:34:20.660Z] #21 22.89 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-05T09:34:20.660Z] #21 22.89 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-05T09:34:23.749Z] #23 9.631 Collecting yamllint==1.26.1 [2022-05-05T09:34:23.833Z] #21 25.14 Selecting previously unselected package libinih1:amd64. [2022-05-05T09:34:23.833Z] #21 25.16 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-05T09:34:23.833Z] #21 25.17 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-05T09:34:23.833Z] #21 25.22 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:34:23.833Z] #21 25.22 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:34:23.833Z] #21 25.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:34:23.833Z] #21 25.32 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:34:23.833Z] #21 25.32 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:34:23.833Z] #21 25.33 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:34:23.833Z] #21 25.42 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:34:23.833Z] #21 25.42 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:34:23.833Z] #21 25.43 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:34:23.833Z] #21 25.48 Selecting previously unselected package net-tools. [2022-05-05T09:34:23.833Z] #21 25.49 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-05T09:34:23.833Z] #21 25.49 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:34:23.931Z] #21 25.92 Selecting previously unselected package libinih1:amd64. [2022-05-05T09:34:23.931Z] #21 25.92 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-05T09:34:23.932Z] #21 25.94 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-05T09:34:23.932Z] #21 25.99 Selecting previously unselected package libnet1:amd64. [2022-05-05T09:34:23.932Z] #21 26.00 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-05T09:34:23.932Z] #21 26.00 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:34:23.932Z] #21 26.09 Selecting previously unselected package libnl-3-200:amd64. [2022-05-05T09:34:23.932Z] #21 26.09 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-05T09:34:23.932Z] #21 26.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:34:23.932Z] #21 26.18 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-05T09:34:23.932Z] #21 26.18 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-05T09:34:23.932Z] #21 26.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:34:23.932Z] #21 26.24 Selecting previously unselected package net-tools. [2022-05-05T09:34:23.932Z] #21 26.25 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-05T09:34:23.932Z] #21 26.27 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:34:24.093Z] #21 25.68 Selecting previously unselected package patch. [2022-05-05T09:34:24.093Z] #21 25.68 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-05T09:34:24.093Z] #21 25.69 Unpacking patch (2.7.6-7) ... [2022-05-05T09:34:24.188Z] #21 26.44 Selecting previously unselected package patch. [2022-05-05T09:34:24.188Z] #21 26.45 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-05T09:34:24.188Z] #21 26.46 Unpacking patch (2.7.6-7) ... [2022-05-05T09:34:24.188Z] #21 26.57 Selecting previously unselected package python-pip-whl. [2022-05-05T09:34:24.188Z] #21 26.58 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:34:24.188Z] #21 26.59 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:34:24.320Z] #23 10.68 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-05T09:34:24.352Z] #21 25.80 Selecting previously unselected package python-pip-whl. [2022-05-05T09:34:24.352Z] #21 25.80 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:34:24.352Z] #21 25.80 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:34:24.612Z] #21 26.39 Selecting previously unselected package python3-lib2to3. [2022-05-05T09:34:24.752Z] #21 27.16 Selecting previously unselected package python3-lib2to3. [2022-05-05T09:34:24.752Z] #21 27.17 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-05T09:34:24.752Z] #21 27.18 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:34:24.871Z] #21 26.39 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-05T09:34:24.872Z] #21 26.40 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:34:24.872Z] #21 26.50 Selecting previously unselected package python3-distutils. [2022-05-05T09:34:24.872Z] #21 26.51 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-05T09:34:24.872Z] #21 26.52 Unpacking python3-distutils (3.9.2-1) ... [2022-05-05T09:34:25.009Z] #21 27.27 Selecting previously unselected package python3-distutils. [2022-05-05T09:34:25.009Z] #21 27.28 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-05T09:34:25.009Z] #21 27.29 Unpacking python3-distutils (3.9.2-1) ... [2022-05-05T09:34:25.009Z] #21 27.41 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:34:25.009Z] #21 27.42 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:34:25.009Z] #21 27.42 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:34:25.009Z] #21 27.54 Selecting previously unselected package python3-setuptools. [2022-05-05T09:34:25.131Z] #21 26.64 Selecting previously unselected package python3-pkg-resources. [2022-05-05T09:34:25.131Z] #21 26.64 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-05T09:34:25.131Z] #21 26.65 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:34:25.131Z] #21 26.77 Selecting previously unselected package python3-setuptools. [2022-05-05T09:34:25.131Z] #21 26.78 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-05T09:34:25.131Z] #21 26.79 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-05T09:34:25.262Z] #23 11.81 Collecting pathspec>=0.5.3 [2022-05-05T09:34:25.262Z] #23 11.81 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-05T09:34:25.266Z] #21 27.54 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-05T09:34:25.266Z] #21 27.55 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-05T09:34:25.266Z] #21 27.71 Selecting previously unselected package python3-wheel. [2022-05-05T09:34:25.266Z] #21 27.71 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-05T09:34:25.266Z] #21 27.71 Unpacking python3-wheel (0.34.2-1) ... [2022-05-05T09:34:25.392Z] #21 26.97 Selecting previously unselected package python3-wheel. [2022-05-05T09:34:25.392Z] #21 26.98 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-05T09:34:25.392Z] #21 26.98 Unpacking python3-wheel (0.34.2-1) ... [2022-05-05T09:34:25.392Z] #21 27.03 Selecting previously unselected package python3-pip. [2022-05-05T09:34:25.392Z] #21 27.05 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:34:25.392Z] #21 27.05 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:34:25.523Z] #21 27.79 Selecting previously unselected package python3-pip. [2022-05-05T09:34:25.523Z] #21 27.80 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-05T09:34:25.523Z] #21 27.81 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:34:25.651Z] #21 27.32 Selecting previously unselected package sudo. [2022-05-05T09:34:25.651Z] #21 27.34 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-05T09:34:25.651Z] #21 27.35 Unpacking sudo (1.9.5p2-3) ... [2022-05-05T09:34:25.780Z] #21 28.09 Selecting previously unselected package sudo. [2022-05-05T09:34:25.780Z] #21 28.09 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-05T09:34:25.780Z] #21 28.10 Unpacking sudo (1.9.5p2-3) ... [2022-05-05T09:34:25.834Z] #23 12.20 Collecting pyyaml [2022-05-05T09:34:25.834Z] #23 12.21 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-05T09:34:25.834Z] #23 12.26 Building wheels for collected packages: yamllint [2022-05-05T09:34:25.834Z] #23 12.27 Building wheel for yamllint (setup.py): started [2022-05-05T09:34:26.219Z] #21 27.83 Selecting previously unselected package thin-provisioning-tools. [2022-05-05T09:34:26.220Z] #21 27.84 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-05T09:34:26.220Z] #21 27.85 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:34:26.220Z] #21 28.02 Selecting previously unselected package uidmap. [2022-05-05T09:34:26.220Z] #21 28.03 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-05T09:34:26.344Z] #21 28.60 Selecting previously unselected package thin-provisioning-tools. [2022-05-05T09:34:26.344Z] #21 28.60 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-05T09:34:26.344Z] #21 28.60 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:34:26.344Z] #21 28.79 Selecting previously unselected package uidmap. [2022-05-05T09:34:26.344Z] #21 28.80 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-05T09:34:26.344Z] #21 28.81 Unpacking uidmap (1:4.8.1-1) ... [2022-05-05T09:34:26.344Z] #21 28.93 Selecting previously unselected package vim-runtime. [2022-05-05T09:34:26.344Z] #21 28.93 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:34:26.479Z] #21 28.04 Unpacking uidmap (1:4.8.1-1) ... [2022-05-05T09:34:26.479Z] #21 28.21 Selecting previously unselected package vim-runtime. [2022-05-05T09:34:26.479Z] #21 28.21 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-05T09:34:26.479Z] #21 28.24 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-05T09:34:26.601Z] #21 28.96 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-05T09:34:26.601Z] #21 28.97 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-05T09:34:26.601Z] #21 28.99 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:26.738Z] #21 28.29 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-05T09:34:26.738Z] #21 28.31 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:26.775Z] #23 13.19 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-05T09:34:26.775Z] #23 13.20 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=879b6f4174f86db2aed59db6180921996f692fe6fdc06037b6a80e02cbdcaf97 [2022-05-05T09:34:26.775Z] #23 13.20 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-05T09:34:26.775Z] #23 13.20 Successfully built yamllint [2022-05-05T09:34:26.775Z] #23 13.24 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-05T09:34:27.036Z] #23 13.61 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-05T09:34:27.980Z] #23 DONE 14.2s [2022-05-05T09:34:27.980Z] [2022-05-05T09:34:27.980Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-05T09:34:27.980Z] #27 sha256:798b8f78606414a7ca5c901bd85164c46a171394cc04a48d878d96c066ed2d06 [2022-05-05T09:34:27.980Z] #27 DONE 0.4s [2022-05-05T09:34:27.980Z] [2022-05-05T09:34:27.980Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:34:27.980Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:34:28.243Z] #45 ... [2022-05-05T09:34:28.243Z] [2022-05-05T09:34:28.243Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-05T09:34:28.243Z] #32 sha256:a3da5b3e369494c22aecb4a93746eb91a241d0704e0e6fba7a462b2e5516fffc [2022-05-05T09:34:28.814Z] #32 DONE 0.7s [2022-05-05T09:34:28.814Z] [2022-05-05T09:34:28.814Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-05T09:34:28.814Z] #35 sha256:f9a946a3688d1cf64dc7227d42e5ad1f30f1f49845f8e29dcae29a4812818d59 [2022-05-05T09:34:29.123Z] #21 31.47 Selecting previously unselected package vim. [2022-05-05T09:34:29.123Z] #21 31.47 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:34:29.123Z] #21 31.49 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:29.387Z] #35 DONE 0.4s [2022-05-05T09:34:29.387Z] [2022-05-05T09:34:29.387Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-05T09:34:29.387Z] #37 sha256:3e3daaf2fe7e0797fc329d28c16120701601d94fa75ef9982a552673e66b1c36 [2022-05-05T09:34:29.387Z] #37 DONE 0.1s [2022-05-05T09:34:29.387Z] [2022-05-05T09:34:29.387Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-05T09:34:29.387Z] #39 sha256:001b035e570a0e94c016c6b58e82d57265a66f98d07a60ff1e1e630e7de29ca8 [2022-05-05T09:34:29.648Z] #39 DONE 0.1s [2022-05-05T09:34:29.648Z] [2022-05-05T09:34:29.648Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-05T09:34:29.648Z] #43 sha256:1c629315bf56a7949d46ca4c77ca5faa354edb0541c33a03b3f6edf8c82bc52a [2022-05-05T09:34:29.648Z] #43 DONE 0.1s [2022-05-05T09:34:29.648Z] [2022-05-05T09:34:29.648Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:34:29.648Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [2022-05-05T09:34:29.690Z] #21 31.95 Selecting previously unselected package xfsprogs. [2022-05-05T09:34:29.691Z] #21 31.96 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-05T09:34:29.691Z] #21 31.96 Unpacking xfsprogs (5.10.0-4) ... [2022-05-05T09:34:29.947Z] #21 32.40 Selecting previously unselected package zip. [2022-05-05T09:34:29.947Z] #21 32.40 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-05T09:34:29.947Z] #21 32.41 Unpacking zip (3.0-12) ... [2022-05-05T09:34:30.034Z] #21 31.14 Selecting previously unselected package vim. [2022-05-05T09:34:30.034Z] #21 31.16 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-05T09:34:30.034Z] #21 31.17 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:30.034Z] #21 31.71 Selecting previously unselected package xfsprogs. [2022-05-05T09:34:30.034Z] #21 31.71 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-05T09:34:30.034Z] #21 31.72 Unpacking xfsprogs (5.10.0-4) ... [2022-05-05T09:34:30.204Z] #21 32.53 Selecting previously unselected package zstd. [2022-05-05T09:34:30.205Z] #21 32.53 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-05T09:34:30.205Z] #21 32.54 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:34:30.293Z] #21 32.11 Selecting previously unselected package zip. [2022-05-05T09:34:30.461Z] #21 32.93 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:34:30.622Z] #21 32.12 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-05T09:34:30.622Z] #21 32.13 Unpacking zip (3.0-12) ... [2022-05-05T09:34:30.622Z] #21 32.26 Selecting previously unselected package zstd. [2022-05-05T09:34:30.622Z] #21 32.29 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-05T09:34:30.622Z] #21 32.30 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:34:31.202Z] #21 32.79 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-05T09:34:31.393Z] #21 33.79 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:31.393Z] #21 33.81 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:34:31.393Z] #21 33.82 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:34:31.393Z] #21 33.83 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:34:31.393Z] #21 33.84 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:31.393Z] #21 33.86 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-05T09:34:31.393Z] #21 33.88 Setting up uidmap (1:4.8.1-1) ... [2022-05-05T09:34:31.650Z] #21 33.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:34:31.650Z] #21 33.91 Setting up bzip2 (1.0.8-4) ... [2022-05-05T09:34:31.650Z] #21 33.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:34:31.650Z] #21 33.94 Setting up python3-wheel (0.34.2-1) ... [2022-05-05T09:34:32.167Z] #21 33.73 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:32.167Z] #21 33.74 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-05T09:34:32.167Z] #21 33.75 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-05T09:34:32.167Z] #21 33.77 Setting up libicu67:amd64 (67.1-7) ... [2022-05-05T09:34:32.167Z] #21 33.78 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-05T09:34:32.167Z] #21 33.79 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-05T09:34:32.167Z] #21 33.80 Setting up uidmap (1:4.8.1-1) ... [2022-05-05T09:34:32.167Z] #21 33.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-05T09:34:32.167Z] #21 33.83 Setting up bzip2 (1.0.8-4) ... [2022-05-05T09:34:32.167Z] #21 33.84 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-05T09:34:32.167Z] #21 33.85 Setting up python3-wheel (0.34.2-1) ... [2022-05-05T09:34:32.214Z] #21 34.60 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:32.214Z] #21 34.61 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:34:32.214Z] #21 34.62 Setting up libcap2-bin (1:2.44-1) ... [2022-05-05T09:34:32.214Z] #21 34.64 Setting up apparmor (2.13.6-10) ... [2022-05-05T09:34:32.746Z] #21 34.51 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:32.746Z] #21 34.53 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-05T09:34:33.004Z] #21 34.54 Setting up libcap2-bin (1:2.44-1) ... [2022-05-05T09:34:33.004Z] #21 34.58 Setting up apparmor (2.13.6-10) ... [2022-05-05T09:34:33.840Z] #21 36.09 Setting up zip (3.0-12) ... [2022-05-05T09:34:33.840Z] #21 36.10 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:33.840Z] #21 36.14 Setting up bash-completion (1:2.11-2) ... [2022-05-05T09:34:34.384Z] #21 36.01 Setting up zip (3.0-12) ... [2022-05-05T09:34:34.384Z] #21 36.02 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:34.384Z] #21 36.05 Setting up bash-completion (1:2.11-2) ... [2022-05-05T09:34:35.017Z] #83 exporting layers 23.7s done [2022-05-05T09:34:35.017Z] #83 writing image sha256:a913d1984733a8828f6afbb6bc5d91bb05b46edca54abb64b3ea40752505f89d [2022-05-05T09:34:35.017Z] #83 writing image sha256:a913d1984733a8828f6afbb6bc5d91bb05b46edca54abb64b3ea40752505f89d done [2022-05-05T09:34:35.017Z] #83 naming to docker.io/library/docker:d6115b8f407d8975534988ead723c1da5ce022b1 done [2022-05-05T09:34:35.017Z] #83 DONE 23.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-05-05T09:34:35.366Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43563/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/validate/default [2022-05-05T09:34:36.292Z] #21 37.74 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:34:36.292Z] #21 37.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-05T09:34:36.292Z] #21 37.77 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:34:36.292Z] #21 37.80 Setting up patch (2.7.6-7) ... [2022-05-05T09:34:36.292Z] #21 37.82 Setting up sudo (1.9.5p2-3) ... [2022-05-05T09:34:36.292Z] #21 37.90 invoke-rc.d: could not determine current runlevel [2022-05-05T09:34:36.292Z] #21 37.91 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-05T09:34:36.292Z] #21 37.91 Setting up xfsprogs (5.10.0-4) ... [2022-05-05T09:34:36.292Z] #21 37.93 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:34:36.292Z] #21 37.96 Setting up inetutils-ping (2:2.0-1) ... [2022-05-05T09:34:36.292Z] #21 37.99 Setting up pigz (2.6-1) ... [2022-05-05T09:34:36.308Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-05-05T09:34:36.308Z] No api/types/ or api/swagger.yaml changes in diff. [2022-05-05T09:34:36.308Z] Congratulations! All TOML source files changed here have valid syntax. [2022-05-05T09:34:36.308Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-05-05T09:34:36.308Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-05-05T09:34:36.308Z] Congratulations! No new tests were added to integration-cli. [2022-05-05T09:34:36.308Z] [2022-05-05T09:34:36.308Z] INFO Start validation with golang-ci-lint [2022-05-05T09:34:36.551Z] #21 38.00 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:34:36.551Z] #21 38.01 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:34:36.551Z] #21 38.04 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:34:36.551Z] #21 38.05 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:37.118Z] #21 38.72 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:34:37.118Z] #21 38.73 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:34:37.250Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-05-05T09:34:37.250Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-05-05T09:34:37.250Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-05-05T09:34:37.376Z] #21 39.08 Setting up libelf1:amd64 (0.183-1) ... [2022-05-05T09:34:37.634Z] #21 39.19 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:34:37.634Z] #21 39.20 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:34:37.634Z] #21 39.21 Setting up python3-distutils (3.9.2-1) ... [2022-05-05T09:34:38.151Z] #21 39.60 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:38.151Z] #21 39.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-05T09:34:38.151Z] #21 39.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-05T09:34:38.151Z] #21 39.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-05T09:34:38.151Z] #21 39.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-05T09:34:38.151Z] #21 39.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-05T09:34:38.151Z] #21 39.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-05T09:34:38.151Z] #21 39.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-05T09:34:38.151Z] #21 39.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-05T09:34:38.151Z] #21 39.66 Setting up python3-setuptools (52.0.0-4) ... [2022-05-05T09:34:39.133Z] #21 40.97 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-05T09:34:39.133Z] #21 41.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-05T09:34:39.133Z] #21 41.43 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-05T09:34:39.133Z] #21 41.47 Setting up patch (2.7.6-7) ... [2022-05-05T09:34:39.133Z] #21 41.51 Setting up sudo (1.9.5p2-3) ... [2022-05-05T09:34:39.390Z] #21 41.72 invoke-rc.d: could not determine current runlevel [2022-05-05T09:34:39.390Z] #21 41.74 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-05T09:34:39.390Z] #21 41.75 Setting up xfsprogs (5.10.0-4) ... [2022-05-05T09:34:39.390Z] #21 41.77 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-05T09:34:39.390Z] #21 41.79 Setting up inetutils-ping (2:2.0-1) ... [2022-05-05T09:34:39.390Z] #21 41.80 Setting up pigz (2.6-1) ... [2022-05-05T09:34:39.390Z] #21 41.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-05T09:34:39.390Z] #21 41.83 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-05T09:34:39.390Z] #21 41.88 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-05T09:34:39.526Z] #21 40.95 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:34:39.526Z] #21 41.02 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:34:39.526Z] #21 41.03 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:34:39.526Z] #21 41.04 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:34:39.646Z] #21 41.90 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:40.501Z] #21 42.15 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:34:40.501Z] #21 42.17 Setting up jq (1.6-2.1) ... [2022-05-05T09:34:40.501Z] #21 42.18 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:34:40.501Z] #21 42.19 Setting up iptables (1.8.7-1) ... [2022-05-05T09:34:40.501Z] #21 42.20 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:34:40.501Z] #21 42.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:34:40.501Z] #21 42.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:34:40.501Z] #21 42.22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:34:40.501Z] #21 42.23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-05T09:34:40.501Z] #21 42.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-05T09:34:40.501Z] #21 42.25 Setting up iproute2 (5.10.0-4) ... [2022-05-05T09:34:40.576Z] #21 43.08 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-05T09:34:40.833Z] #21 43.09 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-05T09:34:41.069Z] #21 42.59 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:34:41.090Z] #21 43.41 Setting up libelf1:amd64 (0.183-1) ... [2022-05-05T09:34:41.090Z] #21 43.46 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-05T09:34:41.090Z] #21 43.50 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-05T09:34:41.090Z] #21 43.53 Setting up python3-distutils (3.9.2-1) ... [2022-05-05T09:34:42.062Z] #21 44.53 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-05T09:34:42.343Z] #21 44.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-05T09:34:42.343Z] #21 44.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-05T09:34:42.343Z] #21 44.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-05T09:34:42.343Z] #21 44.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-05T09:34:42.602Z] #21 44.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-05T09:34:42.602Z] #21 45.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-05T09:34:42.860Z] #21 45.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-05T09:34:42.860Z] #21 45.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-05T09:34:42.860Z] #21 45.28 Setting up python3-setuptools (52.0.0-4) ... [2022-05-05T09:34:43.604Z] #21 DONE 44.9s [2022-05-05T09:34:43.604Z] [2022-05-05T09:34:43.604Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:34:43.604Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:34:43.604Z] #53 ... [2022-05-05T09:34:43.604Z] [2022-05-05T09:34:43.604Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-05-05T09:34:43.604Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-05-05T09:34:44.753Z] #21 47.08 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-05T09:34:44.753Z] #21 47.09 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-05T09:34:44.753Z] #21 47.10 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-05T09:34:44.753Z] #21 47.14 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-05T09:34:45.519Z] #22 2.213 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-05T09:34:45.519Z] #22 2.227 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-05T09:34:45.519Z] #22 2.243 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-05T09:34:46.087Z] #22 DONE 2.9s [2022-05-05T09:34:46.087Z] [2022-05-05T09:34:46.087Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-05T09:34:46.087Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-05-05T09:34:46.671Z] #21 48.67 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-05T09:34:46.671Z] #21 48.74 Setting up jq (1.6-2.1) ... [2022-05-05T09:34:46.671Z] #21 48.78 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-05T09:34:46.671Z] #21 48.85 Setting up iptables (1.8.7-1) ... [2022-05-05T09:34:46.671Z] #21 48.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:34:46.671Z] #21 48.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:34:46.671Z] #21 48.95 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-05T09:34:46.671Z] #21 48.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-05T09:34:46.671Z] #21 48.99 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-05T09:34:46.671Z] #21 49.00 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-05T09:34:46.671Z] #21 49.07 Setting up iproute2 (5.10.0-4) ... [2022-05-05T09:34:47.243Z] #21 49.66 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:34:47.504Z] #21 DONE 50.0s [2022-05-05T09:34:47.505Z] [2022-05-05T09:34:47.505Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-05-05T09:34:47.505Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-05-05T09:34:47.761Z] #58 ... [2022-05-05T09:34:47.762Z] [2022-05-05T09:34:47.762Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:34:47.762Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:34:47.762Z] #45 196.2 + dpkg --print-architecture [2022-05-05T09:34:47.762Z] #45 196.2 + git checkout -q v2.1.0 [2022-05-05T09:34:47.762Z] #45 196.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-05T09:34:47.762Z] #45 196.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-05T09:34:48.697Z] #22 1.003 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-05T09:34:48.697Z] #22 1.037 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-05T09:34:48.697Z] #22 1.045 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-05T09:34:48.697Z] #22 DONE 1.2s [2022-05-05T09:34:48.697Z] [2022-05-05T09:34:48.697Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-05T09:34:48.697Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-05-05T09:34:57.420Z] #62 ... [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #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-05T09:34:57.420Z] #26 sha256:b785c68886d3369393bd9fd195cd9e092199eaf12126a05bf9616d0693044836 [2022-05-05T09:34:57.420Z] #26 212.3 + return [2022-05-05T09:34:57.420Z] #26 DONE 212.9s [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:34:57.420Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:34:57.420Z] #53 ... [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-05T09:34:57.420Z] #27 sha256:482ee799a39fae6014190cdcaef5a4b0033991fb59be567ddc29dce5d14a9750 [2022-05-05T09:34:57.420Z] #27 DONE 0.1s [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-05T09:34:57.420Z] #32 sha256:0e5884a29e565e1d102bab7852147c2ef72ab8fa4929d8ab516dce713645400a [2022-05-05T09:34:57.420Z] #32 DONE 0.2s [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-05T09:34:57.420Z] #35 sha256:d64d71b154be503112e08a1b35dc5cd13eec2fa30d98c159df485da60a31b4c8 [2022-05-05T09:34:57.420Z] #35 DONE 0.1s [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-05T09:34:57.420Z] #37 sha256:8605fa66f212a883c778d23c09a6de685fdbb71787f75e56ed8fcdf0825253f7 [2022-05-05T09:34:57.420Z] #37 DONE 0.1s [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-05T09:34:57.420Z] #39 sha256:b3cc26d3acefac45b6b042fcb1163f4ee31ddd2d098c46696bf9d19d22dbc598 [2022-05-05T09:34:57.420Z] #39 DONE 0.1s [2022-05-05T09:34:57.420Z] [2022-05-05T09:34:57.420Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-05T09:34:57.421Z] #43 sha256:13b0f8815166fe111b1e86b312da893cc1726b985875dc224e775e592bb3b51e [2022-05-05T09:34:57.421Z] #43 DONE 0.1s [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-05T09:34:57.421Z] #46 sha256:d72b859c9ffa03d4a6212ce01e48a3792b9620d37b88551162cfb775bd3c2a1b [2022-05-05T09:34:57.421Z] #46 DONE 0.1s [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:34:57.421Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:34:57.421Z] #53 ... [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-05T09:34:57.421Z] #50 sha256:2a178ae47d8e2f8060eee56a23996e85ac16c9bf626836f069271eb0afd76476 [2022-05-05T09:34:57.421Z] #50 DONE 0.4s [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:34:57.421Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:34:57.421Z] #62 ... [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-05T09:34:57.421Z] #52 sha256:3c86e9d11912ca105327dd62bb3364de4f783cd366a15151e5bffba38e1d3595 [2022-05-05T09:34:57.421Z] #52 DONE 0.7s [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:34:57.421Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-05T09:34:57.421Z] #53 218.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-05T09:34:57.421Z] #53 DONE 218.1s [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:34:57.421Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:34:57.421Z] #62 ... [2022-05-05T09:34:57.421Z] [2022-05-05T09:34:57.421Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-05T09:34:57.421Z] #54 sha256:89d19db18599986b3ab1850fabc011636291a2cf5f448c387a87552f5136d844 [2022-05-05T09:34:57.682Z] #54 DONE 2.0s [2022-05-05T09:34:57.682Z] [2022-05-05T09:34:57.682Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:34:57.682Z] #58 sha256:6a9b037320e15e9bbbf9a993570833ac718d958805fd2ec8466ea3529290993e [2022-05-05T09:34:57.682Z] #58 123.1 + mkdir -p /build [2022-05-05T09:34:57.682Z] #58 123.1 + cp runc /build/runc [2022-05-05T09:34:57.682Z] #58 DONE 124.1s [2022-05-05T09:34:57.682Z] [2022-05-05T09:34:57.682Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-05T09:34:57.682Z] #56 sha256:0280867ff12f32ec24fc94b477ebb9f147ac255e36fb64c8c71720eee54b8d40 [2022-05-05T09:34:57.682Z] #56 DONE 0.1s [2022-05-05T09:34:57.682Z] [2022-05-05T09:34:57.682Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:34:57.682Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:34:58.333Z] #23 12.14 Collecting yamllint==1.26.1 [2022-05-05T09:34:58.650Z] #23 9.565 Collecting yamllint==1.26.1 [2022-05-05T09:34:59.068Z] #62 ... [2022-05-05T09:34:59.068Z] [2022-05-05T09:34:59.068Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-05T09:34:59.068Z] #59 sha256:143caa1905c5db36d36514d8bdc561cfec6012ff213514957e0408adaec41d4b [2022-05-05T09:34:59.581Z] #23 10.64 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-05T09:34:59.641Z] #59 DONE 0.8s [2022-05-05T09:34:59.641Z] [2022-05-05T09:34:59.641Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:34:59.641Z] #62 sha256:e6bd44b08165182327f794cd704d17211fb3941cd228334973c29fe4d316a72e [2022-05-05T09:34:59.641Z] #62 196.8 + bin/containerd [2022-05-05T09:34:59.710Z] #23 13.22 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-05T09:35:00.511Z] #23 11.73 Collecting pathspec>=0.5.3 [2022-05-05T09:35:00.511Z] #23 11.75 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-05T09:35:00.646Z] #23 14.36 Collecting pathspec>=0.5.3 [2022-05-05T09:35:00.646Z] #23 14.37 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-05T09:35:00.905Z] #23 14.73 Collecting pyyaml [2022-05-05T09:35:00.905Z] #23 14.74 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-05T09:35:01.074Z] #23 12.12 Collecting pyyaml [2022-05-05T09:35:01.074Z] #23 12.13 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-05T09:35:01.074Z] #23 12.20 Building wheels for collected packages: yamllint [2022-05-05T09:35:01.074Z] #23 12.20 Building wheel for yamllint (setup.py): started [2022-05-05T09:35:01.165Z] #23 14.81 Building wheels for collected packages: yamllint [2022-05-05T09:35:01.165Z] #23 14.81 Building wheel for yamllint (setup.py): started [2022-05-05T09:35:02.003Z] #23 13.18 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-05T09:35:02.003Z] #23 13.18 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6e31332336f38225df8dd2abc9431383a98a45c9537a93d79c0878c418628db8 [2022-05-05T09:35:02.003Z] #23 13.18 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-05T09:35:02.003Z] #23 13.19 Successfully built yamllint [2022-05-05T09:35:02.003Z] #23 13.21 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-05T09:35:02.100Z] #23 15.83 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-05T09:35:02.100Z] #23 15.84 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6e31332336f38225df8dd2abc9431383a98a45c9537a93d79c0878c418628db8 [2022-05-05T09:35:02.100Z] #23 15.84 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-05T09:35:02.100Z] #23 15.84 Successfully built yamllint [2022-05-05T09:35:02.100Z] #23 15.86 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-05T09:35:02.261Z] #23 13.56 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-05T09:35:02.358Z] #23 16.21 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-05T09:35:02.824Z] #23 DONE 14.0s [2022-05-05T09:35:02.824Z] [2022-05-05T09:35:02.824Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-05T09:35:02.824Z] #27 sha256:705bb07a7089685aa3738d63379990cc55f465d1786b85c23debd53466b8d834 [2022-05-05T09:35:02.927Z] #23 DONE 16.8s [2022-05-05T09:35:02.927Z] [2022-05-05T09:35:02.927Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-05T09:35:02.927Z] #27 sha256:794280306ca7f359f0386f71c51dc0896c853a7d1d3ba1ada30887b1b88beda1 [2022-05-05T09:35:03.388Z] #27 DONE 0.4s [2022-05-05T09:35:03.389Z] [2022-05-05T09:35:03.389Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-05T09:35:03.389Z] #32 sha256:2fe6a7d9393e54e5b9201f2e212a3bdce2d48f40a3662a8a5caf9e7b75d30202 [2022-05-05T09:35:03.500Z] #27 DONE 0.4s [2022-05-05T09:35:03.500Z] [2022-05-05T09:35:03.500Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-05T09:35:03.500Z] #32 sha256:d16608b4657a440d62cfd430955a2c47df11460009b3084972c24060ccc16ad2 [2022-05-05T09:35:03.768Z] #32 DONE 0.6s [2022-05-05T09:35:03.768Z] [2022-05-05T09:35:03.768Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:03.768Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:03.960Z] #32 DONE 0.6s [2022-05-05T09:35:03.960Z] [2022-05-05T09:35:03.960Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-05T09:35:03.960Z] #35 sha256:75b96494614064edc4eab5cc4fd44f2526e44ed55a96b302f00b79e3b3b424a9 [2022-05-05T09:35:04.031Z] #53 ... [2022-05-05T09:35:04.031Z] [2022-05-05T09:35:04.032Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-05T09:35:04.032Z] #35 sha256:08e811c45526031fc24249732516847eac067c867cc4f1c7eb4a5f5a6b5534ab [2022-05-05T09:35:04.032Z] #35 DONE 0.3s [2022-05-05T09:35:04.032Z] [2022-05-05T09:35:04.032Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:04.032Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:04.226Z] #35 DONE 0.3s [2022-05-05T09:35:04.226Z] [2022-05-05T09:35:04.226Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-05T09:35:04.226Z] #37 sha256:5d801a3be0a66a6bf1616cde26557ad643d1251333e87b285794d744bc50b145 [2022-05-05T09:35:04.226Z] #37 DONE 0.1s [2022-05-05T09:35:04.226Z] [2022-05-05T09:35:04.226Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-05T09:35:04.226Z] #39 sha256:44ca84efa23bff7017fb37241ac28cfece9838a7fbfbb5c5c9a83bba8530a583 [2022-05-05T09:35:04.226Z] #39 DONE 0.1s [2022-05-05T09:35:04.226Z] [2022-05-05T09:35:04.226Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:04.226Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:04.291Z] #53 ... [2022-05-05T09:35:04.291Z] [2022-05-05T09:35:04.291Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-05T09:35:04.291Z] #37 sha256:65857f985e82d399de280ffe8920e12c88a38c9274b1ee12b97f6069c15f89c2 [2022-05-05T09:35:04.291Z] #37 DONE 0.1s [2022-05-05T09:35:04.291Z] [2022-05-05T09:35:04.291Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-05T09:35:04.291Z] #39 sha256:2ae36c7a9b54d1bbff63603a78cecb278fbe0bf8f7635dd723ceede8b45398bc [2022-05-05T09:35:04.291Z] #39 DONE 0.1s [2022-05-05T09:35:04.485Z] #53 ... [2022-05-05T09:35:04.485Z] [2022-05-05T09:35:04.485Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-05T09:35:04.485Z] #43 sha256:cf8a3b6042e9662ed6d5fad9cffc9b9158e5d4ab79c6d1be91dc62aa976a21af [2022-05-05T09:35:04.485Z] #43 DONE 0.1s [2022-05-05T09:35:04.485Z] [2022-05-05T09:35:04.485Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:35:04.485Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:35:04.550Z] [2022-05-05T09:35:04.550Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-05T09:35:04.550Z] #43 sha256:f877f1efeb832f3190064fab22c6d23b4cedad7020ee155b42d71024ac1adaa7 [2022-05-05T09:35:04.550Z] #43 DONE 0.1s [2022-05-05T09:35:04.550Z] [2022-05-05T09:35:04.550Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:04.550Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:09.773Z] #45 DONE 219.8s [2022-05-05T09:35:09.773Z] [2022-05-05T09:35:09.773Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:35:09.773Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [2022-05-05T09:35:11.162Z] #58 ... [2022-05-05T09:35:11.162Z] [2022-05-05T09:35:11.162Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-05T09:35:11.162Z] #46 sha256:3ba6ff496551323f2bbb92b4a9ffd746bc84a7af93b082143a7d545c8e3f0ea3 [2022-05-05T09:35:11.735Z] #46 DONE 0.6s [2022-05-05T09:35:11.735Z] [2022-05-05T09:35:11.735Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-05T09:35:11.735Z] #50 sha256:9ee640b24dd9ff6508e1e77051d865fafc5fac794e9a04c71141f30d4353988f [2022-05-05T09:35:11.735Z] #50 DONE 0.1s [2022-05-05T09:35:11.735Z] [2022-05-05T09:35:11.735Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-05T09:35:11.735Z] #52 sha256:7f1f6f84b57b98eeb168d266a0767b928b1a7700a8953811366bdc38485ced8f [2022-05-05T09:35:11.735Z] #52 DONE 0.1s [2022-05-05T09:35:11.735Z] [2022-05-05T09:35:11.735Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:35:11.735Z] #58 sha256:b6a5d092890d0788f7f1d0c78249461220f400e63745c675e6195a0c54c0b9c7 [2022-05-05T09:35:19.434Z] #53 ... [2022-05-05T09:35:19.434Z] [2022-05-05T09:35:19.434Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-05T09:35:19.434Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-05T09:35:19.434Z] #45 219.8 + dpkg --print-architecture [2022-05-05T09:35:19.434Z] #45 219.8 + git checkout -q v2.1.0 [2022-05-05T09:35:19.434Z] #45 219.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-05T09:35:19.434Z] #45 219.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-05T09:35:22.543Z] #45 220.4 + dpkg --print-architecture [2022-05-05T09:35:22.543Z] #45 220.4 + git checkout -q v2.1.0 [2022-05-05T09:35:22.543Z] #45 220.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-05T09:35:22.543Z] #45 220.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-05T09:35:25.455Z] 8f616e6e9eec: Pull complete [2022-05-05T09:35:31.188Z] 8f616e6e9eec: Pull complete [2022-05-05T09:35:38.398Z] #62 235.7 # github.com/containerd/containerd/cmd/containerd [2022-05-05T09:35:38.398Z] #62 235.7 /usr/bin/ld: /tmp/go-link-2422501716/000019.o: in function `New': [2022-05-05T09:35:38.398Z] #62 235.7 /tmp/tmp.ImG5Mb02Nw/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-05T09:35:38.398Z] #62 235.8 + bin/containerd-stress [2022-05-05T09:35:39.787Z] #62 236.8 + bin/containerd-shim [2022-05-05T09:35:43.861Z] #58 146.1 + mkdir -p /build [2022-05-05T09:35:43.861Z] #58 146.1 + cp runc /build/runc [2022-05-05T09:35:43.861Z] #58 DONE 148.2s [2022-05-05T09:35:43.861Z] [2022-05-05T09:35:43.861Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:43.861Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:44.447Z] #45 DONE 242.9s [2022-05-05T09:35:44.447Z] [2022-05-05T09:35:44.448Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:35:44.448Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:35:44.448Z] #62 ... [2022-05-05T09:35:44.448Z] [2022-05-05T09:35:44.448Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-05T09:35:44.448Z] #46 sha256:3c02860bfe3273f7c354d4111b96c9610566cca508ed445c164bdda70c8d782b [2022-05-05T09:35:44.448Z] #46 DONE 0.5s [2022-05-05T09:35:44.448Z] [2022-05-05T09:35:44.448Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-05T09:35:44.448Z] #50 sha256:9337a5598e2d037b590cff290a532d0a1792a1a48546841a94f2d8961fc4e6a1 [2022-05-05T09:35:44.448Z] #50 DONE 0.1s [2022-05-05T09:35:44.448Z] [2022-05-05T09:35:44.448Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-05T09:35:44.448Z] #52 sha256:326a8761859fcf6c5d31af62328c57d94204b07379fced8fa7454ccae116b8f2 [2022-05-05T09:35:44.448Z] #52 DONE 0.1s [2022-05-05T09:35:44.448Z] [2022-05-05T09:35:44.448Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:35:44.448Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:35:44.805Z] #53 256.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-05T09:35:45.073Z] #53 DONE 256.8s [2022-05-05T09:35:45.073Z] [2022-05-05T09:35:45.073Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:35:45.073Z] #62 sha256:e6a389a36e825ba6841b1fbcc0d51094327da252aa1671192e40fe69c80faf47 [2022-05-05T09:35:45.990Z] #45 DONE 242.4s [2022-05-05T09:35:45.990Z] [2022-05-05T09:35:45.990Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:45.990Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:45.990Z] #53 ... [2022-05-05T09:35:45.990Z] [2022-05-05T09:35:45.990Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-05T09:35:45.990Z] #46 sha256:828e5a50f0a06fc2aef4bd93dbf9544f1c36e1df1c24ea5d0c580d15910c7c5c [2022-05-05T09:35:45.990Z] #46 DONE 0.4s [2022-05-05T09:35:45.990Z] [2022-05-05T09:35:45.990Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-05T09:35:45.990Z] #50 sha256:f44cf251264bf4eb41b395a4daea41fcb0128a9b3eb6a657f1caa4b169786ba6 [2022-05-05T09:35:45.990Z] #50 DONE 0.1s [2022-05-05T09:35:45.990Z] [2022-05-05T09:35:45.990Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:45.990Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:45.990Z] #53 ... [2022-05-05T09:35:45.990Z] [2022-05-05T09:35:45.990Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-05T09:35:45.990Z] #52 sha256:3292718b7acca71824c7d768e681b3d6deafdd84e938f71856b057f0014a54e8 [2022-05-05T09:35:45.990Z] #52 DONE 0.1s [2022-05-05T09:35:45.990Z] [2022-05-05T09:35:45.990Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:35:45.990Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:35:46.988Z] #62 ... [2022-05-05T09:35:46.988Z] [2022-05-05T09:35:46.988Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-05T09:35:46.988Z] #54 sha256:ce641193014d837f8a85c7858e83525db50163543a694c192118d88740d8c53c [2022-05-05T09:35:47.249Z] #54 DONE 0.7s [2022-05-05T09:35:47.250Z] [2022-05-05T09:35:47.250Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:35:47.250Z] #62 sha256:e6a389a36e825ba6841b1fbcc0d51094327da252aa1671192e40fe69c80faf47 [2022-05-05T09:35:47.250Z] #62 ... [2022-05-05T09:35:47.250Z] [2022-05-05T09:35:47.250Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-05T09:35:47.250Z] #56 sha256:a376ee7e37de04340379dc71808bbaa5583d2c53ebac587a16a829c4da0c414d [2022-05-05T09:35:47.250Z] #56 DONE 0.1s [2022-05-05T09:35:47.510Z] [2022-05-05T09:35:47.510Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-05T09:35:47.510Z] #59 sha256:821ac288b2aa1aaae3a8de6a243427610bb83f0c5fd2cde8e291d5f699087a38 [2022-05-05T09:35:47.770Z] #59 DONE 0.3s [2022-05-05T09:35:47.770Z] [2022-05-05T09:35:47.770Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:35:47.770Z] #62 sha256:e6a389a36e825ba6841b1fbcc0d51094327da252aa1671192e40fe69c80faf47 [2022-05-05T09:35:47.932Z] #62 245.2 + bin/containerd-shim-runc-v1 [2022-05-05T09:35:49.684Z] #62 223.7 + bin/containerd [2022-05-05T09:35:53.234Z] #62 250.1 + bin/containerd-shim-runc-v2 [2022-05-05T09:35:53.494Z] #62 250.8 + binaries [2022-05-05T09:35:53.494Z] #62 250.8 + install -D bin/containerd /build/containerd [2022-05-05T09:35:53.494Z] #62 250.8 + install -D bin/containerd-shim /build/containerd-shim [2022-05-05T09:35:53.494Z] #62 250.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-05T09:35:53.494Z] #62 250.8 + install -D bin/ctr /build/ctr [2022-05-05T09:35:57.694Z] #62 DONE 255.1s [2022-05-05T09:35:58.633Z] [2022-05-05T09:35:58.633Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-05T09:35:58.633Z] #63 sha256:d49381670bc2160e13710d102a2dc968a69ad11f3e571d574630f1775416091d [2022-05-05T09:36:00.015Z] #63 DONE 1.6s [2022-05-05T09:36:00.015Z] [2022-05-05T09:36:00.015Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-05T09:36:00.015Z] #68 sha256:bd9cddcf8980778ce769b4e66317d14eaa85fe1dec91acf05268ed8b8bbf044d [2022-05-05T09:36:00.585Z] #68 DONE 0.3s [2022-05-05T09:36:00.585Z] [2022-05-05T09:36:00.585Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-05T09:36:00.585Z] #73 sha256:abc195a43552c97be28140ad243810f9017215ff6c696003732c5b6e7aaf2250 [2022-05-05T09:36:01.966Z] #73 DONE 1.7s [2022-05-05T09:36:02.227Z] [2022-05-05T09:36:02.227Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-05T09:36:02.227Z] #74 sha256:0914fb712b0f6444ad83948ead040c40d8f2a3c06f58118f8b4119e92c39cb5c [2022-05-05T09:36:02.227Z] #74 DONE 0.0s [2022-05-05T09:36:02.227Z] [2022-05-05T09:36:02.227Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-05T09:36:02.227Z] #75 sha256:ce2d4161bd73a4acb6725d2ee4a1102277e6b56a53e6898dc9d5778a3c187691 [2022-05-05T09:36:03.168Z] #75 DONE 0.9s [2022-05-05T09:36:03.168Z] [2022-05-05T09:36:03.168Z] #76 exporting to image [2022-05-05T09:36:03.168Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-05T09:36:03.168Z] #76 exporting layers [2022-05-05T09:36:07.373Z] #76 exporting layers 3.6s done [2022-05-05T09:36:07.373Z] #76 writing image sha256:097df773aaa1e5ca0641e6be0add1255f9247812379271315ad1cc149c48fe1a done [2022-05-05T09:36:07.373Z] #76 naming to docker.io/library/docker:d6115b8f407d8975534988ead723c1da5ce022b1 done [2022-05-05T09:36:07.373Z] #76 DONE 3.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-05T09:36:07.739Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-05T09:36:08.046Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/test/unit [2022-05-05T09:36:09.428Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-05-05T09:36:09.428Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-05T09:36:09.428Z] + TESTDIRS=./... [2022-05-05T09:36:09.428Z] + exclude_paths='/vendor/|/integration' [2022-05-05T09:36:09.428Z] ++ go list ./... [2022-05-05T09:36:09.428Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-05T09:36:10.371Z] + pkg_list='github.com/docker/docker/api [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/backend [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/container [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/events [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/filters [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/image [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/mount [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/network [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/registry [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/time [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/versions [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:36:10.371Z] github.com/docker/docker/api/types/volume [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:36:10.371Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/config [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/debug [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:36:10.372Z] github.com/docker/docker/client [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:36:10.372Z] github.com/docker/docker/container [2022-05-05T09:36:10.372Z] github.com/docker/docker/container/stream [2022-05-05T09:36:10.372Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:36:10.372Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:36:10.372Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/config [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/events [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/exec [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/images [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/links [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/names [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/network [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/stats [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution/utils [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:36:10.372Z] github.com/docker/docker/dockerversion [2022-05-05T09:36:10.372Z] github.com/docker/docker/errdefs [2022-05-05T09:36:10.372Z] github.com/docker/docker/image [2022-05-05T09:36:10.372Z] github.com/docker/docker/image/cache [2022-05-05T09:36:10.372Z] github.com/docker/docker/image/tarexport [2022-05-05T09:36:10.372Z] github.com/docker/docker/image/v1 [2022-05-05T09:36:10.372Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:36:10.372Z] github.com/docker/docker/layer [2022-05-05T09:36:10.372Z] github.com/docker/docker/libcontainerd [2022-05-05T09:36:10.372Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:36:10.372Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:36:10.372Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:36:10.372Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/libnetwork/types [2022-05-05T09:36:10.372Z] github.com/docker/docker/oci [2022-05-05T09:36:10.372Z] github.com/docker/docker/oci/caps [2022-05-05T09:36:10.372Z] github.com/docker/docker/opts [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/archive [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/directory [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/platform [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/pools [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/progress [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/signal [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/stack [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/system [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:36:10.372Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:36:10.372Z] github.com/docker/docker/plugin [2022-05-05T09:36:10.372Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:36:10.372Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:36:10.372Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:36:10.372Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:36:10.372Z] github.com/docker/docker/quota [2022-05-05T09:36:10.372Z] github.com/docker/docker/reference [2022-05-05T09:36:10.372Z] github.com/docker/docker/registry [2022-05-05T09:36:10.372Z] github.com/docker/docker/registry/resumable [2022-05-05T09:36:10.372Z] github.com/docker/docker/restartmanager [2022-05-05T09:36:10.372Z] github.com/docker/docker/rootless [2022-05-05T09:36:10.372Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:36:10.372Z] github.com/docker/docker/runconfig [2022-05-05T09:36:10.372Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/environment [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/registry [2022-05-05T09:36:10.372Z] github.com/docker/docker/testutil/request [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume/drivers [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume/local [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume/mounts [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume/service [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:36:10.372Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:36:10.372Z] ++ grep --fixed-strings -v /libnetwork [2022-05-05T09:36:10.372Z] ++ echo 'github.com/docker/docker/api [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/backend [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/container [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/events [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/filters [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/image [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/mount [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/network [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/registry [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/time [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/versions [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:36:10.372Z] github.com/docker/docker/api/types/volume [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:36:10.372Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/config [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/debug [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:36:10.372Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:36:10.372Z] github.com/docker/docker/client [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:36:10.372Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:36:10.372Z] github.com/docker/docker/container [2022-05-05T09:36:10.372Z] github.com/docker/docker/container/stream [2022-05-05T09:36:10.372Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:36:10.372Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:36:10.372Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/config [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/events [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/exec [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/images [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/links [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/names [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/network [2022-05-05T09:36:10.372Z] github.com/docker/docker/daemon/stats [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution/utils [2022-05-05T09:36:10.372Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:36:10.372Z] github.com/docker/docker/dockerversion [2022-05-05T09:36:10.373Z] github.com/docker/docker/errdefs [2022-05-05T09:36:10.373Z] github.com/docker/docker/image [2022-05-05T09:36:10.373Z] github.com/docker/docker/image/cache [2022-05-05T09:36:10.373Z] github.com/docker/docker/image/tarexport [2022-05-05T09:36:10.373Z] github.com/docker/docker/image/v1 [2022-05-05T09:36:10.373Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:36:10.373Z] github.com/docker/docker/layer [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/libnetwork/types [2022-05-05T09:36:10.373Z] github.com/docker/docker/oci [2022-05-05T09:36:10.373Z] github.com/docker/docker/oci/caps [2022-05-05T09:36:10.373Z] github.com/docker/docker/opts [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/archive [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/directory [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/platform [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/pools [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/progress [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/signal [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/stack [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/system [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:36:10.373Z] github.com/docker/docker/plugin [2022-05-05T09:36:10.373Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:36:10.373Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:36:10.373Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:36:10.373Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:36:10.373Z] github.com/docker/docker/quota [2022-05-05T09:36:10.373Z] github.com/docker/docker/reference [2022-05-05T09:36:10.373Z] github.com/docker/docker/registry [2022-05-05T09:36:10.373Z] github.com/docker/docker/registry/resumable [2022-05-05T09:36:10.373Z] github.com/docker/docker/restartmanager [2022-05-05T09:36:10.373Z] github.com/docker/docker/rootless [2022-05-05T09:36:10.373Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:36:10.373Z] github.com/docker/docker/runconfig [2022-05-05T09:36:10.373Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/environment [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/registry [2022-05-05T09:36:10.373Z] github.com/docker/docker/testutil/request [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume/drivers [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume/local [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume/mounts [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume/service [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:36:10.373Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:36:10.373Z] + base_pkg_list='github.com/docker/docker/api [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/backend [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/container [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/events [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/filters [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/image [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/mount [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/network [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/registry [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/time [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/versions [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:36:10.373Z] github.com/docker/docker/api/types/volume [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:36:10.373Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:36:10.373Z] github.com/docker/docker/cli [2022-05-05T09:36:10.373Z] github.com/docker/docker/cli/config [2022-05-05T09:36:10.373Z] github.com/docker/docker/cli/debug [2022-05-05T09:36:10.373Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:36:10.373Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:36:10.373Z] github.com/docker/docker/client [2022-05-05T09:36:10.373Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:36:10.373Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:36:10.373Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:36:10.373Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:36:10.373Z] github.com/docker/docker/container [2022-05-05T09:36:10.373Z] github.com/docker/docker/container/stream [2022-05-05T09:36:10.373Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:36:10.373Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:36:10.373Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/config [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/events [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/exec [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/images [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/links [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/names [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/network [2022-05-05T09:36:10.373Z] github.com/docker/docker/daemon/stats [2022-05-05T09:36:10.373Z] github.com/docker/docker/distribution [2022-05-05T09:36:10.373Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:36:10.373Z] github.com/docker/docker/distribution/utils [2022-05-05T09:36:10.373Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:36:10.373Z] github.com/docker/docker/dockerversion [2022-05-05T09:36:10.373Z] github.com/docker/docker/errdefs [2022-05-05T09:36:10.373Z] github.com/docker/docker/image [2022-05-05T09:36:10.373Z] github.com/docker/docker/image/cache [2022-05-05T09:36:10.373Z] github.com/docker/docker/image/tarexport [2022-05-05T09:36:10.373Z] github.com/docker/docker/image/v1 [2022-05-05T09:36:10.373Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:36:10.373Z] github.com/docker/docker/layer [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:36:10.373Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:36:10.373Z] github.com/docker/docker/oci [2022-05-05T09:36:10.373Z] github.com/docker/docker/oci/caps [2022-05-05T09:36:10.373Z] github.com/docker/docker/opts [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/archive [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/directory [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/platform [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/pools [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/progress [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/signal [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/stack [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/system [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:36:10.373Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:36:10.373Z] github.com/docker/docker/plugin [2022-05-05T09:36:10.373Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:36:10.373Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:36:10.373Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:36:10.373Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:36:10.373Z] github.com/docker/docker/quota [2022-05-05T09:36:10.373Z] github.com/docker/docker/reference [2022-05-05T09:36:10.373Z] github.com/docker/docker/registry [2022-05-05T09:36:10.373Z] github.com/docker/docker/registry/resumable [2022-05-05T09:36:10.373Z] github.com/docker/docker/restartmanager [2022-05-05T09:36:10.373Z] github.com/docker/docker/rootless [2022-05-05T09:36:10.374Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:36:10.374Z] github.com/docker/docker/runconfig [2022-05-05T09:36:10.374Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/environment [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/registry [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/request [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/drivers [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/local [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/mounts [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/service [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:36:10.374Z] ++ grep --fixed-strings /libnetwork [2022-05-05T09:36:10.374Z] ++ echo 'github.com/docker/docker/api [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/backend [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/container [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/events [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/filters [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/image [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/mount [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/network [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/registry [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/time [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/versions [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:36:10.374Z] github.com/docker/docker/api/types/volume [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:36:10.374Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:36:10.374Z] github.com/docker/docker/cli [2022-05-05T09:36:10.374Z] github.com/docker/docker/cli/config [2022-05-05T09:36:10.374Z] github.com/docker/docker/cli/debug [2022-05-05T09:36:10.374Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:36:10.374Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:36:10.374Z] github.com/docker/docker/client [2022-05-05T09:36:10.374Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:36:10.374Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:36:10.374Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:36:10.374Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:36:10.374Z] github.com/docker/docker/container [2022-05-05T09:36:10.374Z] github.com/docker/docker/container/stream [2022-05-05T09:36:10.374Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:36:10.374Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:36:10.374Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/config [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/events [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/exec [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/images [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/links [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/names [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/network [2022-05-05T09:36:10.374Z] github.com/docker/docker/daemon/stats [2022-05-05T09:36:10.374Z] github.com/docker/docker/distribution [2022-05-05T09:36:10.374Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:36:10.374Z] github.com/docker/docker/distribution/utils [2022-05-05T09:36:10.374Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:36:10.374Z] github.com/docker/docker/dockerversion [2022-05-05T09:36:10.374Z] github.com/docker/docker/errdefs [2022-05-05T09:36:10.374Z] github.com/docker/docker/image [2022-05-05T09:36:10.374Z] github.com/docker/docker/image/cache [2022-05-05T09:36:10.374Z] github.com/docker/docker/image/tarexport [2022-05-05T09:36:10.374Z] github.com/docker/docker/image/v1 [2022-05-05T09:36:10.374Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:36:10.374Z] github.com/docker/docker/layer [2022-05-05T09:36:10.374Z] github.com/docker/docker/libcontainerd [2022-05-05T09:36:10.374Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:36:10.374Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:36:10.374Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:36:10.374Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/types [2022-05-05T09:36:10.374Z] github.com/docker/docker/oci [2022-05-05T09:36:10.374Z] github.com/docker/docker/oci/caps [2022-05-05T09:36:10.374Z] github.com/docker/docker/opts [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/archive [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/directory [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/platform [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/pools [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/progress [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/signal [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/stack [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/system [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:36:10.374Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:36:10.374Z] github.com/docker/docker/plugin [2022-05-05T09:36:10.374Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:36:10.374Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:36:10.374Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:36:10.374Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:36:10.374Z] github.com/docker/docker/quota [2022-05-05T09:36:10.374Z] github.com/docker/docker/reference [2022-05-05T09:36:10.374Z] github.com/docker/docker/registry [2022-05-05T09:36:10.374Z] github.com/docker/docker/registry/resumable [2022-05-05T09:36:10.374Z] github.com/docker/docker/restartmanager [2022-05-05T09:36:10.374Z] github.com/docker/docker/rootless [2022-05-05T09:36:10.374Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:36:10.374Z] github.com/docker/docker/runconfig [2022-05-05T09:36:10.374Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/environment [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/registry [2022-05-05T09:36:10.374Z] github.com/docker/docker/testutil/request [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/drivers [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/local [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/mounts [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/service [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:36:10.374Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:36:10.374Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:36:10.374Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/types' [2022-05-05T09:36:10.375Z] + echo 'github.com/docker/docker/libnetwork [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/types' [2022-05-05T09:36:10.375Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:36:10.375Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:36:10.375Z] + type docker-proxy [2022-05-05T09:36:10.375Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-05T09:36:10.375Z] + hack/make.sh binary-proxy install-proxy [2022-05-05T09:36:10.375Z] [2022-05-05T09:36:10.375Z] Removing bundles/ [2022-05-05T09:36:10.375Z] [2022-05-05T09:36:10.375Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-05T09:36:10.375Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-05T09:36:10.375Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:36:15.664Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-05T09:36:15.664Z] [2022-05-05T09:36:15.664Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-05T09:36:15.664Z] Installing docker-proxy to /usr/local/bin/ [2022-05-05T09:36:15.664Z] [2022-05-05T09:36:15.664Z] + mkdir -p bundles [2022-05-05T09:36:15.664Z] + '[' -n 'github.com/docker/docker/api [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/backend [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/container [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/events [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/filters [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/image [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/mount [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/network [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/registry [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/time [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/versions [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:36:15.664Z] github.com/docker/docker/api/types/volume [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:36:15.664Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:36:15.664Z] github.com/docker/docker/cli [2022-05-05T09:36:15.664Z] github.com/docker/docker/cli/config [2022-05-05T09:36:15.664Z] github.com/docker/docker/cli/debug [2022-05-05T09:36:15.664Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:36:15.664Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:36:15.664Z] github.com/docker/docker/client [2022-05-05T09:36:15.664Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:36:15.664Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:36:15.664Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:36:15.664Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:36:15.664Z] github.com/docker/docker/container [2022-05-05T09:36:15.664Z] github.com/docker/docker/container/stream [2022-05-05T09:36:15.664Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:36:15.664Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:36:15.664Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/config [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/events [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/exec [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/images [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/links [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/names [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/network [2022-05-05T09:36:15.664Z] github.com/docker/docker/daemon/stats [2022-05-05T09:36:15.664Z] github.com/docker/docker/distribution [2022-05-05T09:36:15.664Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:36:15.664Z] github.com/docker/docker/distribution/utils [2022-05-05T09:36:15.664Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:36:15.664Z] github.com/docker/docker/dockerversion [2022-05-05T09:36:15.664Z] github.com/docker/docker/errdefs [2022-05-05T09:36:15.664Z] github.com/docker/docker/image [2022-05-05T09:36:15.664Z] github.com/docker/docker/image/cache [2022-05-05T09:36:15.664Z] github.com/docker/docker/image/tarexport [2022-05-05T09:36:15.664Z] github.com/docker/docker/image/v1 [2022-05-05T09:36:15.664Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:36:15.664Z] github.com/docker/docker/layer [2022-05-05T09:36:15.664Z] github.com/docker/docker/libcontainerd [2022-05-05T09:36:15.664Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:36:15.664Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:36:15.664Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:36:15.664Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:36:15.664Z] github.com/docker/docker/oci [2022-05-05T09:36:15.664Z] github.com/docker/docker/oci/caps [2022-05-05T09:36:15.664Z] github.com/docker/docker/opts [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/archive [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/directory [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/platform [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/pools [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/progress [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/signal [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/stack [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/system [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:36:15.664Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:36:15.664Z] github.com/docker/docker/plugin [2022-05-05T09:36:15.664Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:36:15.664Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:36:15.664Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:36:15.664Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:36:15.664Z] github.com/docker/docker/quota [2022-05-05T09:36:15.664Z] github.com/docker/docker/reference [2022-05-05T09:36:15.664Z] github.com/docker/docker/registry [2022-05-05T09:36:15.664Z] github.com/docker/docker/registry/resumable [2022-05-05T09:36:15.664Z] github.com/docker/docker/restartmanager [2022-05-05T09:36:15.664Z] github.com/docker/docker/rootless [2022-05-05T09:36:15.664Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:36:15.664Z] github.com/docker/docker/runconfig [2022-05-05T09:36:15.664Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/environment [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/registry [2022-05-05T09:36:15.664Z] github.com/docker/docker/testutil/request [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume/drivers [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume/local [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume/mounts [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume/service [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:36:15.664Z] github.com/docker/docker/volume/testutils' ']' [2022-05-05T09:36:15.665Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-05T09:36:16.605Z] ? github.com/docker/docker/api [no test files] [2022-05-05T09:36:18.082Z] #53 ... [2022-05-05T09:36:18.082Z] [2022-05-05T09:36:18.082Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:36:18.082Z] #58 sha256:ecae5ec5807f78e9474db2b738da4fec67cc01a1b9b7c0a265498e3d1bc5d3b0 [2022-05-05T09:36:18.082Z] #58 145.5 + mkdir -p /build [2022-05-05T09:36:18.082Z] #58 145.5 + cp runc /build/runc [2022-05-05T09:36:18.650Z] #58 DONE 147.3s [2022-05-05T09:36:18.650Z] [2022-05-05T09:36:18.650Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:36:18.650Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:36:21.185Z] #53 281.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-05T09:36:21.185Z] #53 DONE 281.8s [2022-05-05T09:36:21.185Z] [2022-05-05T09:36:21.185Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:36:21.185Z] #62 sha256:6a7ee97e00ad0b449f98d8611510f34944896eb09ac487dd8303ea676d6df835 [2022-05-05T09:36:22.123Z] #62 ... [2022-05-05T09:36:22.123Z] [2022-05-05T09:36:22.123Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-05T09:36:22.123Z] #54 sha256:326c813c573f485288d89d6ebb0376fa2dbaef04267c71b520238a0b93bfcf31 [2022-05-05T09:36:22.692Z] #54 DONE 0.6s [2022-05-05T09:36:22.692Z] [2022-05-05T09:36:22.692Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:36:22.692Z] #62 sha256:6a7ee97e00ad0b449f98d8611510f34944896eb09ac487dd8303ea676d6df835 [2022-05-05T09:36:22.692Z] #62 ... [2022-05-05T09:36:22.692Z] [2022-05-05T09:36:22.692Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-05T09:36:22.692Z] #56 sha256:1de8c45000bfc029b709ade9ed3c14fcbb29d47748dc260482ba30f578bfac1c [2022-05-05T09:36:22.692Z] #56 DONE 0.1s [2022-05-05T09:36:22.951Z] [2022-05-05T09:36:22.951Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-05T09:36:22.951Z] #59 sha256:38b123365e5fc606ff10c5071e1d1e0f9b53cba4f13df39e3eaa8ab118f9120d [2022-05-05T09:36:22.951Z] #59 DONE 0.2s [2022-05-05T09:36:22.951Z] [2022-05-05T09:36:22.951Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:36:22.951Z] #62 sha256:6a7ee97e00ad0b449f98d8611510f34944896eb09ac487dd8303ea676d6df835 [2022-05-05T09:36:23.129Z] #62 ... [2022-05-05T09:36:23.129Z] [2022-05-05T09:36:23.129Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-05T09:36:23.129Z] #58 sha256:89b343e3eb827fea6ef34e4315f774661e5020ec1359cf360543f7fa35615352 [2022-05-05T09:36:23.129Z] #58 148.3 + mkdir -p /build [2022-05-05T09:36:23.129Z] #58 148.3 + cp runc /build/runc [2022-05-05T09:36:23.129Z] #58 DONE 149.1s [2022-05-05T09:36:23.129Z] [2022-05-05T09:36:23.129Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:36:23.129Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:36:23.129Z] #62 ... [2022-05-05T09:36:23.129Z] [2022-05-05T09:36:23.129Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-05T09:36:23.129Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-05T09:36:23.129Z] #53 282.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-05T09:36:23.129Z] #53 DONE 282.6s [2022-05-05T09:36:23.129Z] [2022-05-05T09:36:23.129Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:36:23.129Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:36:23.129Z] #62 ... [2022-05-05T09:36:23.129Z] [2022-05-05T09:36:23.129Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-05T09:36:23.129Z] #54 sha256:fa8d8c5dacb14a247a87effed8c5e9948760204f642f05a9743cf830f6a8bd19 [2022-05-05T09:36:23.388Z] #54 DONE 0.6s [2022-05-05T09:36:23.388Z] [2022-05-05T09:36:23.388Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-05T09:36:23.388Z] #56 sha256:f6709f961bdfa9bcedd446440ef8f357d8402035fe92d12f22034f24654c1555 [2022-05-05T09:36:23.388Z] #56 DONE 0.1s [2022-05-05T09:36:23.388Z] [2022-05-05T09:36:23.388Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-05T09:36:23.388Z] #59 sha256:058b8289d069a3488ac9248996ecfcfd34a528db9c01ae791cae2d31ed110a37 [2022-05-05T09:36:23.645Z] #59 DONE 0.3s [2022-05-05T09:36:23.645Z] [2022-05-05T09:36:23.645Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-05T09:36:23.645Z] #62 sha256:98b34b9a26772ca846dde3338ccaeb254cabbc7b56924065274e5e9e608f160d [2022-05-05T09:36:24.328Z] #62 231.9 + bin/containerd [2022-05-05T09:36:25.015Z] #62 234.6 + bin/containerd [2022-05-05T09:36:31.510Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-05-05T09:36:45.966Z] #62 274.7 # github.com/containerd/containerd/cmd/containerd [2022-05-05T09:36:45.966Z] #62 274.7 /usr/bin/ld: /tmp/go-link-1718849345/000019.o: in function `New': [2022-05-05T09:36:45.966Z] #62 274.7 /tmp/tmp.HyJxMjvycn/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-05T09:36:45.966Z] #62 274.8 + bin/containerd-stress [2022-05-05T09:36:45.966Z] #62 275.9 + bin/containerd-shim [2022-05-05T09:36:52.555Z] #62 287.2 + bin/containerd-shim-runc-v1 [2022-05-05T09:36:59.147Z] #62 293.5 + bin/containerd-shim-runc-v2 [2022-05-05T09:36:59.718Z] #62 294.3 + binaries [2022-05-05T09:36:59.718Z] #62 294.3 + install -D bin/containerd /build/containerd [2022-05-05T09:36:59.718Z] #62 294.3 + install -D bin/containerd-shim /build/containerd-shim [2022-05-05T09:36:59.718Z] #62 294.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-05T09:36:59.718Z] #62 294.3 + install -D bin/ctr /build/ctr [2022-05-05T09:37:02.263Z] #62 DONE 296.5s [2022-05-05T09:37:03.205Z] [2022-05-05T09:37:03.205Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-05T09:37:03.205Z] #63 sha256:80676a7482f14468bbbef567a259f1147cc0686817988f58381bf97dfc045049 [2022-05-05T09:37:03.774Z] #63 DONE 1.0s [2022-05-05T09:37:04.034Z] [2022-05-05T09:37:04.034Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-05T09:37:04.035Z] #68 sha256:3e328317e9bfed678a9a37f4121cde5eef14e4edfabdbb798ec2f7186d5c1be9 [2022-05-05T09:37:04.035Z] #68 DONE 0.2s [2022-05-05T09:37:04.035Z] [2022-05-05T09:37:04.035Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-05T09:37:04.035Z] #73 sha256:cf1f7e8d3666ffba3e41ac25dbf58fb65dc343134c5ca418ec57eadd0727fa2c [2022-05-05T09:37:05.416Z] #73 DONE 1.1s [2022-05-05T09:37:05.416Z] [2022-05-05T09:37:05.416Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-05T09:37:05.416Z] #74 sha256:0707f51973707c629fd2765c28248180b6753347c6598291121f9ba02ecfde6b [2022-05-05T09:37:05.416Z] #74 DONE 0.0s [2022-05-05T09:37:05.416Z] [2022-05-05T09:37:05.416Z] #75 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-05-05T09:37:05.416Z] #75 sha256:c9c6c959e81ab24dece8868a57d9f091b500da2618dfec0fce2664dbfb0a444c [2022-05-05T09:37:05.986Z] #75 0.812 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-05T09:37:06.246Z] #75 0.974 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-05T09:37:06.507Z] #75 1.221 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-05T09:37:06.697Z] dccd9e4d14d3: Pull complete [2022-05-05T09:37:06.697Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-05T09:37:06.697Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:37:06.697Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:37:06.697Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-05T09:37:06.697Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-05T09:37:06.697Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-05-05T09:37:06.697Z] INFO: Docker version of control daemon [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] Client: [2022-05-05T09:37:06.697Z] Version: 20.10.9 [2022-05-05T09:37:06.697Z] API version: 1.41 [2022-05-05T09:37:06.697Z] Go version: go1.16.8 [2022-05-05T09:37:06.697Z] Git commit: c2ea9bc [2022-05-05T09:37:06.697Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-05T09:37:06.697Z] OS/Arch: windows/amd64 [2022-05-05T09:37:06.697Z] Context: default [2022-05-05T09:37:06.697Z] Experimental: true [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] Server: Docker Engine - Community [2022-05-05T09:37:06.697Z] Engine: [2022-05-05T09:37:06.697Z] Version: 20.10.9 [2022-05-05T09:37:06.697Z] API version: 1.41 (minimum version 1.24) [2022-05-05T09:37:06.697Z] Go version: go1.16.8 [2022-05-05T09:37:06.697Z] Git commit: 79ea9d3 [2022-05-05T09:37:06.697Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-05T09:37:06.697Z] OS/Arch: windows/amd64 [2022-05-05T09:37:06.697Z] Experimental: true [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] INFO: Docker info of control daemon [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] Client: [2022-05-05T09:37:06.697Z] Context: default [2022-05-05T09:37:06.697Z] Debug Mode: false [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] Server: [2022-05-05T09:37:06.697Z] Containers: 0 [2022-05-05T09:37:06.697Z] Running: 0 [2022-05-05T09:37:06.697Z] Paused: 0 [2022-05-05T09:37:06.697Z] Stopped: 0 [2022-05-05T09:37:06.697Z] Images: 1 [2022-05-05T09:37:06.697Z] Server Version: 20.10.9 [2022-05-05T09:37:06.697Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-05T09:37:06.697Z] Windows: [2022-05-05T09:37:06.697Z] LCOW: [2022-05-05T09:37:06.697Z] Logging Driver: json-file [2022-05-05T09:37:06.697Z] Plugins: [2022-05-05T09:37:06.697Z] Volume: local [2022-05-05T09:37:06.697Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:37:06.697Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:37:06.697Z] Swarm: inactive [2022-05-05T09:37:06.697Z] Default Isolation: process [2022-05-05T09:37:06.697Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T09:37:06.697Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-05T09:37:06.697Z] OSType: windows [2022-05-05T09:37:06.697Z] Architecture: x86_64 [2022-05-05T09:37:06.697Z] CPUs: 4 [2022-05-05T09:37:06.697Z] Total Memory: 32GiB [2022-05-05T09:37:06.697Z] Name: azwin-2-a04500 [2022-05-05T09:37:06.697Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-05T09:37:06.697Z] Docker Root Dir: D:\docker [2022-05-05T09:37:06.697Z] Debug Mode: false [2022-05-05T09:37:06.697Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:37:06.697Z] Labels: [2022-05-05T09:37:06.697Z] Experimental: true [2022-05-05T09:37:06.697Z] Insecure Registries: [2022-05-05T09:37:06.697Z] 10.0.0.4:5000 [2022-05-05T09:37:06.697Z] 127.0.0.0/8 [2022-05-05T09:37:06.697Z] Registry Mirrors: [2022-05-05T09:37:06.697Z] http://10.0.0.4:5000/ [2022-05-05T09:37:06.697Z] Live Restore Enabled: false [2022-05-05T09:37:06.697Z] Product License: Community Engine [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] [2022-05-05T09:37:06.697Z] INFO: Commit hash is d6115b8f40 [2022-05-05T09:37:06.697Z] INFO: Nuke-Everything... [2022-05-05T09:37:06.697Z] INFO: Container count on control daemon to delete is 0 [2022-05-05T09:37:07.029Z] #75 1.298 Reading package lists... [2022-05-05T09:37:07.601Z] #75 1.828 Reading package lists... [2022-05-05T09:37:07.664Z] INFO: Nuking d:\CI [2022-05-05T09:37:07.664Z] INFO: Zapped successfully [2022-05-05T09:37:07.664Z] INFO: Location for testing is d:\CI\PR-43563\3 [2022-05-05T09:37:07.664Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-05T09:37:07.664Z] [2022-05-05T09:37:07.664Z] [2022-05-05T09:37:07.664Z] INFO: Building the image from Dockerfile.windows at 05/05/2022 09:37:07... [2022-05-05T09:37:07.664Z] [2022-05-05T09:37:07.861Z] #75 2.339 Building dependency tree... [2022-05-05T09:37:07.861Z] #75 2.454 Reading state information... [2022-05-05T09:37:07.861Z] #75 2.575 The following additional packages will be installed: [2022-05-05T09:37:07.861Z] #75 2.575 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-05-05T09:37:07.861Z] #75 2.576 Suggested packages: [2022-05-05T09:37:07.861Z] #75 2.576 systemd-container policykit-1 [2022-05-05T09:37:07.861Z] #75 2.576 Recommended packages: [2022-05-05T09:37:07.861Z] #75 2.576 systemd-timesyncd | time-daemon libnss-systemd [2022-05-05T09:37:07.861Z] #75 2.643 The following NEW packages will be installed: [2022-05-05T09:37:07.861Z] #75 2.643 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-05-05T09:37:07.861Z] #75 2.644 libkmod2 libpam-systemd systemd systemd-sysv [2022-05-05T09:37:08.122Z] #75 2.912 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-05T09:37:08.122Z] #75 2.912 Need to get 5817 kB of archives. [2022-05-05T09:37:08.122Z] #75 2.912 After this operation, 19.3 MB of additional disk space will be used. [2022-05-05T09:37:08.122Z] #75 2.912 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-05-05T09:37:08.122Z] #75 2.915 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-05-05T09:37:08.122Z] #75 2.916 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-05-05T09:37:08.122Z] #75 2.919 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-05-05T09:37:08.122Z] #75 2.920 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-05-05T09:37:08.122Z] #75 3.015 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-05-05T09:37:08.382Z] #75 3.016 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-05-05T09:37:08.382Z] #75 3.017 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-05-05T09:37:08.382Z] #75 3.019 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-05-05T09:37:08.382Z] #75 3.026 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-05T09:37:08.643Z] #75 3.181 debconf: delaying package configuration, since apt-utils is not installed [2022-05-05T09:37:08.643Z] #75 3.212 Fetched 5817 kB in 0s (15.4 MB/s) [2022-05-05T09:37:08.643Z] #75 3.237 Selecting previously unselected package libargon2-1:amd64. [2022-05-05T09:37:08.644Z] #75 3.237 (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-05T09:37:08.644Z] #75 3.252 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-05-05T09:37:08.644Z] #75 3.259 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-05T09:37:08.644Z] #75 3.302 Selecting previously unselected package libjson-c5:amd64. [2022-05-05T09:37:08.644Z] #75 3.304 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-05-05T09:37:08.644Z] #75 3.309 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-05-05T09:37:08.644Z] #75 3.343 Selecting previously unselected package libcryptsetup12:amd64. [2022-05-05T09:37:08.644Z] #75 3.346 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-05-05T09:37:08.644Z] #75 3.350 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-05T09:37:08.644Z] #75 3.405 Selecting previously unselected package libkmod2:amd64. [2022-05-05T09:37:08.644Z] #75 3.408 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-05-05T09:37:08.644Z] #75 3.413 Unpacking libkmod2:amd64 (28-1) ... [2022-05-05T09:37:08.644Z] #75 3.458 Selecting previously unselected package systemd. [2022-05-05T09:37:08.644Z] #75 3.461 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-05-05T09:37:08.644Z] #75 3.494 Unpacking systemd (247.3-7) ... [2022-05-05T09:37:09.583Z] #75 4.048 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-05T09:37:09.583Z] #75 4.059 Setting up libjson-c5:amd64 (0.15-2) ... [2022-05-05T09:37:09.583Z] #75 4.071 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-05T09:37:09.583Z] #75 4.081 Setting up libkmod2:amd64 (28-1) ... [2022-05-05T09:37:09.583Z] #75 4.091 Setting up systemd (247.3-7) ... [2022-05-05T09:37:09.583Z] #75 4.134 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-05-05T09:37:09.583Z] #75 4.135 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-05-05T09:37:09.583Z] #75 4.138 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-05-05T09:37:09.583Z] #75 4.159 Initializing machine ID from KVM UUID. [2022-05-05T09:37:09.844Z] #75 4.520 Selecting previously unselected package systemd-sysv. [2022-05-05T09:37:09.844Z] #75 4.520 (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-05T09:37:09.844Z] #75 4.533 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-05-05T09:37:09.844Z] #75 4.537 Unpacking systemd-sysv (247.3-7) ... [2022-05-05T09:37:09.844Z] #75 4.595 Selecting previously unselected package libdbus-1-3:amd64. [2022-05-05T09:37:09.844Z] #75 4.598 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-05-05T09:37:09.844Z] #75 4.602 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-05T09:37:09.844Z] #75 4.660 Selecting previously unselected package dbus. [2022-05-05T09:37:10.105Z] #75 4.663 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-05-05T09:37:10.105Z] #75 4.672 Unpacking dbus (1.12.20-2) ... [2022-05-05T09:37:10.105Z] #75 4.732 Selecting previously unselected package libpam-systemd:amd64. [2022-05-05T09:37:10.105Z] #75 4.735 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-05-05T09:37:10.105Z] #75 4.739 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-05-05T09:37:10.105Z] #75 4.784 Selecting previously unselected package dbus-user-session. [2022-05-05T09:37:10.105Z] #75 4.787 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-05-05T09:37:10.105Z] #75 4.790 Unpacking dbus-user-session (1.12.20-2) ... [2022-05-05T09:37:10.105Z] #75 4.861 Setting up systemd-sysv (247.3-7) ... [2022-05-05T09:37:10.105Z] #75 4.872 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-05T09:37:10.105Z] #75 4.882 Setting up dbus (1.12.20-2) ... [2022-05-05T09:37:10.365Z] #75 4.997 invoke-rc.d: could not determine current runlevel [2022-05-05T09:37:10.365Z] #75 4.999 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-05T09:37:10.365Z] #75 5.004 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-05-05T09:37:10.365Z] #75 5.148 Setting up dbus-user-session (1.12.20-2) ... [2022-05-05T09:37:10.365Z] #75 5.164 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-05T09:37:10.626Z] #75 DONE 5.3s [2022-05-05T09:37:10.626Z] [2022-05-05T09:37:10.626Z] #76 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-05-05T09:37:10.626Z] #76 sha256:a0166197eb1a40d232c13c06eb0c631f1a589510de9f6f7303d1a0dd056cd703 [2022-05-05T09:37:11.196Z] #76 0.400 % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-05T09:37:11.196Z] #76 0.400 Dload Upload Total Spent Left Speed [2022-05-05T09:37:11.458Z] #76 0.403 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5861 0 --:--:-- --:--:-- --:--:-- 5861 [2022-05-05T09:37:11.458Z] #76 DONE 0.8s [2022-05-05T09:37:11.458Z] [2022-05-05T09:37:11.458Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-05T09:37:11.458Z] #77 sha256:5573c48520e8e47f6ceaddcccb362e06f83756660d8c769df84faed9fe0d4599 [2022-05-05T09:37:12.445Z] #77 DONE 1.0s [2022-05-05T09:37:12.445Z] [2022-05-05T09:37:12.445Z] #78 exporting to image [2022-05-05T09:37:12.445Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-05T09:37:12.445Z] #78 exporting layers [2022-05-05T09:37:12.634Z] Running on azwin-2-8063a0 in d:\jenkins\workspace\moby_PR-43563 [Pipeline] { [Pipeline] ws [2022-05-05T09:37:12.649Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-05T09:37:14.187Z] The recommended git tool is: git [2022-05-05T09:37:14.862Z] Sending build context to Docker daemon 66.58MB [2022-05-05T09:37:14.862Z] [2022-05-05T09:37:15.320Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-05T09:37:15.320Z] ---> aa8714eb8356 [2022-05-05T09:37:15.320Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-05T09:37:15.320Z] ---> Running in cda468d6e66a [2022-05-05T09:37:15.778Z] Removing intermediate container cda468d6e66a [2022-05-05T09:37:15.778Z] ---> 4cade9525136 [2022-05-05T09:37:15.778Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-05-05T09:37:15.778Z] ---> Running in 7b4c8e854924 [2022-05-05T09:37:15.778Z] Removing intermediate container 7b4c8e854924 [2022-05-05T09:37:15.778Z] ---> 444ca7a45007 [2022-05-05T09:37:15.778Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-05T09:37:15.778Z] ---> Running in 749ee099c3ac [2022-05-05T09:37:16.236Z] Removing intermediate container 749ee099c3ac [2022-05-05T09:37:16.236Z] ---> d47ff6ad07e9 [2022-05-05T09:37:16.236Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-05T09:37:16.236Z] ---> Running in 4e5a99cf98ca [2022-05-05T09:37:16.694Z] Removing intermediate container 4e5a99cf98ca [2022-05-05T09:37:16.694Z] ---> a58a2a90e419 [2022-05-05T09:37:16.694Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-05T09:37:16.694Z] ---> Running in bd89148501c3 [2022-05-05T09:37:16.694Z] Removing intermediate container bd89148501c3 [2022-05-05T09:37:16.694Z] ---> 302aad19f745 [2022-05-05T09:37:17.153Z] 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-05T09:37:17.153Z] ---> Running in 6b8a3f22deb5 [2022-05-05T09:37:17.153Z] Removing intermediate container 6b8a3f22deb5 [2022-05-05T09:37:17.153Z] ---> 642891469ce5 [2022-05-05T09:37:17.153Z] 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-05T09:37:17.153Z] ---> Running in f1d344a4ac6e [2022-05-05T09:37:19.041Z] #78 exporting layers 6.4s done [2022-05-05T09:37:19.041Z] #78 writing image sha256:8b04433eaefea6c0e172cc9f30beb9d888cf998a666ffd05ab02050ee671c2b9 done [2022-05-05T09:37:19.041Z] #78 naming to docker.io/library/docker:d6115b8f407d8975534988ead723c1da5ce022b1 done [2022-05-05T09:37:19.041Z] #78 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-05T09:37:19.398Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -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:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh dynbinary test-integration [2022-05-05T09:37:20.636Z] #62 282.7 # github.com/containerd/containerd/cmd/containerd [2022-05-05T09:37:20.637Z] #62 282.7 /usr/bin/ld: /tmp/go-link-3834998342/000019.o: in function `New': [2022-05-05T09:37:20.637Z] #62 282.7 /tmp/tmp.vRVUaU8RdY/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-05T09:37:20.637Z] #62 282.8 + bin/containerd-stress [2022-05-05T09:37:20.637Z] #62 283.9 + bin/containerd-shim [2022-05-05T09:37:20.780Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-05-05T09:37:20.780Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-05-05T09:37:20.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-05-05T09:37:20.780Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-05-05T09:37:21.041Z] 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-05T09:37:21.041Z] Detected virtualization docker. [2022-05-05T09:37:21.041Z] Detected architecture x86-64. [2022-05-05T09:37:21.041Z] Set hostname to <4685ba1f678b>. [2022-05-05T09:37:21.041Z] modprobe@configfs.service: Succeeded. [2022-05-05T09:37:21.041Z] modprobe@drm.service: Succeeded. [2022-05-05T09:37:21.041Z] modprobe@fuse.service: Succeeded. [2022-05-05T09:37:21.041Z] + source /etc/docker-entrypoint-cmd [2022-05-05T09:37:21.041Z] ++ hack/make.sh dynbinary test-integration [2022-05-05T09:37:21.041Z] [2022-05-05T09:37:21.212Z] #62 285.1 # github.com/containerd/containerd/cmd/containerd [2022-05-05T09:37:21.212Z] #62 285.1 /usr/bin/ld: /tmp/go-link-1688207229/000019.o: in function `New': [2022-05-05T09:37:21.212Z] #62 285.1 /tmp/tmp.0QPsAfsK0B/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-05T09:37:21.212Z] #62 285.2 + bin/containerd-stress [2022-05-05T09:37:21.212Z] #62 286.3 + bin/containerd-shim [2022-05-05T09:37:21.302Z] Removing bundles/ [2022-05-05T09:37:21.302Z] [2022-05-05T09:37:21.302Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-05T09:37:21.302Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:37:21.302Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:37:22.959Z] [2022-05-05T09:37:22.959Z] SUCCESS: Specified value was saved. [2022-05-05T09:37:22.959Z] INFO: Downloading git... [2022-05-05T09:37:24.507Z] INFO: Downloading go... [2022-05-05T09:37:26.061Z] INFO: Downloading compiler 1 of 3... [2022-05-05T09:37:27.028Z] INFO: Downloading compiler 2 of 3... [2022-05-05T09:37:27.761Z] dccd9e4d14d3: Pull complete [2022-05-05T09:37:27.761Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-05T09:37:27.761Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:37:27.761Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:37:27.761Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-05T09:37:27.761Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-05T09:37:27.761Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-05-05T09:37:27.761Z] INFO: Docker version of control daemon [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] Client: [2022-05-05T09:37:27.761Z] Version: 20.10.9 [2022-05-05T09:37:27.761Z] API version: 1.41 [2022-05-05T09:37:27.761Z] Go version: go1.16.8 [2022-05-05T09:37:27.761Z] Git commit: c2ea9bc [2022-05-05T09:37:27.761Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-05T09:37:27.761Z] OS/Arch: windows/amd64 [2022-05-05T09:37:27.761Z] Context: default [2022-05-05T09:37:27.761Z] Experimental: true [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] Server: Docker Engine - Community [2022-05-05T09:37:27.761Z] Engine: [2022-05-05T09:37:27.761Z] Version: 20.10.9 [2022-05-05T09:37:27.761Z] API version: 1.41 (minimum version 1.24) [2022-05-05T09:37:27.761Z] Go version: go1.16.8 [2022-05-05T09:37:27.761Z] Git commit: 79ea9d3 [2022-05-05T09:37:27.761Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-05T09:37:27.761Z] OS/Arch: windows/amd64 [2022-05-05T09:37:27.761Z] Experimental: true [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] INFO: Docker info of control daemon [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] Client: [2022-05-05T09:37:27.761Z] Context: default [2022-05-05T09:37:27.761Z] Debug Mode: false [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] Server: [2022-05-05T09:37:27.761Z] Containers: 0 [2022-05-05T09:37:27.761Z] Running: 0 [2022-05-05T09:37:27.761Z] Paused: 0 [2022-05-05T09:37:27.761Z] Stopped: 0 [2022-05-05T09:37:27.761Z] Images: 1 [2022-05-05T09:37:27.761Z] Server Version: 20.10.9 [2022-05-05T09:37:27.761Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-05T09:37:27.761Z] Windows: [2022-05-05T09:37:27.761Z] LCOW: [2022-05-05T09:37:27.761Z] Logging Driver: json-file [2022-05-05T09:37:27.761Z] Plugins: [2022-05-05T09:37:27.761Z] Volume: local [2022-05-05T09:37:27.761Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:37:27.761Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:37:27.761Z] Swarm: inactive [2022-05-05T09:37:27.761Z] Default Isolation: process [2022-05-05T09:37:27.761Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T09:37:27.761Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-05T09:37:27.761Z] OSType: windows [2022-05-05T09:37:27.761Z] Architecture: x86_64 [2022-05-05T09:37:27.761Z] CPUs: 4 [2022-05-05T09:37:27.761Z] Total Memory: 32GiB [2022-05-05T09:37:27.761Z] Name: azwin-2-a04501 [2022-05-05T09:37:27.761Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-05T09:37:27.761Z] Docker Root Dir: D:\docker [2022-05-05T09:37:27.761Z] Debug Mode: false [2022-05-05T09:37:27.761Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:37:27.761Z] Labels: [2022-05-05T09:37:27.761Z] Experimental: true [2022-05-05T09:37:27.761Z] Insecure Registries: [2022-05-05T09:37:27.761Z] 10.0.0.4:5000 [2022-05-05T09:37:27.761Z] 127.0.0.0/8 [2022-05-05T09:37:27.761Z] Registry Mirrors: [2022-05-05T09:37:27.761Z] http://10.0.0.4:5000/ [2022-05-05T09:37:27.761Z] Live Restore Enabled: false [2022-05-05T09:37:27.761Z] Product License: Community Engine [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] INFO: Commit hash is d6115b8f40 [2022-05-05T09:37:27.761Z] INFO: Nuke-Everything... [2022-05-05T09:37:27.761Z] INFO: Container count on control daemon to delete is 0 [2022-05-05T09:37:27.761Z] INFO: Nuking d:\CI [2022-05-05T09:37:27.761Z] INFO: Zapped successfully [2022-05-05T09:37:27.761Z] INFO: Location for testing is d:\CI\PR-43563\3 [2022-05-05T09:37:27.761Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] INFO: Building the image from Dockerfile.windows at 05/05/2022 09:37:20... [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] Sending build context to Docker daemon 66.58MB [2022-05-05T09:37:27.761Z] [2022-05-05T09:37:27.761Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-05T09:37:27.761Z] ---> aa8714eb8356 [2022-05-05T09:37:27.761Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-05T09:37:27.761Z] ---> Running in 0f172198bbb8 [2022-05-05T09:37:27.761Z] Removing intermediate container 0f172198bbb8 [2022-05-05T09:37:27.761Z] ---> a669477715b3 [2022-05-05T09:37:27.761Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-05-05T09:37:27.761Z] ---> Running in ff42c3b02160 [2022-05-05T09:37:27.762Z] #62 297.5 + bin/containerd-shim-runc-v1 [2022-05-05T09:37:27.997Z] INFO: Downloading compiler 3 of 3... [2022-05-05T09:37:28.222Z] Removing intermediate container ff42c3b02160 [2022-05-05T09:37:28.222Z] ---> 34ceda5bea07 [2022-05-05T09:37:28.222Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-05T09:37:28.222Z] ---> Running in 1e4d8286a266 [2022-05-05T09:37:28.455Z] INFO: Extracting git... [2022-05-05T09:37:28.683Z] Removing intermediate container 1e4d8286a266 [2022-05-05T09:37:28.683Z] ---> bdeb1c44d8f5 [2022-05-05T09:37:28.683Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-05T09:37:28.683Z] ---> Running in 5471e163a7d3 [2022-05-05T09:37:28.751Z] #62 295.0 + bin/containerd-shim-runc-v1 [2022-05-05T09:37:29.141Z] Removing intermediate container 5471e163a7d3 [2022-05-05T09:37:29.141Z] ---> e081bd5282ef [2022-05-05T09:37:29.141Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-05T09:37:29.141Z] ---> Running in 423ec3ed56a5 [2022-05-05T09:37:29.599Z] Removing intermediate container 423ec3ed56a5 [2022-05-05T09:37:29.599Z] ---> 6aca420d0560 [2022-05-05T09:37:29.599Z] 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-05T09:37:29.599Z] ---> Running in 477a23661f1d [2022-05-05T09:37:29.599Z] Removing intermediate container 477a23661f1d [2022-05-05T09:37:29.599Z] ---> c407b8012669 [2022-05-05T09:37:29.600Z] 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-05T09:37:30.058Z] ---> Running in 8baa6a27ce81 [2022-05-05T09:37:34.019Z] #62 301.3 + bin/containerd-shim-runc-v2 [2022-05-05T09:37:34.300Z] #62 303.8 + bin/containerd-shim-runc-v2 [2022-05-05T09:37:34.586Z] #62 302.1 + binaries [2022-05-05T09:37:34.764Z] [2022-05-05T09:37:34.764Z] SUCCESS: Specified value was saved. [2022-05-05T09:37:34.844Z] #62 302.1 + install -D bin/containerd /build/containerd [2022-05-05T09:37:34.844Z] #62 302.1 + install -D bin/containerd-shim /build/containerd-shim [2022-05-05T09:37:34.844Z] #62 302.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-05T09:37:34.844Z] #62 302.1 + install -D bin/ctr /build/ctr [2022-05-05T09:37:34.861Z] #62 304.6 + binaries [2022-05-05T09:37:34.861Z] #62 304.6 + install -D bin/containerd /build/containerd [2022-05-05T09:37:34.862Z] #62 304.6 + install -D bin/containerd-shim /build/containerd-shim [2022-05-05T09:37:34.862Z] #62 304.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-05T09:37:34.862Z] #62 304.6 + install -D bin/ctr /build/ctr [2022-05-05T09:37:35.738Z] INFO: Downloading git... [2022-05-05T09:37:36.743Z] #62 DONE 304.0s [2022-05-05T09:37:37.375Z] #62 DONE 306.6s [2022-05-05T09:37:37.677Z] [2022-05-05T09:37:37.677Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-05T09:37:37.677Z] #63 sha256:11a5b00298051406c757e76782a74a59cee160f07cfcde80a3f05332fdd80e77 [2022-05-05T09:37:37.938Z] [2022-05-05T09:37:37.938Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-05T09:37:37.938Z] #63 sha256:9dff5dc351c7d008cda7bed91d9ce66bd9d6075172fdfc4ec47d71642eeafa94 [2022-05-05T09:37:37.952Z] INFO: Downloading go... [2022-05-05T09:37:38.611Z] #63 DONE 0.8s [2022-05-05T09:37:38.611Z] [2022-05-05T09:37:38.611Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-05T09:37:38.611Z] #68 sha256:e5bb182b0add983676c9c357c9bd96522e90895c8be05ad76f6f58b53637c022 [2022-05-05T09:37:38.611Z] #68 DONE 0.2s [2022-05-05T09:37:38.611Z] [2022-05-05T09:37:38.611Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-05T09:37:38.611Z] #73 sha256:6219151524f8f675b95caad127b57b4d9aeb292a3a42aa2a5feb3f0d166d535f [2022-05-05T09:37:38.864Z] #63 DONE 0.8s [2022-05-05T09:37:38.864Z] [2022-05-05T09:37:38.864Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-05T09:37:38.864Z] #68 sha256:cf671389c925c74d7ced83c176c5a12ca6a6624cf7318c652d17caf772cc50dc [2022-05-05T09:37:39.120Z] #68 DONE 0.2s [2022-05-05T09:37:39.120Z] [2022-05-05T09:37:39.120Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-05T09:37:39.120Z] #73 sha256:0f89226026da3c71520cd1c5c3bc597ed963e0aa301ff93866a0eb09b12bbeb1 [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 31.9% of statements [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 6.1% of statements [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 92.2% of statements [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/types/time 0.011s coverage: 100.0% of statements [2022-05-05T09:37:39.242Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-05T09:37:39.242Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-05T09:37:39.499Z] INFO: Downloading compiler 1 of 3... [2022-05-05T09:37:39.499Z] INFO: Downloading compiler 2 of 3... [2022-05-05T09:37:39.499Z] INFO: Downloading compiler 3 of 3... [2022-05-05T09:37:39.499Z] INFO: Extracting git... [2022-05-05T09:37:39.543Z] #73 DONE 0.8s [2022-05-05T09:37:39.543Z] [2022-05-05T09:37:39.543Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-05T09:37:39.543Z] #74 sha256:ea4f27a094bb27d2fc674381c71b9bdd97c772e91b7b59f1af9c0dab761d9df2 [2022-05-05T09:37:39.543Z] #74 DONE 0.0s [2022-05-05T09:37:39.543Z] [2022-05-05T09:37:39.543Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-05T09:37:39.543Z] #75 sha256:cdaee50b83c10a6c3dab469b3a03bbfec564ced30710260a30ef2d8bd70508ca [2022-05-05T09:37:39.817Z] using credential docker-jenkins-github-credentials [2022-05-05T09:37:39.898Z] Cloning the remote Git repository [2022-05-05T09:37:39.898Z] Cloning with configured refspecs honoured and without tags [2022-05-05T09:37:40.047Z] #73 DONE 0.9s [2022-05-05T09:37:40.047Z] [2022-05-05T09:37:40.047Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-05T09:37:40.047Z] #74 sha256:dff997d15c0a538670c0f90c87e3573bba8f0e70e2cf75f73a39c88b5390901e [2022-05-05T09:37:40.047Z] #74 DONE 0.0s [2022-05-05T09:37:40.047Z] [2022-05-05T09:37:40.047Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-05T09:37:40.047Z] #75 sha256:977e6eac0f5e7116166b13966e7b13f6e97f69f76369b5deefcf8f12fe574e8e [2022-05-05T09:37:40.101Z] Cloning repository https://github.com/moby/moby.git [2022-05-05T09:37:40.476Z] #75 DONE 1.2s [2022-05-05T09:37:40.627Z] ok github.com/docker/docker/builder/remotecontext 0.111s coverage: 13.7% of statements [2022-05-05T09:37:40.734Z] [2022-05-05T09:37:40.735Z] #76 exporting to image [2022-05-05T09:37:40.735Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-05T09:37:40.735Z] #76 exporting layers [2022-05-05T09:37:41.197Z] ok github.com/docker/docker/builder/dockerfile 0.459s coverage: 49.3% of statements [2022-05-05T09:37:41.198Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-05T09:37:41.413Z] #75 DONE 1.3s [2022-05-05T09:37:41.413Z] [2022-05-05T09:37:41.413Z] #76 exporting to image [2022-05-05T09:37:41.413Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-05T09:37:41.413Z] #76 exporting layers [2022-05-05T09:37:41.768Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-05-05T09:37:40.529Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-05T09:37:41.530Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:37:41.531Z] > git --version # timeout=10 [2022-05-05T09:37:41.588Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-05T09:37:41.589Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:37:41.592Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:37:42.711Z] ok github.com/docker/docker/builder/remotecontext/git 1.548s coverage: 86.3% of statements [2022-05-05T09:37:42.711Z] ? github.com/docker/docker/cli [no test files] [2022-05-05T09:37:42.711Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-05T09:37:42.711Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-05T09:37:42.711Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-05T09:37:43.255Z] INFO: Expanding go... [2022-05-05T09:37:43.282Z] ok github.com/docker/docker/cmd/docker-proxy 0.211s coverage: 67.6% of statements [2022-05-05T09:37:43.833Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 2m52.156954415s [2022-05-05T09:37:43.834Z] 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-05T09:37:43.834Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.175169ms [2022-05-05T09:37:45.829Z] ok github.com/docker/docker/client 0.092s coverage: 75.6% of statements [2022-05-05T09:37:47.294Z] #76 exporting layers 5.9s done [2022-05-05T09:37:47.294Z] #76 writing image sha256:0df6861eb92603279d63d7e2d1a39762d3ed994e61302dc5c484d07c99b58094 done [2022-05-05T09:37:47.294Z] #76 naming to docker.io/library/docker:d6115b8f407d8975534988ead723c1da5ce022b1 done [2022-05-05T09:37:47.294Z] #76 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-05T09:37:47.649Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -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:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh dynbinary test-integration [2022-05-05T09:37:47.962Z] #76 exporting layers 6.1s done [2022-05-05T09:37:47.962Z] #76 writing image sha256:ee3df69db0e8638a167346938e046039c89304ed8bc35e2bf02d6bcca722f86f done [2022-05-05T09:37:47.962Z] #76 naming to docker.io/library/docker:d6115b8f407d8975534988ead723c1da5ce022b1 done [2022-05-05T09:37:47.962Z] #76 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-05-05T09:37:48.300Z] + trap exit INT TERM [2022-05-05T09:37:48.300Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-05-05T09:37:48.300Z] + CONTAINER_NAME=docker-pr3 [2022-05-05T09:37:48.300Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43563/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh dynbinary [2022-05-05T09:37:49.028Z] [2022-05-05T09:37:49.227Z] [2022-05-05T09:37:49.286Z] Removing bundles/ [2022-05-05T09:37:49.287Z] [2022-05-05T09:37:49.287Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-05T09:37:49.287Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:37:49.287Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:37:49.483Z] Removing bundles/ [2022-05-05T09:37:49.483Z] [2022-05-05T09:37:49.483Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-05T09:37:49.483Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:37:49.483Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:37:54.308Z] INFO: Expanding go... [2022-05-05T09:38:00.532Z] Fetching without tags [2022-05-05T09:38:00.163Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:38:00.238Z] > git config --add remote.origin.fetch +refs/pull/43563/head:refs/remotes/origin/PR-43563 # timeout=10 [2022-05-05T09:38:00.297Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:38:00.431Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-05T09:38:00.571Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-05T09:38:00.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:38:00.574Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43563/head:refs/remotes/origin/PR-43563 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-05T09:38:01.292Z] Merging remotes/origin/master commit c9b37e5cb430b01816c4d8e18d199745d0d6f765 into PR head commit d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:38:01.407Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:38:01.460Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:38:05.259Z] Merge succeeded, producing d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:38:05.259Z] Checking out Revision d6115b8f407d8975534988ead723c1da5ce022b1 (PR-43563) [2022-05-05T09:38:04.842Z] > git remote # timeout=10 [2022-05-05T09:38:04.945Z] > git config --get remote.origin.url # timeout=10 [2022-05-05T09:38:05.004Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-05T09:38:05.006Z] > git merge c9b37e5cb430b01816c4d8e18d199745d0d6f765 # timeout=10 [2022-05-05T09:38:05.162Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-05T09:38:05.297Z] > git config core.sparsecheckout # timeout=10 [2022-05-05T09:38:05.350Z] > git checkout -f d6115b8f407d8975534988ead723c1da5ce022b1 # timeout=10 [2022-05-05T09:38:13.200Z] INFO: Expanding compiler 1 of 3... [2022-05-05T09:38:13.200Z] INFO: Expanding compiler 2 of 3... [2022-05-05T09:38:17.037Z] INFO: Expanding compiler 3 of 3... [2022-05-05T09:38:17.046Z] Commit message: "daemon: fix some minor nits" [Pipeline] withEnv [Pipeline] { [2022-05-05T09:38:17.496Z] INFO: Removing downloaded files... [2022-05-05T09:38:17.496Z] INFO: Downloading containerd [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-05T09:38:17.943Z] ok github.com/docker/docker/cmd/dockerd 0.080s coverage: 30.2% of statements [2022-05-05T09:38:18.514Z] ok github.com/docker/docker/container 0.119s coverage: 34.6% of statements [2022-05-05T09:38:19.085Z] ok github.com/docker/docker/cmd/dockerd/trap 2.492s coverage: 0.0% of statements [2022-05-05T09:38:19.085Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-05T09:38:19.085Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-05T09:38:19.085Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-05T09:38:19.085Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-05T09:38:19.085Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-05T09:38:20.329Z] + docker version [2022-05-05T09:38:24.261Z] INFO: Expanding compiler 1 of 3... [2022-05-05T09:38:24.261Z] INFO: Expanding compiler 2 of 3... [2022-05-05T09:38:24.371Z] ok github.com/docker/docker/daemon/cluster 0.053s coverage: 0.5% of statements [2022-05-05T09:38:25.312Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.027s coverage: 65.3% of statements [2022-05-05T09:38:26.697Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-05-05T09:38:27.814Z] [2022-05-05T09:38:27.814Z] Name Version Source Summary [2022-05-05T09:38:27.814Z] ---- ------- ------ ------- [2022-05-05T09:38:27.814Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-05T09:38:29.055Z] Client: [2022-05-05T09:38:29.055Z] Version: 20.10.9 [2022-05-05T09:38:29.055Z] API version: 1.41 [2022-05-05T09:38:29.055Z] Go version: go1.16.8 [2022-05-05T09:38:29.055Z] Git commit: c2ea9bc [2022-05-05T09:38:29.055Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-05T09:38:29.055Z] OS/Arch: windows/amd64 [2022-05-05T09:38:29.055Z] Context: default [2022-05-05T09:38:29.055Z] Experimental: true [2022-05-05T09:38:29.055Z] [2022-05-05T09:38:29.055Z] Server: Docker Engine - Community [2022-05-05T09:38:29.055Z] Engine: [2022-05-05T09:38:29.055Z] Version: 20.10.9 [2022-05-05T09:38:29.055Z] API version: 1.41 (minimum version 1.24) [2022-05-05T09:38:29.055Z] Go version: go1.16.8 [2022-05-05T09:38:29.055Z] Git commit: 79ea9d3 [2022-05-05T09:38:29.055Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-05T09:38:29.055Z] OS/Arch: windows/amd64 [2022-05-05T09:38:29.055Z] Experimental: true [2022-05-05T09:38:29.356Z] [2022-05-05T09:38:29.356Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-05T09:38:29.356Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-05T09:38:29.356Z] PSChildName : containerd [2022-05-05T09:38:29.356Z] PSDrive : C [2022-05-05T09:38:29.356Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-05T09:38:29.356Z] PSIsContainer : True [2022-05-05T09:38:29.356Z] Name : containerd [2022-05-05T09:38:29.356Z] FullName : C:\containerd [2022-05-05T09:38:29.356Z] Parent : [2022-05-05T09:38:29.356Z] Exists : True [2022-05-05T09:38:29.356Z] Root : C:\ [2022-05-05T09:38:29.356Z] Extension : [2022-05-05T09:38:29.356Z] CreationTime : 5/5/2022 9:38:29 AM [2022-05-05T09:38:29.356Z] CreationTimeUtc : 5/5/2022 9:38:29 AM [2022-05-05T09:38:29.356Z] LastAccessTime : 5/5/2022 9:38:29 AM [2022-05-05T09:38:29.356Z] LastAccessTimeUtc : 5/5/2022 9:38:29 AM [2022-05-05T09:38:29.356Z] LastWriteTime : 5/5/2022 9:38:29 AM [2022-05-05T09:38:29.356Z] LastWriteTimeUtc : 5/5/2022 9:38:29 AM [2022-05-05T09:38:29.356Z] Attributes : Directory [2022-05-05T09:38:29.356Z] Mode : d----- [2022-05-05T09:38:29.356Z] BaseName : containerd [2022-05-05T09:38:29.356Z] Target : {} [2022-05-05T09:38:29.356Z] LinkType : [2022-05-05T09:38:29.356Z] [Pipeline] sh [2022-05-05T09:38:30.068Z] INFO: Expanding compiler 3 of 3... [2022-05-05T09:38:30.550Z] INFO: Removing downloaded files... [2022-05-05T09:38:30.550Z] INFO: Downloading containerd [2022-05-05T09:38:30.667Z] + docker info [2022-05-05T09:38:30.895Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-05T09:38:30.895Z] INFO: Configuring git core.autocrlf... [2022-05-05T09:38:30.895Z] [2022-05-05T09:38:30.895Z] [2022-05-05T09:38:33.371Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.8% of statements [2022-05-05T09:38:34.313Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-05T09:38:34.575Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-05T09:38:35.147Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-05-05T09:38:36.534Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.518s coverage: 74.8% of statements [2022-05-05T09:38:36.534Z] ok github.com/docker/docker/daemon 10.125s coverage: 16.7% of statements [2022-05-05T09:38:36.534Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-05T09:38:36.534Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-05T09:38:36.534Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-05T09:38:36.534Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-05T09:38:37.476Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.232s coverage: 56.2% of statements [2022-05-05T09:38:38.418Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 3.0% of statements [2022-05-05T09:38:39.820Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.9% of statements [2022-05-05T09:38:41.123Z] [2022-05-05T09:38:41.123Z] Name Version Source Summary [2022-05-05T09:38:41.123Z] ---- ------- ------ ------- [2022-05-05T09:38:41.123Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-05T09:38:41.205Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.195s coverage: 50.6% of statements [2022-05-05T09:38:41.608Z] [2022-05-05T09:38:41.608Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-05T09:38:41.608Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-05T09:38:41.608Z] PSChildName : containerd [2022-05-05T09:38:41.608Z] PSDrive : C [2022-05-05T09:38:41.608Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-05T09:38:41.608Z] PSIsContainer : True [2022-05-05T09:38:41.608Z] Name : containerd [2022-05-05T09:38:41.608Z] FullName : C:\containerd [2022-05-05T09:38:41.608Z] Parent : [2022-05-05T09:38:41.608Z] Exists : True [2022-05-05T09:38:41.608Z] Root : C:\ [2022-05-05T09:38:41.608Z] Extension : [2022-05-05T09:38:41.608Z] CreationTime : 5/5/2022 9:38:41 AM [2022-05-05T09:38:41.608Z] CreationTimeUtc : 5/5/2022 9:38:41 AM [2022-05-05T09:38:41.608Z] LastAccessTime : 5/5/2022 9:38:41 AM [2022-05-05T09:38:41.608Z] LastAccessTimeUtc : 5/5/2022 9:38:41 AM [2022-05-05T09:38:41.608Z] LastWriteTime : 5/5/2022 9:38:41 AM [2022-05-05T09:38:41.608Z] LastWriteTimeUtc : 5/5/2022 9:38:41 AM [2022-05-05T09:38:41.608Z] Attributes : Directory [2022-05-05T09:38:41.608Z] Mode : d----- [2022-05-05T09:38:41.608Z] BaseName : containerd [2022-05-05T09:38:41.608Z] Target : {} [2022-05-05T09:38:41.608Z] LinkType : [2022-05-05T09:38:41.608Z] [2022-05-05T09:38:42.148Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.071s coverage: 46.1% of statements [2022-05-05T09:38:42.148Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-05T09:38:43.003Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-05T09:38:43.090Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-05-05T09:38:43.090Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.948s coverage: 58.2% of statements [2022-05-05T09:38:43.090Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-05T09:38:43.090Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-05T09:38:43.527Z] INFO: Configuring git core.autocrlf... [2022-05-05T09:38:43.527Z] [2022-05-05T09:38:43.527Z] [2022-05-05T09:38:43.661Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2022-05-05T09:38:44.232Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-05-05T09:38:45.174Z] ok github.com/docker/docker/daemon/images 0.040s coverage: 6.6% of statements [2022-05-05T09:38:45.174Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-05T09:38:45.174Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-05T09:38:45.659Z] Client: [2022-05-05T09:38:45.659Z] Context: default [2022-05-05T09:38:45.659Z] Debug Mode: false [2022-05-05T09:38:45.659Z] Plugins: [2022-05-05T09:38:45.659Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-05T09:38:45.659Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-05T09:38:45.659Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-05T09:38:45.659Z] [2022-05-05T09:38:45.659Z] Server: [2022-05-05T09:38:45.659Z] Containers: 0 [2022-05-05T09:38:45.659Z] Running: 0 [2022-05-05T09:38:45.659Z] Paused: 0 [2022-05-05T09:38:45.659Z] Stopped: 0 [2022-05-05T09:38:45.659Z] Images: 0 [2022-05-05T09:38:45.659Z] Server Version: 20.10.9 [2022-05-05T09:38:45.659Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-05T09:38:45.659Z] Windows: [2022-05-05T09:38:45.659Z] LCOW: [2022-05-05T09:38:45.659Z] Logging Driver: json-file [2022-05-05T09:38:45.659Z] Plugins: [2022-05-05T09:38:45.659Z] Volume: local [2022-05-05T09:38:45.659Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:38:45.659Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:38:45.659Z] Swarm: inactive [2022-05-05T09:38:45.659Z] Default Isolation: process [2022-05-05T09:38:45.659Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-05T09:38:45.659Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-05T09:38:45.659Z] OSType: windows [2022-05-05T09:38:45.659Z] Architecture: x86_64 [2022-05-05T09:38:45.659Z] CPUs: 4 [2022-05-05T09:38:45.659Z] Total Memory: 32GiB [2022-05-05T09:38:45.659Z] Name: azwin-2-8063a0 [2022-05-05T09:38:45.659Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-05T09:38:45.659Z] Docker Root Dir: D:\docker [2022-05-05T09:38:45.659Z] Debug Mode: false [2022-05-05T09:38:45.659Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:38:45.659Z] Labels: [2022-05-05T09:38:45.659Z] Experimental: true [2022-05-05T09:38:45.659Z] Insecure Registries: [2022-05-05T09:38:45.659Z] 10.0.0.4:5000 [2022-05-05T09:38:45.659Z] 127.0.0.0/8 [2022-05-05T09:38:45.659Z] Registry Mirrors: [2022-05-05T09:38:45.659Z] http://10.0.0.4:5000/ [2022-05-05T09:38:45.659Z] Live Restore Enabled: false [2022-05-05T09:38:45.659Z] Product License: Community Engine [2022-05-05T09:38:45.659Z] [2022-05-05T09:38:45.744Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-05T09:38:46.315Z] ok github.com/docker/docker/daemon/logger/awslogs 0.144s coverage: 79.9% of statements [2022-05-05T09:38:46.316Z] ok github.com/docker/docker/daemon/logger/fluentd 0.014s coverage: 53.6% of statements [2022-05-05T09:38:46.316Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-05T09:38:46.887Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-05-05T09:38:47.147Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-05-05T09:38:47.407Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 87.2% of statements [2022-05-05T09:38:47.668Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-05-05T09:38:48.238Z] ok github.com/docker/docker/daemon/logger/local 0.026s coverage: 78.7% of statements [2022-05-05T09:38:48.238Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-05T09:38:48.810Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 58.4% of statements [2022-05-05T09:38:48.810Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2022-05-05T09:38:49.751Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2022-05-05T09:38:49.751Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-05-05T09:38:50.322Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-05-05T09:38:51.264Z] ok github.com/docker/docker/daemon/logger/splunk 1.523s coverage: 82.5% of statements [2022-05-05T09:38:51.264Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-05T09:38:51.264Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-05T09:38:51.835Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-05-05T09:38:52.406Z] ok github.com/docker/docker/distribution 0.604s coverage: 28.2% of statements [2022-05-05T09:38:52.406Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-05T09:38:52.667Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-05T09:38:53.608Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-05-05T09:38:53.868Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-05T09:38:54.440Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-05-05T09:38:54.440Z] ok github.com/docker/docker/distribution/xfer 1.893s coverage: 84.9% of statements [2022-05-05T09:38:54.440Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-05T09:38:54.701Z] ok github.com/docker/docker/image/v1 0.017s coverage: 25.0% of statements [2022-05-05T09:38:54.701Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-05T09:38:55.272Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-05-05T09:38:55.845Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-05-05T09:38:56.416Z] ok github.com/docker/docker/opts 0.023s coverage: 65.5% of statements [2022-05-05T09:38:56.677Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-05T09:38:58.062Z] ok github.com/docker/docker/pkg/archive 0.288s coverage: 82.5% of statements [2022-05-05T09:38:59.009Z] ok github.com/docker/docker/pkg/authorization 0.322s coverage: 68.3% of statements [2022-05-05T09:38:59.009Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-05T09:38:59.270Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-05T09:39:02.567Z] ok github.com/docker/docker/pkg/chrootarchive 2.515s coverage: 42.7% of statements [2022-05-05T09:39:02.567Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-05T09:39:02.828Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-05T09:39:03.088Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-05-05T09:39:03.088Z] ok github.com/docker/docker/layer 7.149s coverage: 69.0% of statements [2022-05-05T09:39:03.088Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-05T09:39:03.088Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-05T09:39:03.088Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-05T09:39:03.088Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-05T09:39:03.088Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-05T09:39:03.088Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-05T09:39:03.659Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-05-05T09:39:03.920Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-05-05T09:39:03.920Z] ok github.com/docker/docker/pkg/fsutils 0.168s coverage: 85.1% of statements [2022-05-05T09:39:03.920Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-05T09:39:04.863Z] ok github.com/docker/docker/pkg/ioutils 0.350s coverage: 71.5% of statements [2022-05-05T09:39:04.863Z] ok github.com/docker/docker/pkg/idtools 0.434s coverage: 67.9% of statements [2022-05-05T09:39:05.125Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2022-05-05T09:39:05.316Z] INFO [linters context/goanalysis] analyzers took 4m48.79647633s with top 10 stages: buildir: 2m3.138766052s, goimports: 24.203825899s, unconvert: 17.42260059s, gosec: 16.038624824s, S1038: 8.218309219s, golint: 7.638906119s, misspell: 5.783933493s, nilness: 4.476107443s, inspect: 3.769562848s, unused: 3.534321828s [2022-05-05T09:39:05.316Z] INFO [runner] Issues before processing: 3032, after processing: 0 [2022-05-05T09:39:05.316Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2033/2416, exclude: 2033/2033, nolint: 0/78, path_prettifier: 2416/2416, skip_files: 2416/2416, skip_dirs: 2416/2416, exclude-rules: 78/2033, cgo: 2416/3032, filename_unadjuster: 2416/2416, identifier_marker: 2033/2033 [2022-05-05T09:39:05.316Z] INFO [runner] processing took 80.523685ms with stages: nolint: 31.161505ms, identifier_marker: 21.620844ms, path_prettifier: 9.576463ms, autogenerated_exclude: 8.264152ms, exclude-rules: 7.668473ms, skip_dirs: 1.804358ms, cgo: 268.18µs, filename_unadjuster: 152.823µs, max_same_issues: 1.822µs, skip_files: 1.215µs, uniq_by_line: 783ns, exclude: 626ns, diff: 566ns, max_from_linter: 345ns, path_shortener: 329ns, severity-rules: 313ns, source_code: 308ns, max_per_file_from_linter: 251ns, sort_results: 228ns, path_prefixer: 101ns [2022-05-05T09:39:05.316Z] INFO [runner] linters took 1m32.053655224s with stages: goanalysis_metalinter: 1m31.972941511s [2022-05-05T09:39:05.316Z] INFO File cache stats: 1667 entries of total size 8.4MiB [2022-05-05T09:39:05.316Z] INFO Memory: 2649 samples, avg is 288.8MB, max is 1178.2MB [2022-05-05T09:39:05.316Z] INFO Execution took 4m24.717031639s [2022-05-05T09:39:05.316Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-05-05T09:39:05.386Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-05-05T09:39:05.386Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-05T09:39:05.386Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-05-05T09:39:05.647Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-05-05T09:39:05.647Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-05-05T09:39:05.659Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh dynbinary test-docker-py [2022-05-05T09:39:05.907Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-05-05T09:39:05.907Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-05-05T09:39:05.907Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-05T09:39:05.907Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-05T09:39:05.920Z] [2022-05-05T09:39:06.182Z] Removing bundles/ [2022-05-05T09:39:06.182Z] [2022-05-05T09:39:06.182Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-05T09:39:06.182Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:39:06.182Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:39:06.479Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2022-05-05T09:39:07.051Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2022-05-05T09:39:07.051Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-05T09:39:07.311Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-05T09:39:08.695Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-05-05T09:39:08.695Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-05-05T09:39:08.956Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-05-05T09:39:09.217Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-05-05T09:39:09.477Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-05-05T09:39:09.738Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-05T09:39:10.310Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.4% of statements [2022-05-05T09:39:10.570Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-05T09:39:10.831Z] ok github.com/docker/docker/pkg/tailfile 0.040s coverage: 88.6% of statements [2022-05-05T09:39:11.402Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2022-05-05T09:39:11.682Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-05T09:39:11.682Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2022-05-05T09:39:13.617Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-05-05T09:39:13.877Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-05T09:39:14.449Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-05-05T09:39:15.391Z] ok github.com/docker/docker/quota 0.221s coverage: 71.4% of statements [2022-05-05T09:39:15.651Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-05-05T09:39:16.589Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-05T09:39:16.589Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d0188589\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-05T09:39:16.589Z] ---------------------------------------------------------------------------- [2022-05-05T09:39:16.589Z] [2022-05-05T09:39:16.589Z] INFO: executeCI.ps1 starting at Thu May 5 09:39:12 CUT 2022 [2022-05-05T09:39:16.589Z] [2022-05-05T09:39:16.589Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-05T09:39:16.589Z] INFO: Running git version 2.24.1.windows.2 [2022-05-05T09:39:16.589Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-05-05T09:39:16.589Z] INFO: Environment variables: [2022-05-05T09:39:16.589Z] [2022-05-05T09:39:16.589Z] Name Value [2022-05-05T09:39:16.589Z] ---- ----- [2022-05-05T09:39:16.589Z] ALLUSERSPROFILE C:\ProgramData [2022-05-05T09:39:16.589Z] amd64 true [2022-05-05T09:39:16.589Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-05T09:39:16.589Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-05T09:39:16.589Z] arm64 true [2022-05-05T09:39:16.590Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-05T09:39:16.590Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-05T09:39:16.590Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-05T09:39:16.590Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-05T09:39:16.590Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-05T09:39:16.590Z] BRANCH_NAME PR-43563 [2022-05-05T09:39:16.590Z] BUILD_DISPLAY_NAME #3 [2022-05-05T09:39:16.590Z] BUILD_ID 3 [2022-05-05T09:39:16.590Z] BUILD_NUMBER 3 [2022-05-05T09:39:16.590Z] BUILD_TAG jenkins-moby-PR-43563-3 [2022-05-05T09:39:16.590Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/ [2022-05-05T09:39:16.590Z] cgroup2 true [2022-05-05T09:39:16.590Z] CHANGE_AUTHOR thaJeztah [2022-05-05T09:39:16.590Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-05-05T09:39:16.590Z] CHANGE_BRANCH less_signal_conversions [2022-05-05T09:39:16.590Z] CHANGE_FORK thaJeztah/docker [2022-05-05T09:39:16.590Z] CHANGE_ID 43563 [2022-05-05T09:39:16.590Z] CHANGE_TARGET master [2022-05-05T09:39:16.590Z] CHANGE_TITLE pass syscall.Signal for stop-signals to reduce type conversions [2022-05-05T09:39:16.590Z] CHANGE_URL https://github.com/moby/moby/pull/43563 [2022-05-05T09:39:16.590Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-05T09:39:16.590Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-05T09:39:16.590Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-05T09:39:16.590Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-05T09:39:16.590Z] COMPUTERNAME azwin-2-8063a0 [2022-05-05T09:39:16.590Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-05T09:39:16.590Z] ConfigSequenceNumber 0 [2022-05-05T09:39:16.590Z] dco true [2022-05-05T09:39:16.590Z] DOCKER_BUILDKIT 0 [2022-05-05T09:39:16.590Z] DOCKER_DUT_DEBUG 1 [2022-05-05T09:39:16.590Z] DOCKER_EXPERIMENTAL 1 [2022-05-05T09:39:16.590Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-05T09:39:16.590Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-05T09:39:16.590Z] EXECUTOR_NUMBER 0 [2022-05-05T09:39:16.590Z] FQDN azwin-2-8063a0.westus.cloudapp.azure.com [2022-05-05T09:39:16.590Z] GIT_BRANCH PR-43563 [2022-05-05T09:39:16.590Z] GIT_COMMIT d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:39:16.590Z] GIT_PREVIOUS_COMMIT 65aa74b10fcdd2a921cc0ec42bb59776d1a5f11c [2022-05-05T09:39:16.590Z] GIT_URL https://github.com/moby/moby.git [2022-05-05T09:39:16.590Z] HUDSON_COOKIE 9825089d-932b-4588-9937-d72af016da59 [2022-05-05T09:39:16.590Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-05T09:39:16.590Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-05T09:39:16.590Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-05T09:39:16.590Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-05T09:39:16.590Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-05T09:39:16.590Z] JENKINS_NODE_COOKIE 19040121-b8b8-4dbd-9955-a70a56945e09 [2022-05-05T09:39:16.590Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-05T09:39:16.590Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-05T09:39:16.590Z] JOB_BASE_NAME PR-43563 [2022-05-05T09:39:16.590Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/display/redirect [2022-05-05T09:39:16.590Z] JOB_NAME moby/PR-43563 [2022-05-05T09:39:16.590Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/ [2022-05-05T09:39:16.590Z] library.jps.version master [2022-05-05T09:39:16.590Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-05T09:39:16.590Z] NODE_LABELS amd64 azure azwin-2-8063a0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-05-05T09:39:16.590Z] NODE_NAME azwin-2-8063a0 [2022-05-05T09:39:16.590Z] NUMBER_OF_PROCESSORS 4 [2022-05-05T09:39:16.590Z] OS Windows_NT [2022-05-05T09:39:16.590Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-05T09:39:16.590Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-05T09:39:16.590Z] ppc64le false [2022-05-05T09:39:16.590Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-05T09:39:16.590Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-05T09:39:16.590Z] PROCESSOR_LEVEL 6 [2022-05-05T09:39:16.590Z] PROCESSOR_REVISION 4f01 [2022-05-05T09:39:16.590Z] ProgramData C:\ProgramData [2022-05-05T09:39:16.590Z] ProgramFiles C:\Program Files [2022-05-05T09:39:16.590Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-05T09:39:16.590Z] ProgramW6432 C:\Program Files [2022-05-05T09:39:16.590Z] PROMPT $P$G [2022-05-05T09:39:16.590Z] PSExecutionPolicyPreference Bypass [2022-05-05T09:39:16.590Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-05T09:39:16.590Z] PUBLIC C:\Users\Public [2022-05-05T09:39:16.590Z] rootless true [2022-05-05T09:39:16.590Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=artif... [2022-05-05T09:39:16.590Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=changes [2022-05-05T09:39:16.590Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect [2022-05-05T09:39:16.590Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43563/3/display/redirect?page=tests [2022-05-05T09:39:16.590Z] s390x false [2022-05-05T09:39:16.590Z] SKIP_VALIDATION_TESTS 1 [2022-05-05T09:39:16.590Z] SOURCES_DRIVE d [2022-05-05T09:39:16.590Z] SOURCES_SUBDIR gopath [2022-05-05T09:39:16.590Z] STAGE_NAME Run tests [2022-05-05T09:39:16.590Z] SystemDrive C: [2022-05-05T09:39:16.590Z] SystemRoot C:\Windows [2022-05-05T09:39:16.590Z] TEMP C:\Windows\TEMP [2022-05-05T09:39:16.590Z] TESTDEBUG 0 [2022-05-05T09:39:16.590Z] TESTRUN_DRIVE d [2022-05-05T09:39:16.590Z] TESTRUN_SUBDIR CI [2022-05-05T09:39:16.590Z] TIMEOUT 120m [2022-05-05T09:39:16.590Z] TMP C:\Windows\TEMP [2022-05-05T09:39:16.590Z] unit_validate true [2022-05-05T09:39:16.590Z] USERDOMAIN WORKGROUP [2022-05-05T09:39:16.590Z] USERNAME azwin-2-8063a0$ [2022-05-05T09:39:16.590Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-05T09:39:16.590Z] validate_force false [2022-05-05T09:39:16.590Z] windir C:\Windows [2022-05-05T09:39:16.590Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-05T09:39:16.590Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-05-05T09:39:16.590Z] windows2022 true [2022-05-05T09:39:16.590Z] windows2022containerd true [2022-05-05T09:39:16.590Z] windowsRS5 true [2022-05-05T09:39:16.590Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-05T09:39:16.590Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-05T09:39:16.590Z] [2022-05-05T09:39:16.590Z] [2022-05-05T09:39:16.590Z] [2022-05-05T09:39:16.590Z] INFO: Sources under d:\gopath\... [2022-05-05T09:39:16.590Z] INFO: Test run under d:\CI\... [2022-05-05T09:39:16.590Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-05T09:39:16.590Z] INFO: docker/docker repository was found [2022-05-05T09:39:16.590Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-05-05T09:39:16.590Z] ltsc2019: Pulling from windows/servercore [2022-05-05T09:39:16.590Z] 4612f6d0b889: Pulling fs layer [2022-05-05T09:39:16.590Z] ba8181afd426: Pulling fs layer [2022-05-05T09:39:16.594Z] ok github.com/docker/docker/registry 0.079s coverage: 58.6% of statements [2022-05-05T09:39:16.855Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-05-05T09:39:17.115Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-05-05T09:39:17.687Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-05T09:39:17.948Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-05T09:39:19.333Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-05T09:39:20.275Z] ok github.com/docker/docker/volume/local 0.088s coverage: 76.4% of statements [2022-05-05T09:39:20.539Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-05-05T09:39:21.924Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-05-05T09:39:27.324Z] ba8181afd426: Download complete [2022-05-05T09:39:27.820Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:39:27.820Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:39:27.820Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:39:27.820Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:39:27.820Z] [2022-05-05T09:39:27.820Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-05T09:39:27.820Z] DOCKER_SYSTEMD=1 [2022-05-05T09:39:27.820Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-05T09:39:27.820Z] HOSTNAME=4685ba1f678b [2022-05-05T09:39:27.820Z] DEST=bundles/test-integration [2022-05-05T09:39:27.820Z] PWD=/go/src/github.com/docker/docker [2022-05-05T09:39:27.820Z] DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:39:27.820Z] container=docker [2022-05-05T09:39:27.820Z] HOME=/root [2022-05-05T09:39:27.820Z] LANG=C.UTF-8 [2022-05-05T09:39:27.820Z] INVOCATION_ID=2048db0a17b245c8b737ee8aa5c0d864 [2022-05-05T09:39:27.820Z] GOLANG_VERSION=1.18.1 [2022-05-05T09:39:27.820Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-05T09:39:27.820Z] VALIDATE_BRANCH=master [2022-05-05T09:39:27.820Z] TERM=xterm [2022-05-05T09:39:27.820Z] DOCKER_PKG=github.com/docker/docker [2022-05-05T09:39:27.820Z] SHLVL=3 [2022-05-05T09:39:27.820Z] TIMEOUT=120m [2022-05-05T09:39:27.820Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-05T09:39:27.820Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-05T09:39:27.820Z] GO111MODULE=off [2022-05-05T09:39:27.820Z] DOCKER_EXPERIMENTAL=1 [2022-05-05T09:39:27.820Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-05T09:39:27.820Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-05T09:39:27.820Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-05T09:39:27.820Z] GOPATH=/go [2022-05-05T09:39:27.820Z] PKG_CONFIG=pkg-config [2022-05-05T09:39:27.820Z] _=/usr/bin/env [2022-05-05T09:39:27.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-05T09:39:42.344Z] 4612f6d0b889: Verifying Checksum [2022-05-05T09:39:42.344Z] 4612f6d0b889: Download complete [2022-05-05T09:39:43.166Z] Removing intermediate container f1d344a4ac6e [2022-05-05T09:39:43.166Z] ---> 0abd9970e2c7 [2022-05-05T09:39:43.166Z] 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-05T09:39:43.166Z] ---> Running in 21eb51248a2a [2022-05-05T09:39:43.886Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.3% of statements [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/rootless [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/volume [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-05T09:39:43.886Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === Skipped [2022-05-05T09:39:43.886Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-05T09:39:43.886Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-05T09:39:43.886Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-05T09:39:43.886Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-05T09:39:43.886Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-05T09:39:43.886Z] graphtest_unix.go:71: No driver to put! [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-05T09:39:43.886Z] time="2022-05-05T09:38:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-05T09:39:43.886Z] time="2022-05-05T09:38:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T09:39:43.886Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T09:39:43.886Z] [2022-05-05T09:39:43.886Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-05T09:39:43.886Z] time="2022-05-05T09:38:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T09:39:43.886Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-05T09:39:43.887Z] time="2022-05-05T09:38:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-05T09:39:43.887Z] time="2022-05-05T09:38:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:71: No driver to put! [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-05T09:39:43.887Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-05T09:39:43.887Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-05T09:39:43.887Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T09:39:43.887Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-05T09:39:43.887Z] graphtest_unix.go:71: No driver to put! [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-05T09:39:43.887Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-05T09:39:43.887Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-05T09:39:43.887Z] [2022-05-05T09:39:43.887Z] DONE 2526 tests, 28 skipped in 204.762s [2022-05-05T09:39:43.887Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:39:43.887Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-05T09:39:43.887Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-05-05T09:39:46.221Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-05T09:39:46.221Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:39:46.682Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:39:46.682Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:39:46.682Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:39:46.682Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:39:46.682Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:39:46.682Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:39:46.682Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:39:47.145Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:39:47.145Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:39:47.145Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:39:47.145Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:39:47.145Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:39:48.119Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:39:48.119Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:39:55.770Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:39:55.770Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:39:55.770Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:39:55.770Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:39:55.770Z] [2022-05-05T09:39:55.770Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-05T09:39:55.770Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-05T09:39:55.770Z] HOSTNAME=b473f78e8cda [2022-05-05T09:39:55.770Z] DEST=bundles/test-integration [2022-05-05T09:39:55.770Z] PWD=/go/src/github.com/docker/docker [2022-05-05T09:39:55.770Z] DOCKER_ROOTLESS=1 [2022-05-05T09:39:55.770Z] DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:39:55.770Z] container=docker [2022-05-05T09:39:55.770Z] HOME=/root [2022-05-05T09:39:55.770Z] GOLANG_VERSION=1.18.1 [2022-05-05T09:39:55.770Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-05T09:39:55.770Z] VALIDATE_BRANCH=master [2022-05-05T09:39:55.770Z] TERM=xterm [2022-05-05T09:39:55.770Z] DOCKER_PKG=github.com/docker/docker [2022-05-05T09:39:55.770Z] SHLVL=1 [2022-05-05T09:39:55.770Z] TIMEOUT=120m [2022-05-05T09:39:55.770Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-05T09:39:55.770Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-05T09:39:55.770Z] GO111MODULE=off [2022-05-05T09:39:55.770Z] DOCKER_EXPERIMENTAL=1 [2022-05-05T09:39:55.770Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-05T09:39:55.770Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-05T09:39:55.770Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-05T09:39:55.770Z] GOPATH=/go [2022-05-05T09:39:55.770Z] PKG_CONFIG=pkg-config [2022-05-05T09:39:55.770Z] _=/usr/bin/env [2022-05-05T09:39:55.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-05T09:39:55.903Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:39:55.903Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:39:55.903Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:39:55.903Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:39:55.903Z] [2022-05-05T09:39:55.903Z] + TEST_INTEGRATION_DEST=1 [2022-05-05T09:39:55.903Z] + CONTAINER_NAME=docker-pr3-1 [2022-05-05T09:39:55.903Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-05-05T09:39:55.903Z] + run_tests test-integration-flaky [2022-05-05T09:39:55.903Z] + '[' -n 0 ']' [2022-05-05T09:39:55.903Z] + rm= [2022-05-05T09:39:55.903Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43563/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43563/.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=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh test-integration-flaky test-integration [2022-05-05T09:39:55.903Z] + c=0 [2022-05-05T09:39:55.903Z] + TEST_INTEGRATION_DEST=3 [2022-05-05T09:39:55.903Z] + TEST_INTEGRATION_DEST=2 [2022-05-05T09:39:55.903Z] + CONTAINER_NAME=docker-pr3-3 [2022-05-05T09:39:55.903Z] + CONTAINER_NAME=docker-pr3-2 [2022-05-05T09:39:55.903Z] + TEST_SKIP_INTEGRATION=1 [2022-05-05T09:39:55.903Z] + TEST_SKIP_INTEGRATION=1 [2022-05-05T09:39:55.903Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-05-05T09:39:55.903Z] + run_tests [2022-05-05T09:39:55.903Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-05-05T09:39:55.903Z] + run_tests [2022-05-05T09:39:55.903Z] + '[' -n 0 ']' [2022-05-05T09:39:55.903Z] + '[' -n 0 ']' [2022-05-05T09:39:55.903Z] + rm= [2022-05-05T09:39:55.903Z] + rm= [2022-05-05T09:39:55.904Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43563/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43563/.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=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh '' test-integration [2022-05-05T09:39:55.904Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43563/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43563/.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=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh '' test-integration [2022-05-05T09:39:55.904Z] ++ jobs -p [2022-05-05T09:39:55.904Z] + for job in $(jobs -p) [2022-05-05T09:39:55.904Z] + wait 7752 [2022-05-05T09:39:55.904Z] [2022-05-05T09:39:55.904Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-05T09:39:55.904Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-05T09:39:55.904Z] HOSTNAME=6255f125a403 [2022-05-05T09:39:55.904Z] TEST_SKIP_INTEGRATION=1 [2022-05-05T09:39:55.904Z] TESTDEBUG=0 [2022-05-05T09:39:55.904Z] DEST=bundles/test-integration [2022-05-05T09:39:55.904Z] PWD=/go/src/github.com/docker/docker [2022-05-05T09:39:55.904Z] KEEPBUNDLE=1 [2022-05-05T09:39:55.904Z] DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:39:55.904Z] container=docker [2022-05-05T09:39:55.904Z] HOME=/root [2022-05-05T09:39:55.904Z] GOLANG_VERSION=1.18.1 [2022-05-05T09:39:55.904Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-05T09:39:55.904Z] VALIDATE_BRANCH=master [2022-05-05T09:39:55.904Z] TERM=xterm [2022-05-05T09:39:55.904Z] DOCKER_PKG=github.com/docker/docker [2022-05-05T09:39:55.904Z] SHLVL=1 [2022-05-05T09:39:55.904Z] TIMEOUT=120m [2022-05-05T09:39:55.904Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-05T09:39:55.904Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-05T09:39:55.904Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-05-05T09:39:55.904Z] GO111MODULE=off [2022-05-05T09:39:55.904Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-05T09:39:55.904Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-05T09:39:55.904Z] GOPATH=/go [2022-05-05T09:39:55.904Z] PKG_CONFIG=pkg-config [2022-05-05T09:39:55.904Z] _=/usr/bin/env [2022-05-05T09:39:55.904Z] Building test suite binary ./integration-cli/test.main [2022-05-05T09:39:55.904Z] [2022-05-05T09:39:55.904Z] [2022-05-05T09:39:55.904Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-05T09:39:55.904Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-05T09:39:55.904Z] HOSTNAME=40e8ea9f5d18 [2022-05-05T09:39:55.904Z] TEST_SKIP_INTEGRATION=1 [2022-05-05T09:39:55.904Z] TESTDEBUG=0 [2022-05-05T09:39:55.904Z] DEST=bundles/test-integration [2022-05-05T09:39:55.904Z] PWD=/go/src/github.com/docker/docker [2022-05-05T09:39:55.904Z] KEEPBUNDLE=1 [2022-05-05T09:39:55.904Z] DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:39:55.904Z] container=docker [2022-05-05T09:39:55.904Z] HOME=/root [2022-05-05T09:39:55.904Z] GOLANG_VERSION=1.18.1 [2022-05-05T09:39:55.904Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-05T09:39:55.904Z] VALIDATE_BRANCH=master [2022-05-05T09:39:55.904Z] TERM=xterm [2022-05-05T09:39:55.904Z] DOCKER_PKG=github.com/docker/docker [2022-05-05T09:39:55.904Z] SHLVL=1 [2022-05-05T09:39:55.904Z] TIMEOUT=120m [2022-05-05T09:39:55.904Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-05T09:39:55.904Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-05T09:39:55.904Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-05T09:39:55.904Z] GO111MODULE=off [2022-05-05T09:39:55.904Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-05T09:39:55.904Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-05T09:39:55.904Z] GOPATH=/go [2022-05-05T09:39:55.904Z] PKG_CONFIG=pkg-config [2022-05-05T09:39:55.904Z] _=/usr/bin/env [2022-05-05T09:39:55.904Z] Building test suite binary ./integration-cli/test.main [2022-05-05T09:39:55.904Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-05-05T09:39:55.904Z] No new tests added to integration. [2022-05-05T09:39:55.904Z] [2022-05-05T09:39:55.904Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-05T09:39:55.904Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-05T09:39:55.904Z] HOSTNAME=fb18d15db024 [2022-05-05T09:39:55.904Z] TESTDEBUG=0 [2022-05-05T09:39:55.904Z] DEST=bundles/test-integration [2022-05-05T09:39:55.904Z] PWD=/go/src/github.com/docker/docker [2022-05-05T09:39:55.904Z] KEEPBUNDLE=1 [2022-05-05T09:39:55.904Z] DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:39:55.904Z] container=docker [2022-05-05T09:39:55.904Z] HOME=/root [2022-05-05T09:39:55.904Z] GOLANG_VERSION=1.18.1 [2022-05-05T09:39:55.904Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-05T09:39:55.904Z] VALIDATE_BRANCH=master [2022-05-05T09:39:55.904Z] TERM=xterm [2022-05-05T09:39:55.904Z] DOCKER_PKG=github.com/docker/docker [2022-05-05T09:39:55.904Z] SHLVL=1 [2022-05-05T09:39:55.904Z] TIMEOUT=120m [2022-05-05T09:39:55.904Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-05T09:39:55.904Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-05T09:39:55.904Z] GO111MODULE=off [2022-05-05T09:39:55.904Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-05T09:39:55.904Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-05T09:39:55.904Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-05T09:39:55.904Z] GOPATH=/go [2022-05-05T09:39:55.904Z] PKG_CONFIG=pkg-config [2022-05-05T09:39:55.904Z] _=/usr/bin/env [2022-05-05T09:39:55.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-05T09:40:05.946Z] Removing intermediate container 21eb51248a2a [2022-05-05T09:40:05.946Z] ---> 7e5dc4c40d64 [2022-05-05T09:40:05.946Z] 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-05T09:40:05.946Z] ---> Running in d07528da3c47 [2022-05-05T09:40:09.724Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-05T09:40:09.724Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:40:10.185Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:40:10.185Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:40:10.605Z] Removing intermediate container 8baa6a27ce81 [2022-05-05T09:40:10.605Z] ---> 76dc3b8aa7d0 [2022-05-05T09:40:10.605Z] 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-05T09:40:10.605Z] ---> Running in a60d4a4289ad [2022-05-05T09:40:10.605Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-05T09:40:10.605Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:40:10.605Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:40:10.605Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:40:10.605Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:40:10.605Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:40:10.605Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:40:10.605Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:40:10.605Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:40:10.605Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:40:10.605Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:40:10.605Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:40:10.605Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:40:10.605Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:40:10.605Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:40:10.605Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:40:10.644Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:40:10.644Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:40:10.644Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:40:10.644Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:40:14.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-05T09:40:14.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-05T09:40:20.980Z] Removing intermediate container d07528da3c47 [2022-05-05T09:40:20.980Z] ---> d3c4d007e19d [2022-05-05T09:40:20.980Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-05T09:40:20.980Z] ---> Running in 63fca60c21f1 [2022-05-05T09:40:20.980Z] Removing intermediate container 63fca60c21f1 [2022-05-05T09:40:20.980Z] ---> 977c8392f0b6 [2022-05-05T09:40:20.980Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-05T09:40:20.980Z] ---> Running in 90903ba93243 [2022-05-05T09:40:20.980Z] Removing intermediate container 90903ba93243 [2022-05-05T09:40:20.980Z] ---> 6799c301ce95 [2022-05-05T09:40:20.980Z] Step 13/13 : COPY . . [2022-05-05T09:40:25.753Z] Removing intermediate container a60d4a4289ad [2022-05-05T09:40:25.753Z] ---> 6adfd158c249 [2022-05-05T09:40:25.753Z] 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-05T09:40:25.753Z] ---> Running in 5047a873bdbe [2022-05-05T09:40:28.173Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-05T09:40:28.173Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:40:28.657Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:40:28.657Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:40:29.172Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:40:29.172Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:40:29.172Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:40:29.172Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork 37.441s coverage: 40.6% of statements [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/bitseq 0.133s coverage: 84.4% of statements [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.491s coverage: 59.9% of statements [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 4.0% of statements [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-05-05T09:40:30.660Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-05T09:40:30.660Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-05-05T09:40:34.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-05T09:40:35.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-05T09:40:36.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-05T09:40:38.819Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.514s coverage: 7.2% of statements [2022-05-05T09:40:38.819Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-05T09:40:38.819Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-05-05T09:40:39.389Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-05-05T09:40:39.389Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-05T09:40:39.389Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-05T09:40:39.389Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-05T09:40:39.922Z] Removing intermediate container 5047a873bdbe [2022-05-05T09:40:39.922Z] ---> 3da2d5f170fa [2022-05-05T09:40:39.922Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-05T09:40:39.922Z] ---> Running in 22f4a8b75861 [2022-05-05T09:40:39.922Z] Removing intermediate container 22f4a8b75861 [2022-05-05T09:40:39.922Z] ---> b7ec9e7d9db1 [2022-05-05T09:40:39.922Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-05T09:40:39.922Z] ---> Running in b01f154c66ce [2022-05-05T09:40:39.922Z] Removing intermediate container b01f154c66ce [2022-05-05T09:40:39.922Z] ---> 55b22873df62 [2022-05-05T09:40:39.922Z] Step 13/13 : COPY . . [2022-05-05T09:40:39.959Z] ok github.com/docker/docker/libnetwork/drvregistry 0.021s coverage: 82.4% of statements [2022-05-05T09:40:39.959Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-05-05T09:40:40.220Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-05-05T09:40:40.480Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-05T09:40:43.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-05T09:40:51.147Z] ---> ea08d49042d2 [2022-05-05T09:40:51.148Z] Successfully built ea08d49042d2 [2022-05-05T09:40:51.148Z] Successfully tagged docker:latest [2022-05-05T09:40:51.148Z] INFO: Image build ended at 05/05/2022 09:40:49. Duration:00:03:42.0873842 [2022-05-05T09:40:51.148Z] [2022-05-05T09:40:51.148Z] [2022-05-05T09:40:51.148Z] INFO: Building the test binaries at 05/05/2022 09:40:49... [2022-05-05T09:40:52.710Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-05T09:40:53.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-05T09:40:53.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-05T09:40:54.110Z] INFO: make.ps1 starting at 05/05/2022 09:40:53 [2022-05-05T09:40:54.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-05T09:40:54.581Z] INFO: Git commit (d6115b8f40) assumed from DOCKER_GITCOMMIT environment variable [2022-05-05T09:40:54.581Z] INFO: Invoking autogen... [2022-05-05T09:40:54.581Z] { [2022-05-05T09:40:54.581Z] "RT_GROUP_ICON": { [2022-05-05T09:40:54.581Z] "#1": { [2022-05-05T09:40:54.581Z] "0409": "../../winresources/docker.ico" [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] }, [2022-05-05T09:40:54.581Z] "RT_MANIFEST": { [2022-05-05T09:40:54.581Z] "#1": { [2022-05-05T09:40:54.581Z] "0409": { [2022-05-05T09:40:54.581Z] "identity": {}, [2022-05-05T09:40:54.581Z] "description": "Docker Engine", [2022-05-05T09:40:54.581Z] "minimum-os": "vista", [2022-05-05T09:40:54.581Z] "execution-level": "", [2022-05-05T09:40:54.581Z] "ui-access": false, [2022-05-05T09:40:54.581Z] "auto-elevate": false, [2022-05-05T09:40:54.581Z] "dpi-awareness": "unaware", [2022-05-05T09:40:54.581Z] "disable-theming": false, [2022-05-05T09:40:54.581Z] "disable-window-filtering": false, [2022-05-05T09:40:54.581Z] "high-resolution-scrolling-aware": false, [2022-05-05T09:40:54.581Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-05T09:40:54.581Z] "long-path-aware": false, [2022-05-05T09:40:54.581Z] "printer-driver-isolation": false, [2022-05-05T09:40:54.581Z] "gdi-scaling": false, [2022-05-05T09:40:54.581Z] "segment-heap": false, [2022-05-05T09:40:54.581Z] "use-common-controls-v6": false [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] }, [2022-05-05T09:40:54.581Z] "RT_MESSAGETABLE": { [2022-05-05T09:40:54.581Z] "#1": { [2022-05-05T09:40:54.581Z] "0409": "../../winresources/event_messages.bin" [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] }, [2022-05-05T09:40:54.581Z] "RT_VERSION": { [2022-05-05T09:40:54.581Z] "#1": { [2022-05-05T09:40:54.581Z] "0409": { [2022-05-05T09:40:54.581Z] "fixed": { [2022-05-05T09:40:54.581Z] "file_version": "0.0.0.0", [2022-05-05T09:40:54.581Z] "product_version": "0.0.0.0", [2022-05-05T09:40:54.581Z] "type": "Unknown" [2022-05-05T09:40:54.581Z] }, [2022-05-05T09:40:54.581Z] "info": { [2022-05-05T09:40:54.581Z] "0000": { [2022-05-05T09:40:54.581Z] "CompanyName": "", [2022-05-05T09:40:54.581Z] "FileVersion": "0.0.0-dev", [2022-05-05T09:40:54.581Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-05T09:40:54.581Z] "OriginalFileName": "dockerd.exe", [2022-05-05T09:40:54.581Z] "ProductName": "", [2022-05-05T09:40:54.581Z] "ProductVersion": "0.0.0-dev", [2022-05-05T09:40:54.581Z] "SpecialBuild": "d6115b8f40" [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.581Z] } [2022-05-05T09:40:54.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-05T09:40:54.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-05T09:40:55.052Z] powershell.exe : cmd\dockerd\config.go [2022-05-05T09:40:55.052Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-2e5b7780\powershellWrapper.ps1:3 char:1 [2022-05-05T09:40:55.052Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-05T09:40:55.052Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-05T09:40:55.052Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-05T09:40:55.052Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-05T09:40:55.052Z] [2022-05-05T09:40:55.052Z] cmd\dockerd\config_windows.go [2022-05-05T09:40:55.052Z] cmd\dockerd\daemon.go [2022-05-05T09:40:55.052Z] cmd\dockerd\daemon_test.go [2022-05-05T09:40:55.052Z] cmd\dockerd\daemon_windows.go [2022-05-05T09:40:55.052Z] cmd\dockerd\docker.go [2022-05-05T09:40:55.052Z] cmd\dockerd\docker_windows.go [2022-05-05T09:40:55.052Z] cmd\dockerd\genwinres_windows.go [2022-05-05T09:40:55.052Z] cmd\dockerd\metrics.go [2022-05-05T09:40:55.522Z] cmd\dockerd\options.go [2022-05-05T09:40:55.522Z] cmd\dockerd\options_test.go [2022-05-05T09:40:55.522Z] cmd\dockerd\service_windows.go [2022-05-05T09:40:55.522Z] INFO: Building daemon... [2022-05-05T09:40:55.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-05T09:40:58.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-05T09:40:59.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-05T09:41:00.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-05T09:41:00.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-05T09:41:01.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-05T09:41:01.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-05T09:41:02.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-05T09:41:03.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-05T09:41:04.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-05T09:41:05.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-05T09:41:06.327Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-05T09:41:06.327Z] Using test binary docker [2022-05-05T09:41:06.327Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-05T09:41:06.327Z] Starting apparmor (via systemctl): apparmor.service. [2022-05-05T09:41:06.327Z] INFO: Waiting for daemon to start... [2022-05-05T09:41:06.327Z] Starting dockerd [2022-05-05T09:41:07.611Z] ok github.com/docker/docker/libnetwork/ipam 15.915s coverage: 85.3% of statements [2022-05-05T09:41:07.612Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-05T09:41:07.612Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-05T09:41:07.612Z] ok github.com/docker/docker/libnetwork/ipams/null 0.008s coverage: 57.1% of statements [2022-05-05T09:41:07.872Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-05-05T09:41:07.872Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-05T09:41:08.132Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2022-05-05T09:41:08.702Z] ok github.com/docker/docker/libnetwork/ipamutils 0.262s coverage: 74.0% of statements [2022-05-05T09:41:09.272Z] ok github.com/docker/docker/libnetwork/iptables 0.167s coverage: 45.1% of statements [2022-05-05T09:41:09.272Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-05T09:41:09.622Z] . [2022-05-05T09:41:09.622Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-05T09:41:09.622Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-05T09:41:09.622Z] Error: No such image: emptyfs [2022-05-05T09:41:09.622Z] Running integration-test (iteration 1) [2022-05-05T09:41:09.622Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-05T09:41:09.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-05T09:41:09.843Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-05-05T09:41:09.882Z] Loaded image: busybox:latest [2022-05-05T09:41:09.882Z] Loaded image: busybox:glibc [2022-05-05T09:41:10.590Z] ---> 96f86d231d04 [2022-05-05T09:41:10.590Z] Successfully built 96f86d231d04 [2022-05-05T09:41:10.590Z] Successfully tagged docker:latest [2022-05-05T09:41:10.590Z] INFO: Image build ended at 05/05/2022 09:41:09. Duration:00:03:49.4236513 [2022-05-05T09:41:10.590Z] [2022-05-05T09:41:10.590Z] [2022-05-05T09:41:10.590Z] INFO: Building the test binaries at 05/05/2022 09:41:09... [2022-05-05T09:41:11.266Z] Loaded image: debian:bullseye-slim [2022-05-05T09:41:11.526Z] Loaded image: hello-world:latest [2022-05-05T09:41:11.526Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:41:11.526Z] INFO: Testing against a local daemon [2022-05-05T09:41:11.526Z] === RUN TestCgroupNamespacesBuild [2022-05-05T09:41:12.751Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:41:12.751Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:41:12.751Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:41:12.751Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:41:12.751Z] [2022-05-05T09:41:12.751Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-05-05T09:41:12.751Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-05-05T09:41:12.751Z] Using test binary docker [2022-05-05T09:41:12.751Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-05T09:41:12.751Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-05T09:41:12.751Z] INFO: Waiting for daemon to start... [2022-05-05T09:41:12.751Z] Starting dockerd [2022-05-05T09:41:12.751Z] . [2022-05-05T09:41:12.751Z] INFO: Building docker-sdk-python3:5.0.3... [2022-05-05T09:41:12.907Z] --- PASS: TestCgroupNamespacesBuild (1.40s) [2022-05-05T09:41:12.907Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-05T09:41:14.290Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s) [2022-05-05T09:41:14.290Z] === RUN TestBuildWithSession [2022-05-05T09:41:14.290Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:41:14.290Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T09:41:14.290Z] === RUN TestBuildSquashParent [2022-05-05T09:41:14.536Z] INFO: make.ps1 starting at 05/05/2022 09:41:13 [2022-05-05T09:41:14.536Z] INFO: Git commit (d6115b8f40) assumed from DOCKER_GITCOMMIT environment variable [2022-05-05T09:41:14.536Z] INFO: Invoking autogen... [2022-05-05T09:41:14.536Z] { [2022-05-05T09:41:14.536Z] "RT_GROUP_ICON": { [2022-05-05T09:41:14.536Z] "#1": { [2022-05-05T09:41:14.536Z] "0409": "../../winresources/docker.ico" [2022-05-05T09:41:14.536Z] } [2022-05-05T09:41:14.536Z] }, [2022-05-05T09:41:14.536Z] "RT_MANIFEST": { [2022-05-05T09:41:14.536Z] "#1": { [2022-05-05T09:41:14.536Z] "0409": { [2022-05-05T09:41:14.536Z] "identity": {}, [2022-05-05T09:41:14.536Z] "description": "Docker Engine", [2022-05-05T09:41:14.536Z] "minimum-os": "vista", [2022-05-05T09:41:14.536Z] "execution-level": "", [2022-05-05T09:41:14.536Z] "ui-access": false, [2022-05-05T09:41:14.536Z] "auto-elevate": false, [2022-05-05T09:41:14.536Z] "dpi-awareness": "unaware", [2022-05-05T09:41:14.536Z] "disable-theming": false, [2022-05-05T09:41:14.536Z] "disable-window-filtering": false, [2022-05-05T09:41:14.536Z] "high-resolution-scrolling-aware": false, [2022-05-05T09:41:14.536Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-05T09:41:14.536Z] "long-path-aware": false, [2022-05-05T09:41:15.031Z] "printer-driver-isolation": false, [2022-05-05T09:41:15.031Z] "gdi-scaling": false, [2022-05-05T09:41:15.031Z] "segment-heap": false, [2022-05-05T09:41:15.031Z] "use-common-controls-v6": false [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] }, [2022-05-05T09:41:15.031Z] "RT_MESSAGETABLE": { [2022-05-05T09:41:15.031Z] "#1": { [2022-05-05T09:41:15.031Z] "0409": "../../winresources/event_messages.bin" [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] }, [2022-05-05T09:41:15.031Z] "RT_VERSION": { [2022-05-05T09:41:15.031Z] "#1": { [2022-05-05T09:41:15.031Z] "0409": { [2022-05-05T09:41:15.031Z] "fixed": { [2022-05-05T09:41:15.031Z] "file_version": "0.0.0.0", [2022-05-05T09:41:15.031Z] "product_version": "0.0.0.0", [2022-05-05T09:41:15.031Z] "type": "Unknown" [2022-05-05T09:41:15.031Z] }, [2022-05-05T09:41:15.031Z] "info": { [2022-05-05T09:41:15.031Z] "0000": { [2022-05-05T09:41:15.031Z] "CompanyName": "", [2022-05-05T09:41:15.031Z] "FileVersion": "0.0.0-dev", [2022-05-05T09:41:15.031Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-05T09:41:15.031Z] "OriginalFileName": "dockerd.exe", [2022-05-05T09:41:15.031Z] "ProductName": "", [2022-05-05T09:41:15.031Z] "ProductVersion": "0.0.0-dev", [2022-05-05T09:41:15.031Z] "SpecialBuild": "d6115b8f40" [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.031Z] } [2022-05-05T09:41:15.525Z] powershell.exe : cmd\dockerd\config.go [2022-05-05T09:41:15.525Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-c3ff0321\powershellWrapper.ps1:3 char:1 [2022-05-05T09:41:15.525Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-05T09:41:15.525Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-05T09:41:15.525Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-05T09:41:15.525Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-05T09:41:15.525Z] [2022-05-05T09:41:15.525Z] cmd\dockerd\config_windows.go [2022-05-05T09:41:15.525Z] cmd\dockerd\daemon.go [2022-05-05T09:41:15.525Z] cmd\dockerd\daemon_test.go [2022-05-05T09:41:15.525Z] cmd\dockerd\daemon_windows.go [2022-05-05T09:41:15.525Z] cmd\dockerd\docker.go [2022-05-05T09:41:15.525Z] cmd\dockerd\docker_windows.go [2022-05-05T09:41:15.525Z] cmd\dockerd\genwinres_windows.go [2022-05-05T09:41:15.525Z] cmd\dockerd\metrics.go [2022-05-05T09:41:15.525Z] cmd\dockerd\options.go [2022-05-05T09:41:15.525Z] cmd\dockerd\options_test.go [2022-05-05T09:41:15.525Z] cmd\dockerd\service_windows.go [2022-05-05T09:41:15.525Z] INFO: Building daemon... [2022-05-05T09:41:17.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-05T09:41:18.490Z] --- PASS: TestBuildSquashParent (4.11s) [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:41:18.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:41:18.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:41:18.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:41:18.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:41:18.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:41:18.491Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:41:18.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:41:18.491Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:41:18.491Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:41:18.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-05T09:41:19.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-05T09:41:19.875Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:41:20.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-05T09:41:20.136Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:41:20.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-05T09:41:21.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-05T09:41:21.521Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:41:21.780Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.61s) [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.92s) [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.50s) [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.54s) [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.53s) [2022-05-05T09:41:23.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.43s) [2022-05-05T09:41:23.165Z] === RUN TestBuildMultiStageCopy [2022-05-05T09:41:23.165Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T09:41:23.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-05T09:41:24.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-05T09:41:25.074Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T09:41:25.074Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-05T09:41:25.074Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T09:41:25.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-05T09:41:25.335Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T09:41:25.595Z] --- PASS: TestBuildMultiStageCopy (2.45s) [2022-05-05T09:41:25.595Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2022-05-05T09:41:25.595Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-05-05T09:41:25.595Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2022-05-05T09:41:25.595Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-05-05T09:41:25.595Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-05-05T09:41:25.595Z] === RUN TestBuildMultiStageParentConfig [2022-05-05T09:41:25.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-05T09:41:26.536Z] --- PASS: TestBuildMultiStageParentConfig (0.71s) [2022-05-05T09:41:26.536Z] === RUN TestBuildLabelWithTargets [2022-05-05T09:41:26.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-05T09:41:27.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-05T09:41:27.477Z] --- PASS: TestBuildLabelWithTargets (1.01s) [2022-05-05T09:41:27.477Z] === RUN TestBuildWithEmptyLayers [2022-05-05T09:41:27.737Z] --- PASS: TestBuildWithEmptyLayers (0.44s) [2022-05-05T09:41:27.737Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T09:41:28.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-05T09:41:29.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-05T09:41:29.647Z] --- PASS: TestBuildMultiStageOnBuild (1.75s) [2022-05-05T09:41:29.647Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T09:41:30.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-05T09:41:30.218Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-05T09:41:30.218Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T09:41:30.769Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-05T09:41:30.769Z] Using test binary docker [2022-05-05T09:41:30.769Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-05T09:41:30.769Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-05T09:41:30.769Z] INFO: Waiting for daemon to start... [2022-05-05T09:41:30.769Z] Starting dockerd [2022-05-05T09:41:32.129Z] --- PASS: TestBuildMultiStageLayerLeak (1.91s) [2022-05-05T09:41:32.129Z] === RUN TestBuildWithHugeFile [2022-05-05T09:41:34.051Z] . [2022-05-05T09:41:34.051Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-05T09:41:34.051Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-05T09:41:34.051Z] Error: No such image: emptyfs [2022-05-05T09:41:34.051Z] Running integration-test (iteration 1) [2022-05-05T09:41:34.051Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-05T09:41:34.051Z] Loaded image: busybox:latest [2022-05-05T09:41:34.051Z] Loaded image: busybox:glibc [2022-05-05T09:41:35.427Z] Loaded image: debian:bullseye-slim [2022-05-05T09:41:35.427Z] Loaded image: hello-world:latest [2022-05-05T09:41:35.685Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:41:35.685Z] INFO: Testing against a local daemon [2022-05-05T09:41:35.685Z] === RUN TestCgroupNamespacesBuild [2022-05-05T09:41:37.059Z] --- PASS: TestCgroupNamespacesBuild (1.17s) [2022-05-05T09:41:37.059Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-05T09:41:37.995Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2022-05-05T09:41:37.995Z] === RUN TestBuildWithSession [2022-05-05T09:41:37.995Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:41:37.995Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T09:41:37.995Z] === RUN TestBuildSquashParent [2022-05-05T09:41:39.357Z] 4612f6d0b889: Pull complete [2022-05-05T09:41:46.105Z] --- PASS: TestBuildSquashParent (7.12s) [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:41:46.105Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:41:46.105Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:41:46.105Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:41:46.105Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:41:46.105Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:41:46.105Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:41:46.105Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:41:46.105Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:41:46.105Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:41:47.040Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:41:47.040Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:41:48.944Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:41:48.944Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.76s) [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.80s) [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.91s) [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.99s) [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.04s) [2022-05-05T09:41:50.845Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s) [2022-05-05T09:41:50.845Z] === RUN TestBuildMultiStageCopy [2022-05-05T09:41:50.845Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T09:41:51.501Z] sha256:6bab9e8088aed2668ef2533304ee04f0a84b32166f1c01250d96d984844771dd [2022-05-05T09:41:51.501Z] INFO: Starting docker-py tests... [2022-05-05T09:41:51.501Z] ============================= test session starts ============================== [2022-05-05T09:41:51.501Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-05-05T09:41:51.501Z] rootdir: /src, inifile: pytest.ini [2022-05-05T09:41:51.501Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-05-05T09:41:51.501Z] collected 395 items / 2 deselected / 393 selected [2022-05-05T09:41:51.501Z] [2022-05-05T09:41:54.132Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T09:41:55.067Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-05T09:41:56.444Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T09:41:57.017Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T09:41:58.390Z] --- PASS: TestBuildMultiStageCopy (7.23s) [2022-05-05T09:41:58.390Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.22s) [2022-05-05T09:41:58.390Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-05-05T09:41:58.390Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s) [2022-05-05T09:41:58.390Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2022-05-05T09:41:58.390Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-05-05T09:41:58.390Z] === RUN TestBuildMultiStageParentConfig [2022-05-05T09:42:03.651Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-05-05T09:42:03.651Z] === RUN TestBuildLabelWithTargets [2022-05-05T09:42:04.799Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-05-05T09:42:05.641Z] tests/integration/api_client_test.py ..... [ 7%] [2022-05-05T09:42:07.413Z] tests/integration/api_config_test.py ...... [ 8%] [2022-05-05T09:42:11.756Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-05-05T09:42:11.756Z] === RUN TestBuildWithEmptyLayers [2022-05-05T09:42:14.284Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-05-05T09:42:14.284Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T09:42:19.547Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-05-05T09:42:19.547Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T09:42:19.805Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-05-05T09:42:19.805Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T09:42:25.068Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s) [2022-05-05T09:42:25.068Z] === RUN TestBuildWithHugeFile [2022-05-05T09:42:28.394Z] --- PASS: TestBuildWithHugeFile (53.57s) [2022-05-05T09:42:28.394Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T09:42:28.394Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:42:28.394Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:42:28.394Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T09:42:28.394Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:42:28.394Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:42:28.394Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:42:28.394Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:42:28.394Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:42:28.394Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:42:28.394Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:42:28.394Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:42:28.394Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:42:28.394Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-05-05T09:42:28.394Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-05-05T09:42:28.394Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-05-05T09:42:28.394Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-05-05T09:42:28.394Z] === RUN TestBuildPreserveOwnership [2022-05-05T09:42:28.394Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-05T09:42:28.394Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-05T09:42:29.780Z] --- PASS: TestBuildPreserveOwnership (3.68s) [2022-05-05T09:42:29.780Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.43s) [2022-05-05T09:42:29.780Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.24s) [2022-05-05T09:42:29.780Z] === RUN TestBuildPlatformInvalid [2022-05-05T09:42:29.780Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2022-05-05T09:42:29.780Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-05T09:42:30.352Z] Loaded image: busybox:latest [2022-05-05T09:42:30.612Z] Loaded image: busybox:glibc [2022-05-05T09:42:31.997Z] Loaded image: debian:bullseye-slim [2022-05-05T09:42:31.997Z] Loaded image: hello-world:latest [2022-05-05T09:42:31.997Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:42:32.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-05T09:42:32.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-05T09:42:37.072Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-05T09:42:37.072Z] [2022-05-05T09:42:37.072Z] ________ ____ __. [2022-05-05T09:42:37.072Z] \_____ \ | |/ _| [2022-05-05T09:42:37.072Z] / | \| < [2022-05-05T09:42:37.072Z] / | \ | \ [2022-05-05T09:42:37.072Z] \_______ /____|__ \ [2022-05-05T09:42:37.072Z] \/ \/ [2022-05-05T09:42:37.072Z] [2022-05-05T09:42:37.072Z] INFO: make.ps1 ended at 05/05/2022 09:42:28 [2022-05-05T09:42:37.072Z] INFO: Binaries build ended at 05/05/2022 09:42:30. Duration:00:01:40.1714254 [2022-05-05T09:42:37.072Z] INFO: Copying the built daemon binary to d:\CI\PR-43563\3\binary\dockerd-d6115b8f40.exe... [2022-05-05T09:42:37.072Z] INFO: Copying the built client binary to d:\CI\PR-43563\3\binary\docker-d6115b8f40.exe... [2022-05-05T09:42:37.072Z] INFO: Copying the golang package from the container to d:\CI\PR-43563\3\installer\go.zip... [2022-05-05T09:42:37.072Z] INFO: Extracting go.zip to d:\CI\PR-43563\3\go [2022-05-05T09:42:37.324Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-05-05T09:42:42.021Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.60s) [2022-05-05T09:42:42.021Z] PASS [2022-05-05T09:42:42.021Z] [2022-05-05T09:42:42.021Z] === Skipped [2022-05-05T09:42:42.021Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-05T09:42:42.021Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:42:42.021Z] [2022-05-05T09:42:42.021Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:42:42.021Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:42:42.021Z] [2022-05-05T09:42:42.021Z] DONE 34 tests, 2 skipped in 91.675s [2022-05-05T09:42:42.021Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-05T09:42:42.021Z] INFO: Testing against a local daemon [2022-05-05T09:42:42.021Z] === RUN TestConfigInspect [2022-05-05T09:42:43.938Z] --- PASS: TestConfigInspect (2.29s) [2022-05-05T09:42:43.938Z] === RUN TestConfigList [2022-05-05T09:42:45.849Z] --- PASS: TestConfigList (2.16s) [2022-05-05T09:42:45.849Z] === RUN TestConfigsCreateAndDelete [2022-05-05T09:42:48.391Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-05-05T09:42:48.391Z] === RUN TestConfigsUpdate [2022-05-05T09:42:50.301Z] --- PASS: TestConfigsUpdate (2.15s) [2022-05-05T09:42:50.301Z] === RUN TestTemplatedConfig [2022-05-05T09:42:52.843Z] --- PASS: TestTemplatedConfig (2.61s) [2022-05-05T09:42:52.843Z] === RUN TestConfigCreateResolve [2022-05-05T09:42:54.753Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-05-05T09:42:54.753Z] PASS [2022-05-05T09:42:54.753Z] [2022-05-05T09:42:54.753Z] DONE 6 tests in 13.566s [2022-05-05T09:42:54.753Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-05T09:42:54.753Z] INFO: Testing against a local daemon [2022-05-05T09:42:54.753Z] === RUN TestCheckpoint [2022-05-05T09:42:54.753Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:42:54.753Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:42:54.753Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:42:54.753Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T09:42:54.753Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T09:42:54.753Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-05T09:42:54.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-05T09:42:55.014Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-05T09:42:55.014Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-05T09:42:55.014Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T09:42:55.014Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T09:42:55.014Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-05T09:42:55.014Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T09:42:55.014Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T09:42:55.014Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-05-05T09:42:55.014Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T09:42:55.014Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-05T09:42:55.014Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T09:42:55.014Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-05-05T09:42:55.014Z] === RUN TestCopyEmptyFile [2022-05-05T09:42:55.275Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-05T09:42:55.275Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T09:42:55.275Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-05-05T09:42:55.275Z] === RUN TestCopyFromContainer [2022-05-05T09:42:56.659Z] === RUN TestCopyFromContainer// [2022-05-05T09:42:56.659Z] === RUN TestCopyFromContainer//bar/root [2022-05-05T09:42:56.659Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-05T09:42:56.659Z] === RUN TestCopyFromContainer/bar/quux [2022-05-05T09:42:56.659Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-05T09:42:56.919Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-05T09:42:56.919Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-05T09:42:56.919Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-05T09:42:56.919Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-05T09:42:57.180Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer (1.80s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-05T09:42:57.180Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-05T09:42:57.180Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T09:42:57.180Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:42:57.180Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:42:57.180Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:42:57.180Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:42:57.180Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:42:57.180Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:42:57.180Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:42:57.180Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:42:57.180Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:42:57.180Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-05T09:42:57.180Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-05T09:42:57.180Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T09:42:57.180Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-05T09:42:57.180Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T09:42:57.180Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-05-05T09:42:57.180Z] === RUN TestCreateWithInvalidEnv [2022-05-05T09:42:57.180Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T09:42:57.180Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T09:42:57.180Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T09:42:57.180Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T09:42:57.180Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T09:42:57.180Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T09:42:57.180Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T09:42:57.180Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T09:42:57.180Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T09:42:57.180Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-05T09:42:57.180Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-05T09:42:57.180Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T09:42:57.180Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-05T09:42:57.180Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T09:42:57.180Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-05T09:42:57.180Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T09:42:57.402Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-05T09:42:57.402Z] [2022-05-05T09:42:57.402Z] ________ ____ __. [2022-05-05T09:42:57.402Z] \_____ \ | |/ _| [2022-05-05T09:42:57.402Z] / | \| < [2022-05-05T09:42:57.402Z] / | \ | \ [2022-05-05T09:42:57.402Z] \_______ /____|__ \ [2022-05-05T09:42:57.402Z] \/ \/ [2022-05-05T09:42:57.402Z] [2022-05-05T09:42:57.402Z] INFO: make.ps1 ended at 05/05/2022 09:42:55 [2022-05-05T09:42:57.402Z] INFO: Binaries build ended at 05/05/2022 09:42:56. Duration:00:01:46.9127364 [2022-05-05T09:42:57.861Z] INFO: Copying the built daemon binary to d:\CI\PR-43563\3\binary\dockerd-d6115b8f40.exe... [2022-05-05T09:42:58.321Z] INFO: Copying the built client binary to d:\CI\PR-43563\3\binary\docker-d6115b8f40.exe... [2022-05-05T09:42:58.321Z] INFO: Copying the golang package from the container to d:\CI\PR-43563\3\installer\go.zip... [2022-05-05T09:42:58.779Z] INFO: Extracting go.zip to d:\CI\PR-43563\3\go [2022-05-05T09:42:59.090Z] --- PASS: TestCreateWithCustomMaskedPaths (1.67s) [2022-05-05T09:42:59.090Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2022-05-05T09:43:00.474Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T09:43:00.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:43:00.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:43:00.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:43:00.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:43:00.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:43:00.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:43:00.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:43:00.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:43:00.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:43:00.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:43:00.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:43:00.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:43:00.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:43:00.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:43:00.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-05T09:43:00.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-05T09:43:00.474Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T09:43:01.045Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2022-05-05T09:43:01.045Z] === RUN TestCreateDifferentPlatform [2022-05-05T09:43:01.045Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T09:43:01.045Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T09:43:01.045Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-05T09:43:01.045Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-05T09:43:01.045Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T09:43:01.045Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T09:43:01.045Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-05T09:43:01.045Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T09:43:01.305Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-05T09:43:01.305Z] === RUN TestContainerStartOnDaemonRestart [2022-05-05T09:43:01.305Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-05T09:43:01.305Z] === RUN TestDaemonRestartIpcMode [2022-05-05T09:43:01.305Z] === PAUSE TestDaemonRestartIpcMode [2022-05-05T09:43:01.305Z] === RUN TestDaemonHostGatewayIP [2022-05-05T09:43:01.305Z] === PAUSE TestDaemonHostGatewayIP [2022-05-05T09:43:01.305Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-05T09:43:01.305Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-05T09:43:01.305Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T09:43:01.305Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-05T09:43:01.305Z] === RUN TestDiff [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/networkdb 103.383s coverage: 60.5% of statements [2022-05-05T09:43:01.378Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/osl 4.331s coverage: 39.7% of statements [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/portmapper 0.265s coverage: 48.6% of statements [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/resolvconf 0.008s coverage: 70.6% of statements [2022-05-05T09:43:01.378Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-05T09:43:01.378Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === Skipped [2022-05-05T09:43:01.378Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-05T09:43:01.378Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-05T09:43:01.378Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-05T09:43:01.378Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-05T09:43:01.378Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-05T09:43:01.378Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-05T09:43:01.378Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-05T09:43:01.378Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-05T09:43:01.378Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-05T09:43:01.378Z] firewalld_test.go:14: firewalld is not running [2022-05-05T09:43:01.378Z] [2022-05-05T09:43:01.378Z] DONE 326 tests, 9 skipped in 200.567s [2022-05-05T09:43:01.875Z] --- PASS: TestDiff (0.60s) [2022-05-05T09:43:01.875Z] === RUN TestExecWithCloseStdin Post stage [Pipeline] junit [2022-05-05T09:43:01.966Z] Recording test results [2022-05-05T09:43:02.196Z] INFO: Extraction ended at 05/05/2022 09:43:00. Duration:00:00:28.7047139 [2022-05-05T09:43:02.196Z] INFO: Updating the golang and path environment variables [2022-05-05T09:43:02.196Z] INFO: GOPATH=d:\gopath [2022-05-05T09:43:02.196Z] INFO: go version go1.18.1 windows/amd64 [2022-05-05T09:43:02.196Z] INFO: Running the daemon under test in debug mode [2022-05-05T09:43:02.196Z] INFO: Starting a daemon under test... [2022-05-05T09:43:02.196Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43563\3\daemon --pidfile d:\CI\PR-43563\3\docker.pid -D [2022-05-05T09:43:02.196Z] INFO: Process started successfully. [2022-05-05T09:43:02.196Z] INFO: Start tailing logs of the daemon under tests [2022-05-05T09:43:02.196Z] INFO: Waiting for the daemon under test to start... [2022-05-05T09:43:02.446Z] --- PASS: TestExecWithCloseStdin (0.69s) [2022-05-05T09:43:02.446Z] === RUN TestExec [2022-05-05T09:43:03.301Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-05T09:43:03.388Z] --- PASS: TestExec (0.68s) [2022-05-05T09:43:03.388Z] === RUN TestExecUser [2022-05-05T09:43:03.650Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -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:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh dynbinary test-integration [2022-05-05T09:43:03.910Z] [2022-05-05T09:43:03.959Z] --- PASS: TestExecUser (0.63s) [2022-05-05T09:43:03.959Z] === RUN TestExportContainerAndImportImage [2022-05-05T09:43:04.172Z] Removing bundles/ [2022-05-05T09:43:04.172Z] [2022-05-05T09:43:04.172Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-05T09:43:04.172Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:43:04.172Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:43:04.529Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-05-05T09:43:04.529Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T09:43:05.911Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-05-05T09:43:05.911Z] === RUN TestHealthCheckWorkdir [2022-05-05T09:43:06.482Z] --- PASS: TestHealthCheckWorkdir (0.76s) [2022-05-05T09:43:06.482Z] === RUN TestHealthKillContainer [2022-05-05T09:43:14.614Z] --- PASS: TestHealthKillContainer (8.20s) [2022-05-05T09:43:14.614Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T09:43:15.185Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2022-05-05T09:43:15.185Z] === RUN TestIpcModeNone [2022-05-05T09:43:15.755Z] --- PASS: TestIpcModeNone (0.61s) [2022-05-05T09:43:15.755Z] === RUN TestIpcModePrivate [2022-05-05T09:43:16.329Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-05-05T09:43:16.590Z] --- PASS: TestIpcModePrivate (0.64s) [2022-05-05T09:43:16.590Z] === RUN TestIpcModeShareable [2022-05-05T09:43:16.850Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-05-05T09:43:17.110Z] --- PASS: TestIpcModeShareable (0.61s) [2022-05-05T09:43:17.110Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-05T09:43:19.022Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.82s) [2022-05-05T09:43:19.022Z] === RUN TestAPIIpcModeHost [2022-05-05T09:43:19.283Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-05-05T09:43:19.283Z] === RUN TestDaemonIpcModeShareable [2022-05-05T09:43:20.666Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-05T09:43:20.666Z] --- PASS: TestDaemonIpcModeShareable (1.28s) [2022-05-05T09:43:20.666Z] === RUN TestDaemonIpcModePrivate [2022-05-05T09:43:21.385Z] --- PASS: TestBuildWithHugeFile (50.79s) [2022-05-05T09:43:21.385Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T09:43:21.385Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:43:21.385Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:43:21.385Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T09:43:21.385Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:43:21.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:43:21.385Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:43:21.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:43:21.385Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:43:21.385Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:43:21.385Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:43:21.385Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:43:21.385Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:43:21.385Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-05-05T09:43:21.385Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-05-05T09:43:21.385Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-05-05T09:43:21.385Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-05T09:43:21.385Z] === RUN TestBuildPreserveOwnership [2022-05-05T09:43:21.385Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-05T09:43:21.385Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-05T09:43:21.607Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-05T09:43:21.867Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-05-05T09:43:21.867Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-05T09:43:22.809Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-05T09:43:23.070Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s) [2022-05-05T09:43:23.070Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-05T09:43:23.276Z] ...INFO: Daemon under test started and replied! [2022-05-05T09:43:23.276Z] INFO: Docker version of the daemon under test [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] Client: [2022-05-05T09:43:23.276Z] Version: 17.06.2-ce [2022-05-05T09:43:23.276Z] API version: 1.30 [2022-05-05T09:43:23.276Z] Go version: go1.8.3 [2022-05-05T09:43:23.276Z] Git commit: cec0b72 [2022-05-05T09:43:23.276Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-05T09:43:23.276Z] OS/Arch: windows/amd64 [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] Server: [2022-05-05T09:43:23.276Z] Version: 0.0.0-dev [2022-05-05T09:43:23.276Z] API version: 1.42 (minimum version 1.24) [2022-05-05T09:43:23.276Z] Go version: go1.18.1 [2022-05-05T09:43:23.276Z] Git commit: d6115b8f40 [2022-05-05T09:43:23.276Z] Built: [2022-05-05T09:43:23.276Z] OS/Arch: windows/amd64 [2022-05-05T09:43:23.276Z] Experimental: false [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] INFO: Docker info of the daemon under test [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] Containers: 0 [2022-05-05T09:43:23.276Z] Running: 0 [2022-05-05T09:43:23.276Z] Paused: 0 [2022-05-05T09:43:23.276Z] Stopped: 0 [2022-05-05T09:43:23.276Z] Images: 0 [2022-05-05T09:43:23.276Z] Server Version: 0.0.0-dev [2022-05-05T09:43:23.276Z] Storage Driver: windowsfilter [2022-05-05T09:43:23.276Z] Windows: [2022-05-05T09:43:23.276Z] Logging Driver: json-file [2022-05-05T09:43:23.276Z] Plugins: [2022-05-05T09:43:23.276Z] Volume: local [2022-05-05T09:43:23.276Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:43:23.276Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:43:23.276Z] Swarm: inactive [2022-05-05T09:43:23.276Z] Default Isolation: process [2022-05-05T09:43:23.276Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T09:43:23.276Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-05T09:43:23.276Z] OSType: windows [2022-05-05T09:43:23.276Z] Architecture: x86_64 [2022-05-05T09:43:23.276Z] CPUs: 4 [2022-05-05T09:43:23.276Z] Total Memory: 32GiB [2022-05-05T09:43:23.276Z] Name: azwin-2-a04500 [2022-05-05T09:43:23.276Z] ID: F7KB:SR3P:MRE3:3NZV:RK3G:HHGZ:WWPQ:USDL:HDMG:7RPQ:BBSS:AI7Q [2022-05-05T09:43:23.276Z] Docker Root Dir: D:\CI\PR-43563\3\daemon [2022-05-05T09:43:23.276Z] Debug Mode (client): false [2022-05-05T09:43:23.276Z] Debug Mode (server): true [2022-05-05T09:43:23.276Z] File Descriptors: -1 [2022-05-05T09:43:23.276Z] Goroutines: 16 [2022-05-05T09:43:23.276Z] System Time: 2022-05-05T09:43:20.3641275Z [2022-05-05T09:43:23.276Z] EventsListeners: 0 [2022-05-05T09:43:23.276Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:43:23.276Z] Labels: [2022-05-05T09:43:23.276Z] Experimental: false [2022-05-05T09:43:23.276Z] Insecure Registries: [2022-05-05T09:43:23.276Z] 127.0.0.0/8 [2022-05-05T09:43:23.276Z] Live Restore Enabled: false [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] INFO: Docker images of the daemon under test [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-05T09:43:23.276Z] [2022-05-05T09:43:23.276Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-05T09:43:23.276Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-05T09:43:23.276Z] ltsc2022: Pulling from windows/servercore [2022-05-05T09:43:23.276Z] 8f616e6e9eec: Pulling fs layer [2022-05-05T09:43:23.276Z] dccd9e4d14d3: Pulling fs layer [2022-05-05T09:43:24.011Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-05T09:43:24.272Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-05-05T09:43:24.272Z] === RUN TestIpcModeOlderClient [2022-05-05T09:43:24.272Z] === PAUSE TestIpcModeOlderClient [2022-05-05T09:43:24.272Z] === RUN TestKillContainerInvalidSignal [2022-05-05T09:43:24.532Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-05-05T09:43:24.532Z] === RUN TestKillContainer [2022-05-05T09:43:24.532Z] === RUN TestKillContainer/no_signal [2022-05-05T09:43:25.103Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T09:43:25.364Z] === RUN TestKillContainer/killing_signal [2022-05-05T09:43:25.570Z] --- PASS: TestBuildPreserveOwnership (9.95s) [2022-05-05T09:43:25.570Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.93s) [2022-05-05T09:43:25.570Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-05-05T09:43:25.570Z] === RUN TestBuildPlatformInvalid [2022-05-05T09:43:25.570Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-05T09:43:25.570Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-05T09:43:25.570Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-05T09:43:25.570Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-05T09:43:25.570Z] PASS [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === Skipped [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-05T09:43:25.570Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:43:25.570Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-05T09:43:25.570Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] DONE 34 tests, 3 skipped in 111.493s [2022-05-05T09:43:25.570Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-05T09:43:25.570Z] INFO: Testing against a local daemon [2022-05-05T09:43:25.570Z] === RUN TestConfigInspect [2022-05-05T09:43:25.570Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] --- SKIP: TestConfigInspect (0.02s) [2022-05-05T09:43:25.570Z] === RUN TestConfigList [2022-05-05T09:43:25.570Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] --- SKIP: TestConfigList (0.01s) [2022-05-05T09:43:25.570Z] === RUN TestConfigsCreateAndDelete [2022-05-05T09:43:25.570Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-05T09:43:25.570Z] === RUN TestConfigsUpdate [2022-05-05T09:43:25.570Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-05-05T09:43:25.570Z] === RUN TestTemplatedConfig [2022-05-05T09:43:25.570Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-05T09:43:25.570Z] === RUN TestConfigCreateResolve [2022-05-05T09:43:25.570Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-05T09:43:25.570Z] PASS [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === Skipped [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-05-05T09:43:25.570Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-05-05T09:43:25.570Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-05-05T09:43:25.570Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-05-05T09:43:25.570Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-05-05T09:43:25.570Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-05-05T09:43:25.570Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:43:25.570Z] [2022-05-05T09:43:25.570Z] DONE 6 tests, 6 skipped in 0.139s [2022-05-05T09:43:25.570Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-05T09:43:25.570Z] INFO: Testing against a local daemon [2022-05-05T09:43:25.570Z] === RUN TestCheckpoint [2022-05-05T09:43:25.570Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:43:25.570Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:43:25.570Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:43:25.570Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T09:43:25.570Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T09:43:25.570Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-05T09:43:25.570Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-05T09:43:25.570Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T09:43:25.570Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:43:25.570Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T09:43:25.571Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T09:43:25.571Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-05T09:43:25.571Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T09:43:25.571Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T09:43:25.571Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-05-05T09:43:25.571Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T09:43:25.571Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-05T09:43:25.571Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T09:43:25.829Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-05T09:43:25.829Z] === RUN TestCopyEmptyFile [2022-05-05T09:43:25.829Z] --- PASS: TestCopyEmptyFile (0.19s) [2022-05-05T09:43:25.829Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T09:43:25.934Z] --- PASS: TestKillContainer (1.40s) [2022-05-05T09:43:25.935Z] --- PASS: TestKillContainer/no_signal (0.45s) [2022-05-05T09:43:25.935Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-05-05T09:43:25.935Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-05-05T09:43:25.935Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T09:43:25.935Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-05T09:43:26.088Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-05-05T09:43:26.088Z] === RUN TestCopyFromContainer [2022-05-05T09:43:26.508Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-05T09:43:27.448Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s) [2022-05-05T09:43:27.448Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-05-05T09:43:27.448Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-05-05T09:43:27.448Z] === RUN TestKillStoppedContainer [2022-05-05T09:43:27.448Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-05T09:43:27.448Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T09:43:27.448Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-05-05T09:43:27.448Z] === RUN TestKillDifferentUserContainer [2022-05-05T09:43:28.019Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-05-05T09:43:28.019Z] === RUN TestInspectOomKilledTrue [2022-05-05T09:43:28.019Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:43:28.019Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-05T09:43:28.019Z] === RUN TestInspectOomKilledFalse [2022-05-05T09:43:28.019Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:43:28.019Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-05T09:43:28.019Z] === RUN TestLinksEtcHostsContentMatch [2022-05-05T09:43:28.280Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-05-05T09:43:28.280Z] === RUN TestLinksContainerNames [2022-05-05T09:43:29.222Z] --- PASS: TestLinksContainerNames (0.92s) [2022-05-05T09:43:29.222Z] === RUN TestLogsFollowTailEmpty [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer// [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer//bar/root [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer/bar/quux [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-05T09:43:29.373Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-05T09:43:29.503Z] --- PASS: TestLogsFollowTailEmpty (0.47s) [2022-05-05T09:43:29.503Z] === RUN TestContainerNetworkMountsNoChown [2022-05-05T09:43:29.632Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-05T09:43:29.632Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-05T09:43:29.632Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer (3.77s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-05-05T09:43:29.632Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-05-05T09:43:29.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T09:43:29.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:43:29.632Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:43:29.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:43:29.632Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:43:29.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:43:29.632Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:43:29.632Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:43:29.632Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:43:29.632Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:43:29.632Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-05T09:43:29.632Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T09:43:29.632Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-05T09:43:29.632Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-05T09:43:29.632Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T09:43:29.890Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-05T09:43:29.890Z] === RUN TestCreateWithInvalidEnv [2022-05-05T09:43:29.890Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T09:43:29.890Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T09:43:29.890Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T09:43:29.890Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T09:43:29.890Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T09:43:29.890Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T09:43:29.890Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T09:43:29.890Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T09:43:29.890Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T09:43:29.890Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-05T09:43:29.890Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T09:43:29.890Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-05T09:43:29.890Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-05T09:43:29.890Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T09:43:29.890Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-05T09:43:29.890Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T09:43:30.083Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/default [2022-05-05T09:43:30.083Z] === PAUSE TestMountDaemonRoot/default [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/private [2022-05-05T09:43:30.083Z] === PAUSE TestMountDaemonRoot/private [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/rprivate [2022-05-05T09:43:30.083Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/slave [2022-05-05T09:43:30.083Z] === PAUSE TestMountDaemonRoot/slave [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/rslave [2022-05-05T09:43:30.083Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/shared [2022-05-05T09:43:30.083Z] === PAUSE TestMountDaemonRoot/shared [2022-05-05T09:43:30.083Z] === RUN TestMountDaemonRoot/rshared [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/default [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/rslave [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/rshared [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/shared [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/rprivate [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/slave [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/private [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:43:30.084Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:43:30.084Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-05T09:43:30.084Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:43:30.347Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-05T09:43:30.611Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:43:30.611Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:43:30.611Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:43:30.611Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-05T09:43:30.611Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-05T09:43:30.611Z] === RUN TestContainerBindMountNonRecursive [2022-05-05T09:43:31.265Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-05-05T09:43:31.265Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T09:43:31.569Z] .........................xx.................... [ 29%] [2022-05-05T09:43:31.993Z] --- PASS: TestContainerBindMountNonRecursive (1.44s) [2022-05-05T09:43:31.993Z] === RUN TestContainerVolumesMountedAsShared [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2022-05-05T09:43:32.201Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T09:43:32.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:43:32.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:43:32.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:43:32.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:43:32.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:43:32.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:43:32.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:43:32.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:43:32.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:43:32.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:43:32.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:43:32.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:43:32.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:43:32.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:43:32.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-05-05T09:43:32.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-05-05T09:43:32.201Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T09:43:32.564Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-05-05T09:43:32.564Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-05T09:43:32.767Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-05-05T09:43:32.767Z] === RUN TestCreateDifferentPlatform [2022-05-05T09:43:32.767Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T09:43:32.767Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T09:43:32.767Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-05T09:43:32.767Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-05T09:43:32.767Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T09:43:32.767Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T09:43:32.767Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-05T09:43:32.767Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T09:43:32.767Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-05T09:43:32.767Z] === RUN TestContainerStartOnDaemonRestart [2022-05-05T09:43:32.767Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-05T09:43:32.767Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-05-05T09:43:32.767Z] === RUN TestDaemonRestartIpcMode [2022-05-05T09:43:32.767Z] === PAUSE TestDaemonRestartIpcMode [2022-05-05T09:43:32.767Z] === RUN TestDaemonHostGatewayIP [2022-05-05T09:43:32.767Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:43:32.767Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-05-05T09:43:32.767Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-05T09:43:32.767Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-05T09:43:32.767Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T09:43:32.767Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-05T09:43:32.767Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-05T09:43:32.767Z] === RUN TestDiff [2022-05-05T09:43:32.824Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-05-05T09:43:32.824Z] === RUN TestNetworkNat [2022-05-05T09:43:33.026Z] --- PASS: TestDiff (0.41s) [2022-05-05T09:43:33.026Z] === RUN TestExecWithCloseStdin [2022-05-05T09:43:33.394Z] --- PASS: TestNetworkNat (0.48s) [2022-05-05T09:43:33.394Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T09:43:33.596Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-05-05T09:43:33.596Z] === RUN TestExec [2022-05-05T09:43:33.655Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-05-05T09:43:33.655Z] === RUN TestNetworkLoopbackNat [2022-05-05T09:43:34.162Z] --- PASS: TestExec (0.45s) [2022-05-05T09:43:34.162Z] === RUN TestExecUser [2022-05-05T09:43:34.420Z] --- PASS: TestExecUser (0.46s) [2022-05-05T09:43:34.420Z] === RUN TestExportContainerAndImportImage [2022-05-05T09:43:34.631Z] INFO: Extraction ended at 05/05/2022 09:43:29. Duration:00:00:30.9839546 [2022-05-05T09:43:34.631Z] INFO: Updating the golang and path environment variables [2022-05-05T09:43:34.631Z] INFO: GOPATH=d:\gopath [2022-05-05T09:43:34.631Z] INFO: go version go1.18.1 windows/amd64 [2022-05-05T09:43:34.631Z] INFO: Running the daemon under test in debug mode [2022-05-05T09:43:34.631Z] INFO: Running the daemon under test in containerd mode [2022-05-05T09:43:34.631Z] INFO: Starting a daemon under test... [2022-05-05T09:43:34.631Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43563\3\daemon --pidfile d:\CI\PR-43563\3\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-05-05T09:43:34.631Z] INFO: Containerd started successfully. [2022-05-05T09:43:34.631Z] INFO: Process started successfully. [2022-05-05T09:43:34.631Z] INFO: Start tailing logs of the daemon under tests [2022-05-05T09:43:34.631Z] INFO: Waiting for the daemon under test to start... [2022-05-05T09:43:34.987Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-05-05T09:43:34.988Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T09:43:36.364Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2022-05-05T09:43:36.364Z] === RUN TestHealthCheckWorkdir [2022-05-05T09:43:36.932Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-05-05T09:43:36.932Z] === RUN TestHealthKillContainer [2022-05-05T09:43:36.952Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2022-05-05T09:43:36.952Z] === RUN TestPause [2022-05-05T09:43:36.952Z] --- PASS: TestPause (0.45s) [2022-05-05T09:43:36.952Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T09:43:36.952Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:43:36.952Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:43:36.952Z] === RUN TestPauseStopPausedContainer [2022-05-05T09:43:37.212Z] --- PASS: TestPauseStopPausedContainer (0.48s) [2022-05-05T09:43:37.212Z] === RUN TestPidHost [2022-05-05T09:43:38.123Z] 8f616e6e9eec: Verifying Checksum [2022-05-05T09:43:38.123Z] 8f616e6e9eec: Download complete [2022-05-05T09:43:38.594Z] --- PASS: TestPidHost (1.01s) [2022-05-05T09:43:38.594Z] === RUN TestPsFilter [2022-05-05T09:43:38.594Z] --- PASS: TestPsFilter (0.14s) [2022-05-05T09:43:38.594Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T09:43:38.855Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s) [2022-05-05T09:43:38.855Z] === RUN TestRemoveContainerWithVolume [2022-05-05T09:43:39.426Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-05-05T09:43:39.426Z] === RUN TestRemoveContainerRunning [2022-05-05T09:43:39.660Z] dccd9e4d14d3: Verifying Checksum [2022-05-05T09:43:39.660Z] dccd9e4d14d3: Download complete [2022-05-05T09:43:39.686Z] --- PASS: TestRemoveContainerRunning (0.45s) [2022-05-05T09:43:39.686Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T09:43:40.258Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-05-05T09:43:40.258Z] === RUN TestRemoveInvalidContainer [2022-05-05T09:43:40.258Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-05T09:43:40.258Z] === RUN TestRenameLinkedContainer [2022-05-05T09:43:42.168Z] --- PASS: TestRenameLinkedContainer (1.81s) [2022-05-05T09:43:42.168Z] === RUN TestRenameStoppedContainer [2022-05-05T09:43:42.428Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-05-05T09:43:42.428Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T09:43:43.371Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) [2022-05-05T09:43:43.371Z] === RUN TestRenameInvalidName [2022-05-05T09:43:43.942Z] --- PASS: TestRenameInvalidName (0.42s) [2022-05-05T09:43:43.942Z] === RUN TestRenameAnonymousContainer [2022-05-05T09:43:45.037Z] --- PASS: TestHealthKillContainer (7.78s) [2022-05-05T09:43:45.037Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T09:43:45.037Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T09:43:45.037Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T09:43:45.037Z] === RUN TestIpcModeNone [2022-05-05T09:43:45.037Z] --- PASS: TestIpcModeNone (0.42s) [2022-05-05T09:43:45.038Z] === RUN TestIpcModePrivate [2022-05-05T09:43:45.296Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-05-05T09:43:45.325Z] --- PASS: TestRenameAnonymousContainer (1.61s) [2022-05-05T09:43:45.325Z] === RUN TestRenameContainerWithSameName [2022-05-05T09:43:45.554Z] --- PASS: TestIpcModePrivate (0.43s) [2022-05-05T09:43:45.554Z] === RUN TestIpcModeShareable [2022-05-05T09:43:45.554Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:43:45.554Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-05-05T09:43:45.554Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-05T09:43:45.896Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-05-05T09:43:45.896Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T09:43:46.838Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s) [2022-05-05T09:43:46.838Z] === RUN TestResize [2022-05-05T09:43:46.930Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2022-05-05T09:43:46.930Z] === RUN TestAPIIpcModeHost [2022-05-05T09:43:46.930Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:43:46.930Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-05-05T09:43:46.930Z] === RUN TestDaemonIpcModeShareable [2022-05-05T09:43:46.930Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:43:46.930Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-05-05T09:43:46.930Z] === RUN TestDaemonIpcModePrivate [2022-05-05T09:43:47.099Z] --- PASS: TestResize (0.44s) [2022-05-05T09:43:47.100Z] === RUN TestResizeWithInvalidSize [2022-05-05T09:43:47.670Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-05-05T09:43:47.670Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T09:43:47.841Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-05-05T09:43:47.865Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-05T09:43:48.124Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-05-05T09:43:48.124Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-05T09:43:48.124Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:43:48.124Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-05T09:43:48.124Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-05T09:43:48.124Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:43:48.124Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-05T09:43:48.124Z] === RUN TestIpcModeOlderClient [2022-05-05T09:43:48.124Z] === PAUSE TestIpcModeOlderClient [2022-05-05T09:43:48.124Z] === RUN TestKillContainerInvalidSignal [2022-05-05T09:43:48.240Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:43:48.240Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:43:48.240Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:43:48.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:43:48.241Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:43:48.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:43:48.241Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:43:48.241Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:43:48.383Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-05-05T09:43:48.383Z] === RUN TestKillContainer [2022-05-05T09:43:48.383Z] === RUN TestKillContainer/no_signal [2022-05-05T09:43:48.950Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T09:43:49.209Z] === RUN TestKillContainer/killing_signal [2022-05-05T09:43:49.439Z] ...INFO: Daemon under test started and replied! [2022-05-05T09:43:49.439Z] INFO: Docker version of the daemon under test [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.439Z] Client: [2022-05-05T09:43:49.439Z] Version: 17.06.2-ce [2022-05-05T09:43:49.439Z] API version: 1.30 [2022-05-05T09:43:49.439Z] Go version: go1.8.3 [2022-05-05T09:43:49.439Z] Git commit: cec0b72 [2022-05-05T09:43:49.439Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-05T09:43:49.439Z] OS/Arch: windows/amd64 [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.439Z] Server: [2022-05-05T09:43:49.439Z] Version: 0.0.0-dev [2022-05-05T09:43:49.439Z] API version: 1.42 (minimum version 1.24) [2022-05-05T09:43:49.439Z] Go version: go1.18.1 [2022-05-05T09:43:49.439Z] Git commit: d6115b8f40 [2022-05-05T09:43:49.439Z] Built: [2022-05-05T09:43:49.439Z] OS/Arch: windows/amd64 [2022-05-05T09:43:49.439Z] Experimental: false [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.439Z] INFO: Docker info of the daemon under test [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.439Z] Containers: 0 [2022-05-05T09:43:49.439Z] Running: 0 [2022-05-05T09:43:49.439Z] Paused: 0 [2022-05-05T09:43:49.439Z] Stopped: 0 [2022-05-05T09:43:49.439Z] Images: 0 [2022-05-05T09:43:49.439Z] Server Version: 0.0.0-dev [2022-05-05T09:43:49.439Z] Storage Driver: windowsfilter [2022-05-05T09:43:49.439Z] Windows: [2022-05-05T09:43:49.439Z] Logging Driver: json-file [2022-05-05T09:43:49.439Z] Plugins: [2022-05-05T09:43:49.439Z] Volume: local [2022-05-05T09:43:49.439Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:43:49.439Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:43:49.439Z] Swarm: inactive [2022-05-05T09:43:49.439Z] Default Isolation: process [2022-05-05T09:43:49.439Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T09:43:49.439Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-05T09:43:49.439Z] OSType: windows [2022-05-05T09:43:49.439Z] Architecture: x86_64 [2022-05-05T09:43:49.439Z] CPUs: 4 [2022-05-05T09:43:49.439Z] Total Memory: 32GiB [2022-05-05T09:43:49.439Z] Name: azwin-2-a04501 [2022-05-05T09:43:49.439Z] ID: OZ4L:C7I3:E4TZ:RJC6:43NS:E7LW:4TPI:HNPJ:V7EX:P6MM:YVFW:RK5E [2022-05-05T09:43:49.439Z] Docker Root Dir: D:\CI\PR-43563\3\daemon [2022-05-05T09:43:49.439Z] Debug Mode (client): false [2022-05-05T09:43:49.439Z] Debug Mode (server): true [2022-05-05T09:43:49.439Z] File Descriptors: -1 [2022-05-05T09:43:49.439Z] Goroutines: 29 [2022-05-05T09:43:49.439Z] System Time: 2022-05-05T09:43:49.3745711Z [2022-05-05T09:43:49.439Z] EventsListeners: 0 [2022-05-05T09:43:49.439Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:43:49.439Z] Labels: [2022-05-05T09:43:49.439Z] Experimental: false [2022-05-05T09:43:49.439Z] Insecure Registries: [2022-05-05T09:43:49.439Z] 127.0.0.0/8 [2022-05-05T09:43:49.439Z] Live Restore Enabled: false [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.439Z] INFO: Docker images of the daemon under test [2022-05-05T09:43:49.439Z] [2022-05-05T09:43:49.776Z] --- PASS: TestKillContainer (1.24s) [2022-05-05T09:43:49.776Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-05-05T09:43:49.776Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-05-05T09:43:49.776Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-05-05T09:43:49.776Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T09:43:49.776Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-05T09:43:49.897Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-05T09:43:49.897Z] [2022-05-05T09:43:49.897Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-05T09:43:49.897Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-05T09:43:49.897Z] ltsc2022: Pulling from windows/servercore [2022-05-05T09:43:50.034Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-05T09:43:50.153Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:43:50.357Z] 8f616e6e9eec: Pulling fs layer [2022-05-05T09:43:50.357Z] dccd9e4d14d3: Pulling fs layer [2022-05-05T09:43:50.601Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2022-05-05T09:43:50.601Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-05-05T09:43:50.601Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-05-05T09:43:50.601Z] === RUN TestKillStoppedContainer [2022-05-05T09:43:50.601Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-05T09:43:50.601Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T09:43:50.601Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-05T09:43:50.601Z] === RUN TestKillDifferentUserContainer [2022-05-05T09:43:51.094Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:43:51.168Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-05-05T09:43:51.168Z] === RUN TestInspectOomKilledTrue [2022-05-05T09:43:51.168Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:43:51.168Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-05T09:43:51.168Z] === RUN TestInspectOomKilledFalse [2022-05-05T09:43:51.168Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:43:51.168Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-05T09:43:51.168Z] === RUN TestLinksEtcHostsContentMatch [2022-05-05T09:43:51.168Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-05T09:43:51.168Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-05-05T09:43:51.168Z] === RUN TestLinksContainerNames [2022-05-05T09:43:52.103Z] --- PASS: TestLinksContainerNames (0.84s) [2022-05-05T09:43:52.103Z] === RUN TestLogsFollowTailEmpty [2022-05-05T09:43:52.360Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-05-05T09:43:52.360Z] === RUN TestContainerNetworkMountsNoChown [2022-05-05T09:43:52.477Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:43:52.477Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:43:52.618Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/default [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/default [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/private [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/private [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rprivate [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/slave [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/slave [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rslave [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/shared [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/shared [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rshared [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/default [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/rshared [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/shared [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/rslave [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/slave [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:43:52.618Z] === CONT TestMountDaemonRoot/rprivate [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:43:52.618Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:43:52.618Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:43:52.619Z] === CONT TestMountDaemonRoot/private [2022-05-05T09:43:52.619Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-05T09:43:52.619Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-05T09:43:52.619Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:43:52.619Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:43:52.619Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-05T09:43:52.619Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-05T09:43:52.619Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:43:52.619Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:43:52.619Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:43:52.619Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-05T09:43:52.876Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-05T09:43:53.137Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-05T09:43:53.137Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-05T09:43:53.137Z] === RUN TestContainerBindMountNonRecursive [2022-05-05T09:43:53.137Z] 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-05T09:43:53.137Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-05-05T09:43:53.137Z] === RUN TestContainerVolumesMountedAsShared [2022-05-05T09:43:53.137Z] 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-05T09:43:53.137Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-05-05T09:43:53.137Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-05T09:43:53.137Z] 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-05T09:43:53.137Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-05-05T09:43:53.137Z] === RUN TestNetworkNat [2022-05-05T09:43:53.704Z] --- PASS: TestNetworkNat (0.56s) [2022-05-05T09:43:53.704Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T09:43:53.859Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:43:53.859Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:43:54.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-05T09:43:54.270Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-05-05T09:43:54.270Z] === RUN TestNetworkLoopbackNat [2022-05-05T09:43:55.618Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-05-05T09:43:56.798Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-05-05T09:43:56.798Z] === RUN TestPause [2022-05-05T09:43:56.798Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:43:56.798Z] --- SKIP: TestPause (0.01s) [2022-05-05T09:43:56.798Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T09:43:56.798Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:43:56.798Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:43:56.798Z] === RUN TestPauseStopPausedContainer [2022-05-05T09:43:56.798Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:43:56.798Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-05-05T09:43:56.798Z] === RUN TestPidHost [2022-05-05T09:43:57.156Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:43:57.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:43:57.732Z] --- PASS: TestPidHost (0.92s) [2022-05-05T09:43:57.732Z] === RUN TestPsFilter [2022-05-05T09:43:57.732Z] --- PASS: TestPsFilter (0.10s) [2022-05-05T09:43:57.732Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T09:43:57.991Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-05-05T09:43:57.991Z] === RUN TestRemoveContainerWithVolume [2022-05-05T09:43:58.558Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-05-05T09:43:58.558Z] === RUN TestRemoveContainerRunning [2022-05-05T09:43:58.816Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-05-05T09:43:58.816Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T09:43:59.383Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-05-05T09:43:59.383Z] === RUN TestRemoveInvalidContainer [2022-05-05T09:43:59.383Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-05T09:43:59.383Z] === RUN TestRenameLinkedContainer [2022-05-05T09:43:59.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:44:00.513Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-05-05T09:44:01.283Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-05-05T09:44:01.283Z] === RUN TestRenameStoppedContainer [2022-05-05T09:44:01.283Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-05-05T09:44:01.283Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T09:44:01.341Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:44:01.341Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:44:02.219Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-05-05T09:44:02.219Z] === RUN TestRenameInvalidName [2022-05-05T09:44:02.740Z] dccd9e4d14d3: Verifying Checksum [2022-05-05T09:44:02.740Z] dccd9e4d14d3: Download complete [2022-05-05T09:44:02.786Z] --- PASS: TestRenameInvalidName (0.40s) [2022-05-05T09:44:02.786Z] === RUN TestRenameAnonymousContainer [2022-05-05T09:44:03.253Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:44:03.514Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:44:04.160Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-05-05T09:44:04.160Z] === RUN TestRenameContainerWithSameName [2022-05-05T09:44:04.727Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-05-05T09:44:04.727Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T09:44:04.899Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:44:05.661Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-05-05T09:44:05.661Z] === RUN TestResize [2022-05-05T09:44:05.919Z] --- PASS: TestResize (0.40s) [2022-05-05T09:44:05.919Z] === RUN TestResizeWithInvalidSize [2022-05-05T09:44:06.485Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-05-05T09:44:06.485Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T09:44:06.648Z] ba8181afd426: Pull complete [2022-05-05T09:44:06.648Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-05-05T09:44:06.648Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T09:44:06.648Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T09:44:06.648Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-05-05T09:44:06.648Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-05-05T09:44:06.648Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2803' [2022-05-05T09:44:06.648Z] INFO: Docker version of control daemon [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] Client: [2022-05-05T09:44:06.648Z] Version: 20.10.9 [2022-05-05T09:44:06.648Z] API version: 1.41 [2022-05-05T09:44:06.648Z] Go version: go1.16.8 [2022-05-05T09:44:06.648Z] Git commit: c2ea9bc [2022-05-05T09:44:06.648Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-05T09:44:06.648Z] OS/Arch: windows/amd64 [2022-05-05T09:44:06.648Z] Context: default [2022-05-05T09:44:06.648Z] Experimental: true [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] Server: Docker Engine - Community [2022-05-05T09:44:06.648Z] Engine: [2022-05-05T09:44:06.648Z] Version: 20.10.9 [2022-05-05T09:44:06.648Z] API version: 1.41 (minimum version 1.24) [2022-05-05T09:44:06.648Z] Go version: go1.16.8 [2022-05-05T09:44:06.648Z] Git commit: 79ea9d3 [2022-05-05T09:44:06.648Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-05T09:44:06.648Z] OS/Arch: windows/amd64 [2022-05-05T09:44:06.648Z] Experimental: true [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] INFO: Docker info of control daemon [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] Client: [2022-05-05T09:44:06.648Z] Context: default [2022-05-05T09:44:06.648Z] Debug Mode: false [2022-05-05T09:44:06.648Z] Plugins: [2022-05-05T09:44:06.648Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-05T09:44:06.648Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-05T09:44:06.648Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] Server: [2022-05-05T09:44:06.648Z] Containers: 0 [2022-05-05T09:44:06.648Z] Running: 0 [2022-05-05T09:44:06.648Z] Paused: 0 [2022-05-05T09:44:06.648Z] Stopped: 0 [2022-05-05T09:44:06.648Z] Images: 1 [2022-05-05T09:44:06.648Z] Server Version: 20.10.9 [2022-05-05T09:44:06.648Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-05T09:44:06.648Z] Windows: [2022-05-05T09:44:06.648Z] LCOW: [2022-05-05T09:44:06.648Z] Logging Driver: json-file [2022-05-05T09:44:06.648Z] Plugins: [2022-05-05T09:44:06.648Z] Volume: local [2022-05-05T09:44:06.648Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:44:06.648Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:44:06.648Z] Swarm: inactive [2022-05-05T09:44:06.648Z] Default Isolation: process [2022-05-05T09:44:06.648Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-05T09:44:06.648Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-05T09:44:06.648Z] OSType: windows [2022-05-05T09:44:06.648Z] Architecture: x86_64 [2022-05-05T09:44:06.648Z] CPUs: 4 [2022-05-05T09:44:06.648Z] Total Memory: 32GiB [2022-05-05T09:44:06.648Z] Name: azwin-2-8063a0 [2022-05-05T09:44:06.648Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-05T09:44:06.648Z] Docker Root Dir: D:\docker [2022-05-05T09:44:06.648Z] Debug Mode: false [2022-05-05T09:44:06.648Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:44:06.648Z] Labels: [2022-05-05T09:44:06.648Z] Experimental: true [2022-05-05T09:44:06.648Z] Insecure Registries: [2022-05-05T09:44:06.648Z] 10.0.0.4:5000 [2022-05-05T09:44:06.648Z] 127.0.0.0/8 [2022-05-05T09:44:06.648Z] Registry Mirrors: [2022-05-05T09:44:06.648Z] http://10.0.0.4:5000/ [2022-05-05T09:44:06.648Z] Live Restore Enabled: false [2022-05-05T09:44:06.648Z] Product License: Community Engine [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] INFO: Commit hash is d6115b8f40 [2022-05-05T09:44:06.648Z] INFO: Nuke-Everything... [2022-05-05T09:44:06.648Z] INFO: Container count on control daemon to delete is 0 [2022-05-05T09:44:06.648Z] INFO: Nuking d:\CI [2022-05-05T09:44:06.648Z] INFO: Zapped successfully [2022-05-05T09:44:06.648Z] INFO: Location for testing is d:\CI\PR-43563\3 [2022-05-05T09:44:06.648Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.648Z] INFO: Building the image from Dockerfile.windows at 05/05/2022 09:44:00... [2022-05-05T09:44:06.648Z] [2022-05-05T09:44:06.743Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-05-05T09:44:06.743Z] === RUN TestDaemonRestartKillContainers [2022-05-05T09:44:06.743Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-05T09:44:06.743Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:44:06.743Z] === RUN TestCgroupNamespacesRun [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.26s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.50s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.52s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.24s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.16s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.89s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.05s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.78s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.84s) [2022-05-05T09:44:06.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.74s) [2022-05-05T09:44:06.809Z] === RUN TestCgroupNamespacesRun [2022-05-05T09:44:08.117Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-05-05T09:44:08.117Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-05T09:44:08.193Z] --- PASS: TestCgroupNamespacesRun (1.25s) [2022-05-05T09:44:08.193Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-05T09:44:08.193Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-05T09:44:08.193Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-05T09:44:08.193Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-05T09:44:08.882Z] Sending build context to Docker daemon 66.58MB [2022-05-05T09:44:08.882Z] [2022-05-05T09:44:08.882Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-05T09:44:08.882Z] ---> e8870c5c3ab2 [2022-05-05T09:44:08.882Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-05T09:44:08.882Z] ---> Running in 66c516fbf69c [2022-05-05T09:44:09.052Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-05-05T09:44:09.052Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-05T09:44:09.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-05T09:44:09.134Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s) [2022-05-05T09:44:09.134Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-05T09:44:09.355Z] Removing intermediate container 66c516fbf69c [2022-05-05T09:44:09.355Z] ---> 7d6ba1a79edf [2022-05-05T09:44:09.355Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-05-05T09:44:09.355Z] ---> Running in 6c956977b0b2 [2022-05-05T09:44:09.831Z] Removing intermediate container 6c956977b0b2 [2022-05-05T09:44:09.831Z] ---> 455248810083 [2022-05-05T09:44:09.831Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-05T09:44:09.831Z] ---> Running in 13307fd97e34 [2022-05-05T09:44:10.305Z] Removing intermediate container 13307fd97e34 [2022-05-05T09:44:10.305Z] ---> 90557a9e669a [2022-05-05T09:44:10.305Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-05T09:44:10.305Z] ---> Running in a45d628759e0 [2022-05-05T09:44:10.427Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-05-05T09:44:10.427Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-05T09:44:10.517Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-05-05T09:44:10.517Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-05T09:44:10.778Z] Removing intermediate container a45d628759e0 [2022-05-05T09:44:10.778Z] ---> 92c779db2f4f [2022-05-05T09:44:10.778Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-05T09:44:10.778Z] ---> Running in e6aca3c00a03 [2022-05-05T09:44:11.250Z] Removing intermediate container e6aca3c00a03 [2022-05-05T09:44:11.250Z] ---> 1fd177f7bc94 [2022-05-05T09:44:11.250Z] 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-05T09:44:11.250Z] ---> Running in 9e33292a221f [2022-05-05T09:44:11.312Z] 8f616e6e9eec: Verifying Checksum [2022-05-05T09:44:11.312Z] 8f616e6e9eec: Download complete [2022-05-05T09:44:11.361Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-05-05T09:44:11.361Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-05T09:44:11.457Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s) [2022-05-05T09:44:11.457Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-05T09:44:11.723Z] Removing intermediate container 9e33292a221f [2022-05-05T09:44:11.723Z] ---> 7cf909980e94 [2022-05-05T09:44:11.723Z] 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-05T09:44:11.723Z] ---> Running in e2190d0a5315 [2022-05-05T09:44:12.297Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-05-05T09:44:12.297Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-05T09:44:12.840Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2022-05-05T09:44:12.840Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-05T09:44:13.410Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-05-05T09:44:13.410Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-05T09:44:13.670Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2022-05-05T09:44:13.670Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-05T09:44:14.323Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.75s) [2022-05-05T09:44:14.323Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-05T09:44:14.792Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-05-05T09:44:14.792Z] === RUN TestNISDomainname [2022-05-05T09:44:15.052Z] --- PASS: TestNISDomainname (0.58s) [2022-05-05T09:44:15.052Z] === RUN TestHostnameDnsResolution [2022-05-05T09:44:15.723Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-05-05T09:44:15.723Z] === RUN TestNISDomainname [2022-05-05T09:44:15.723Z] 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-05T09:44:15.723Z] --- SKIP: TestNISDomainname (0.03s) [2022-05-05T09:44:15.723Z] === RUN TestHostnameDnsResolution [2022-05-05T09:44:15.983Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-05-05T09:44:15.983Z] === RUN TestUnprivilegedPortsAndPing [2022-05-05T09:44:15.983Z] 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-05T09:44:15.983Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-05-05T09:44:15.983Z] === RUN TestPrivilegedHostDevices [2022-05-05T09:44:16.024Z] --- PASS: TestHostnameDnsResolution (0.74s) [2022-05-05T09:44:16.024Z] === RUN TestUnprivilegedPortsAndPing [2022-05-05T09:44:16.549Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2022-05-05T09:44:16.549Z] === RUN TestStats [2022-05-05T09:44:16.549Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:16.549Z] --- SKIP: TestStats (0.00s) [2022-05-05T09:44:16.549Z] === RUN TestStopContainerWithTimeout [2022-05-05T09:44:16.549Z] === RUN TestStopContainerWithTimeout/0 [2022-05-05T09:44:16.549Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-05T09:44:16.549Z] === RUN TestStopContainerWithTimeout/1 [2022-05-05T09:44:16.549Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-05T09:44:16.549Z] === RUN TestStopContainerWithTimeout/3 [2022-05-05T09:44:16.549Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-05T09:44:16.549Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-05T09:44:16.549Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-05T09:44:16.549Z] === CONT TestStopContainerWithTimeout/0 [2022-05-05T09:44:16.549Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-05T09:44:16.616Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2022-05-05T09:44:16.616Z] === RUN TestPrivilegedHostDevices [2022-05-05T09:44:16.883Z] --- PASS: TestPrivilegedHostDevices (0.53s) [2022-05-05T09:44:16.883Z] === RUN TestStats [2022-05-05T09:44:17.070Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-05-05T09:44:17.116Z] === CONT TestStopContainerWithTimeout/3 [2022-05-05T09:44:19.014Z] === CONT TestStopContainerWithTimeout/1 [2022-05-05T09:44:19.424Z] --- PASS: TestStats (2.47s) [2022-05-05T09:44:19.424Z] === RUN TestStopContainerWithTimeout [2022-05-05T09:44:19.424Z] === RUN TestStopContainerWithTimeout/0 [2022-05-05T09:44:19.424Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-05T09:44:19.424Z] === RUN TestStopContainerWithTimeout/1 [2022-05-05T09:44:19.424Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-05T09:44:19.424Z] === RUN TestStopContainerWithTimeout/3 [2022-05-05T09:44:19.424Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-05T09:44:19.424Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-05T09:44:19.424Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-05T09:44:19.424Z] === CONT TestStopContainerWithTimeout/0 [2022-05-05T09:44:19.424Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-05T09:44:20.363Z] === CONT TestStopContainerWithTimeout/3 [2022-05-05T09:44:20.388Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-05-05T09:44:20.388Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2022-05-05T09:44:20.388Z] --- PASS: TestStopContainerWithTimeout/-1 (2.53s) [2022-05-05T09:44:20.388Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-05-05T09:44:20.388Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-05-05T09:44:20.389Z] === RUN TestDeleteDevicemapper [2022-05-05T09:44:20.389Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:44:20.389Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-05T09:44:20.389Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T09:44:21.762Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s) [2022-05-05T09:44:21.762Z] === RUN TestUpdateMemory [2022-05-05T09:44:21.762Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:21.762Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-05T09:44:21.762Z] === RUN TestUpdateCPUQuota [2022-05-05T09:44:21.762Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:21.762Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-05-05T09:44:21.762Z] === RUN TestUpdatePidsLimit [2022-05-05T09:44:21.762Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:21.762Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-05-05T09:44:21.762Z] === RUN TestUpdateRestartPolicy [2022-05-05T09:44:22.272Z] === CONT TestStopContainerWithTimeout/1 [2022-05-05T09:44:23.653Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-05T09:44:23.653Z] --- PASS: TestStopContainerWithTimeout/0 (0.74s) [2022-05-05T09:44:23.653Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2022-05-05T09:44:23.653Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2022-05-05T09:44:23.653Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-05-05T09:44:23.653Z] === RUN TestDeleteDevicemapper [2022-05-05T09:44:23.653Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:44:23.653Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-05T09:44:23.653Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T09:44:25.035Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s) [2022-05-05T09:44:25.035Z] === RUN TestUpdateMemory [2022-05-05T09:44:25.035Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:44:25.035Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-05T09:44:25.035Z] === RUN TestUpdateCPUQuota [2022-05-05T09:44:25.977Z] --- PASS: TestUpdateCPUQuota (0.96s) [2022-05-05T09:44:25.977Z] === RUN TestUpdatePidsLimit [2022-05-05T09:44:25.977Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-05T09:44:26.237Z] === RUN TestUpdatePidsLimit/no_change [2022-05-05T09:44:26.497Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-05T09:44:26.757Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-05T09:44:26.890Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-05-05T09:44:27.017Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-05T09:44:27.278Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-05T09:44:27.539Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit (2.11s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2022-05-05T09:44:28.109Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-05-05T09:44:28.109Z] === RUN TestUpdateRestartPolicy [2022-05-05T09:44:28.399Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-05-05T09:44:32.345Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-05-05T09:44:33.026Z] [2022-05-05T09:44:33.026Z] SUCCESS: Specified value was saved. [2022-05-05T09:44:33.026Z] INFO: Downloading git... [2022-05-05T09:44:33.026Z] INFO: Downloading go... [2022-05-05T09:44:33.957Z] --- PASS: TestUpdateRestartPolicy (10.93s) [2022-05-05T09:44:33.957Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T09:44:33.957Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2022-05-05T09:44:33.957Z] === RUN TestWaitNonBlocked [2022-05-05T09:44:33.957Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:44:33.957Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:44:33.957Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:44:33.957Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:44:33.957Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:44:33.957Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:44:33.957Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-05T09:44:33.957Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s) [2022-05-05T09:44:33.957Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-05-05T09:44:33.957Z] === RUN TestWaitBlocked [2022-05-05T09:44:33.957Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:44:33.957Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:44:33.957Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:44:33.957Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:44:33.957Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:44:33.957Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:44:34.215Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-05T09:44:34.215Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s) [2022-05-05T09:44:34.215Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2022-05-05T09:44:34.215Z] === CONT TestDaemonRestartIpcMode [2022-05-05T09:44:34.215Z] === CONT TestIpcModeOlderClient [2022-05-05T09:44:34.478Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-05-05T09:44:34.478Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-05T09:44:34.615Z] INFO: Downloading compiler 1 of 3... [2022-05-05T09:44:34.615Z] INFO: Downloading compiler 2 of 3... [2022-05-05T09:44:35.087Z] INFO: Downloading compiler 3 of 3... [2022-05-05T09:44:35.560Z] INFO: Extracting git... [2022-05-05T09:44:37.008Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-05-05T09:44:37.008Z] --- PASS: TestDaemonRestartIpcMode (2.75s) [2022-05-05T09:44:37.008Z] PASS [2022-05-05T09:44:37.008Z] [2022-05-05T09:44:37.008Z] === Skipped [2022-05-05T09:44:37.008Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-05T09:44:37.008Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:44:37.008Z] [2022-05-05T09:44:37.008Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-05-05T09:44:37.008Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-05T09:44:37.008Z] [2022-05-05T09:44:37.008Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-05-05T09:44:37.008Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:44:37.008Z] [2022-05-05T09:44:37.008Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-05-05T09:44:37.008Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-05T09:44:37.008Z] [2022-05-05T09:44:37.008Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T09:44:37.009Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-05-05T09:44:37.009Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-05-05T09:44:37.009Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-05-05T09:44:37.009Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-05T09:44:37.009Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-05T09:44:37.009Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-05T09:44:37.009Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-05T09:44:37.009Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-05-05T09:44:37.009Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-05-05T09:44:37.009Z] 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-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-05-05T09:44:37.009Z] 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-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-05-05T09:44:37.009Z] 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-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestPause (0.01s) [2022-05-05T09:44:37.009Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:44:37.009Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-05-05T09:44:37.009Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:44:37.009Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestNISDomainname (0.03s) [2022-05-05T09:44:37.009Z] 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-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-05-05T09:44:37.009Z] 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-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-05-05T09:44:37.009Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-05T09:44:37.009Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-05T09:44:37.009Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-05-05T09:44:37.009Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-05-05T09:44:37.009Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-05T09:44:37.009Z] [2022-05-05T09:44:37.009Z] DONE 212 tests, 27 skipped in 71.658s [2022-05-05T09:44:37.009Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-05T09:44:37.080Z] ............................ [ 66%] [2022-05-05T09:44:37.266Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T09:44:37.832Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-05-05T09:44:37.832Z] === RUN TestDaemonConfigValidation [2022-05-05T09:44:37.832Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:44:37.832Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:44:37.832Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-05T09:44:37.832Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-05T09:44:37.832Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-05T09:44:37.832Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-05T09:44:37.832Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-05T09:44:37.832Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-05T09:44:37.832Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-05T09:44:37.832Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-05T09:44:37.832Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:44:37.832Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-05T09:44:37.832Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-05T09:44:37.832Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-05T09:44:37.832Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-05T09:44:37.832Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-05T09:44:37.832Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-05T09:44:37.832Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-05T09:44:37.832Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-05-05T09:44:37.832Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-05-05T09:44:37.832Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-05T09:44:37.832Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T09:44:37.832Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-05T09:44:39.206Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-05T09:44:40.139Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-05T09:44:40.338Z] --- PASS: TestUpdateRestartPolicy (11.14s) [2022-05-05T09:44:40.338Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T09:44:40.338Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-05-05T09:44:40.338Z] === RUN TestWaitNonBlocked [2022-05-05T09:44:40.338Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:44:40.338Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:44:40.338Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:44:40.338Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:44:40.338Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:44:40.338Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:44:40.598Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-05T09:44:40.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.79s) [2022-05-05T09:44:40.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.83s) [2022-05-05T09:44:40.598Z] === RUN TestWaitBlocked [2022-05-05T09:44:40.598Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:44:40.598Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:44:40.598Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:44:40.598Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:44:40.598Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:44:40.598Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:44:40.724Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-05T09:44:40.724Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:44:40.724Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:44:40.724Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-05T09:44:40.724Z] [2022-05-05T09:44:40.724Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-05T09:44:40.724Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-05T09:44:40.724Z] HOSTNAME=d4b30a712c16 [2022-05-05T09:44:40.724Z] TESTDEBUG=0 [2022-05-05T09:44:40.724Z] DEST=bundles/test-integration [2022-05-05T09:44:40.724Z] PWD=/go/src/github.com/docker/docker [2022-05-05T09:44:40.724Z] DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 [2022-05-05T09:44:40.724Z] container=docker [2022-05-05T09:44:40.724Z] HOME=/root [2022-05-05T09:44:40.724Z] GOLANG_VERSION=1.18.1 [2022-05-05T09:44:40.724Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-05T09:44:40.724Z] VALIDATE_BRANCH=master [2022-05-05T09:44:40.724Z] TERM=xterm [2022-05-05T09:44:40.724Z] DOCKER_PKG=github.com/docker/docker [2022-05-05T09:44:40.724Z] SHLVL=1 [2022-05-05T09:44:40.724Z] TIMEOUT=120m [2022-05-05T09:44:40.724Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-05T09:44:40.724Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-05T09:44:40.724Z] GO111MODULE=off [2022-05-05T09:44:40.724Z] DOCKER_EXPERIMENTAL=1 [2022-05-05T09:44:40.724Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-05T09:44:40.724Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-05T09:44:40.724Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-05T09:44:40.724Z] GOPATH=/go [2022-05-05T09:44:40.724Z] PKG_CONFIG=pkg-config [2022-05-05T09:44:40.724Z] _=/usr/bin/env [2022-05-05T09:44:40.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-05T09:44:41.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-05T09:44:41.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-05T09:44:41.512Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-05T09:44:41.512Z] daemon_test.go:156: [de359fdbeb392] daemon is not started [2022-05-05T09:44:41.512Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-05-05T09:44:41.512Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-05-05T09:44:41.512Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-05-05T09:44:41.512Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2022-05-05T09:44:41.512Z] === RUN TestDaemonProxy [2022-05-05T09:44:41.512Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-05T09:44:41.512Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-05T09:44:41.512Z] PASS [2022-05-05T09:44:41.512Z] [2022-05-05T09:44:41.512Z] === Skipped [2022-05-05T09:44:41.512Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-05-05T09:44:41.512Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-05T09:44:41.512Z] [2022-05-05T09:44:41.512Z] DONE 12 tests, 1 skipped in 4.144s [2022-05-05T09:44:41.512Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-05T09:44:41.512Z] INFO: Testing against a local daemon [2022-05-05T09:44:41.512Z] === RUN TestCommitInheritsEnv [2022-05-05T09:44:41.539Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-05T09:44:41.539Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s) [2022-05-05T09:44:41.539Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2022-05-05T09:44:41.539Z] === CONT TestContainerStartOnDaemonRestart [2022-05-05T09:44:41.539Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-05T09:44:42.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-05T09:44:43.410Z] --- PASS: TestCommitInheritsEnv (1.76s) [2022-05-05T09:44:43.410Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T09:44:43.410Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform// [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/linux [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/macos [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-05T09:44:43.410Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-05T09:44:43.410Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-05T09:44:43.410Z] === RUN TestImagesFilterMultiReference [2022-05-05T09:44:43.410Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-05-05T09:44:43.410Z] === RUN TestImagePullPlatformInvalid [2022-05-05T09:44:43.410Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-05T09:44:43.410Z] === RUN TestRemoveImageOrphaning [2022-05-05T09:44:44.082Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.33s) [2022-05-05T09:44:44.082Z] === CONT TestIpcModeOlderClient [2022-05-05T09:44:44.082Z] --- PASS: TestContainerStartOnDaemonRestart (2.41s) [2022-05-05T09:44:44.082Z] === CONT TestContainerKillOnDaemonStart [2022-05-05T09:44:44.082Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-05T09:44:44.082Z] === CONT TestDaemonHostGatewayIP [2022-05-05T09:44:45.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-05T09:44:45.311Z] --- PASS: TestRemoveImageOrphaning (1.61s) [2022-05-05T09:44:45.311Z] === RUN TestRemoveImageGarbageCollector [2022-05-05T09:44:45.311Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-05T09:44:45.311Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-05T09:44:45.311Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T09:44:45.311Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-05T09:44:45.311Z] === RUN TestTagInvalidReference [2022-05-05T09:44:45.311Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-05T09:44:45.311Z] === RUN TestTagValidPrefixedRepo [2022-05-05T09:44:45.311Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-05T09:44:45.311Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T09:44:45.311Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-05T09:44:45.311Z] === RUN TestTagOfficialNames [2022-05-05T09:44:45.311Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-05T09:44:45.311Z] === RUN TestTagMatchesDigest [2022-05-05T09:44:45.311Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-05T09:44:45.311Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-05T09:44:45.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-05T09:44:46.622Z] --- PASS: TestDaemonHostGatewayIP (2.64s) [2022-05-05T09:44:46.622Z] === CONT TestDaemonRestartIpcMode [2022-05-05T09:44:48.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-05T09:44:48.532Z] --- PASS: TestDaemonRestartIpcMode (2.27s) [2022-05-05T09:44:50.542Z] INFO: Expanding go... [2022-05-05T09:44:56.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-05T09:44:56.657Z] --- PASS: TestContainerKillOnDaemonStart (11.81s) [2022-05-05T09:44:56.657Z] PASS [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === Skipped [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-05T09:44:56.658Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-05T09:44:56.658Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-05T09:44:56.658Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:44:56.658Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-05T09:44:56.658Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-05T09:44:56.658Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-05T09:44:56.658Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:44:56.658Z] [2022-05-05T09:44:56.658Z] DONE 235 tests, 7 skipped in 120.701s [2022-05-05T09:44:56.658Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-05T09:44:56.658Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T09:44:56.658Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-05-05T09:44:56.658Z] === RUN TestDaemonConfigValidation [2022-05-05T09:44:56.658Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:44:56.658Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:44:56.658Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-05T09:44:56.658Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-05T09:44:56.658Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-05T09:44:56.658Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-05T09:44:56.658Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-05T09:44:56.658Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-05T09:44:56.658Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-05T09:44:56.658Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-05T09:44:56.658Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:44:56.658Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-05T09:44:56.658Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-05T09:44:56.658Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-05T09:44:56.658Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-05T09:44:56.658Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-05T09:44:56.658Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-05T09:44:56.658Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-05T09:44:56.658Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-05-05T09:44:56.658Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s) [2022-05-05T09:44:56.658Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-05-05T09:44:56.658Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T09:44:56.658Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-05T09:44:57.597Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-05T09:44:58.537Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-05T09:44:59.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-05T09:44:59.476Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-05T09:44:59.477Z] daemon_test.go:156: [d3b471c58a309] daemon is not started [2022-05-05T09:44:59.477Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-05-05T09:44:59.477Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-05T09:44:59.477Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-05T09:44:59.477Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-05T09:44:59.477Z] === RUN TestDaemonProxy [2022-05-05T09:44:59.477Z] === RUN TestDaemonProxy/environment_variables [2022-05-05T09:45:01.385Z] === RUN TestDaemonProxy/command-line_options [2022-05-05T09:45:01.975Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-05T09:45:03.293Z] === RUN TestDaemonProxy/configuration_file [2022-05-05T09:45:03.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-05T09:45:04.678Z] === RUN TestDaemonProxy/conflicting_options [2022-05-05T09:45:05.248Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-05T09:45:05.820Z] --- PASS: TestDaemonProxy (6.25s) [2022-05-05T09:45:05.820Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-05-05T09:45:05.820Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-05-05T09:45:05.820Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-05-05T09:45:05.820Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-05T09:45:05.820Z] --- PASS: TestDaemonProxy/reload_sanitized (0.54s) [2022-05-05T09:45:05.820Z] PASS [2022-05-05T09:45:05.820Z] [2022-05-05T09:45:05.820Z] DONE 17 tests in 10.136s [2022-05-05T09:45:05.820Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-05T09:45:05.820Z] INFO: Testing against a local daemon [2022-05-05T09:45:05.820Z] === RUN TestCommitInheritsEnv [2022-05-05T09:45:05.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-05T09:45:06.392Z] --- PASS: TestCommitInheritsEnv (0.43s) [2022-05-05T09:45:06.392Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T09:45:06.392Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-05T09:45:06.392Z] === RUN TestImportWithCustomPlatform [2022-05-05T09:45:06.392Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-05T09:45:06.392Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-05T09:45:06.392Z] === RUN TestImportWithCustomPlatform// [2022-05-05T09:45:06.392Z] === RUN TestImportWithCustomPlatform/linux [2022-05-05T09:45:06.392Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-05T09:45:06.653Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-05T09:45:06.653Z] === RUN TestImportWithCustomPlatform/macos [2022-05-05T09:45:06.653Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-05T09:45:06.653Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform (0.47s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/#00 (0.09s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/linux (0.13s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.11s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-05T09:45:06.653Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-05T09:45:06.653Z] === RUN TestImagesFilterMultiReference [2022-05-05T09:45:06.914Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-05-05T09:45:06.914Z] === RUN TestImagePullPlatformInvalid [2022-05-05T09:45:06.914Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-05T09:45:06.914Z] === RUN TestRemoveImageOrphaning [2022-05-05T09:45:07.174Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2022-05-05T09:45:07.174Z] === RUN TestRemoveImageGarbageCollector [2022-05-05T09:45:07.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-05T09:45:07.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-05T09:45:07.745Z] time="2022-05-05T09:45:07Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-05T09:45:08.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-05T09:45:09.655Z] --- PASS: TestRemoveImageGarbageCollector (1.99s) [2022-05-05T09:45:09.655Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T09:45:09.655Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-05T09:45:09.655Z] === RUN TestTagInvalidReference [2022-05-05T09:45:09.655Z] --- PASS: TestTagInvalidReference (0.02s) [2022-05-05T09:45:09.655Z] === RUN TestTagValidPrefixedRepo [2022-05-05T09:45:09.655Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-05T09:45:09.655Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T09:45:09.655Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-05T09:45:09.655Z] === RUN TestTagOfficialNames [2022-05-05T09:45:09.655Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-05T09:45:09.655Z] === RUN TestTagMatchesDigest [2022-05-05T09:45:09.655Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-05T09:45:09.655Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-05T09:45:12.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-05T09:45:13.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-05T09:45:17.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-05T09:45:18.586Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-05-05T09:45:19.173Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-05T09:45:19.173Z] Using test binary docker [2022-05-05T09:45:19.430Z] +++ /etc/init.d/apparmor start [2022-05-05T09:45:19.430Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-05T09:45:19.430Z] INFO: Waiting for daemon to start... [2022-05-05T09:45:19.430Z] Starting dockerd [2022-05-05T09:45:19.430Z] +++ 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-05T09:45:20.717Z] INFO: Expanding compiler 1 of 3... [2022-05-05T09:45:20.717Z] INFO: Expanding compiler 2 of 3... [2022-05-05T09:45:21.171Z] 8f616e6e9eec: Pull complete [2022-05-05T09:45:21.950Z] . [2022-05-05T09:45:21.950Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-05T09:45:21.950Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-05T09:45:21.950Z] Error: No such image: emptyfs [2022-05-05T09:45:21.950Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-05T09:45:21.950Z] ++++ docker load [2022-05-05T09:45:21.950Z] Running integration-test (iteration 1) [2022-05-05T09:45:21.950Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-05T09:45:21.950Z] ++ 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-05T09:45:21.950Z] ++ set -e [2022-05-05T09:45:21.950Z] ++ '[' -n 0 ']' [2022-05-05T09:45:21.950Z] ++ set -x [2022-05-05T09:45:21.950Z] ++ 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-05T09:45:22.880Z] Loaded image: busybox:latest [2022-05-05T09:45:23.443Z] Loaded image: busybox:glibc [2022-05-05T09:45:25.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-05T09:45:26.621Z] INFO: Expanding compiler 3 of 3... [2022-05-05T09:45:27.094Z] INFO: Removing downloaded files... [2022-05-05T09:45:27.094Z] INFO: Downloading containerd [2022-05-05T09:45:28.690Z] Loaded image: debian:bullseye-slim [2022-05-05T09:45:28.690Z] Loaded image: hello-world:latest [2022-05-05T09:45:28.690Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:45:28.690Z] INFO: Testing against a local daemon [2022-05-05T09:45:28.690Z] === RUN TestCgroupNamespacesBuild [2022-05-05T09:45:30.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-05T09:45:31.205Z] --- PASS: TestCgroupNamespacesBuild (2.30s) [2022-05-05T09:45:31.205Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-05T09:45:33.095Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.23s) [2022-05-05T09:45:33.095Z] === RUN TestBuildWithSession [2022-05-05T09:45:33.095Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:45:33.095Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T09:45:33.095Z] === RUN TestBuildSquashParent [2022-05-05T09:45:33.478Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-05-05T09:45:35.669Z] tests/integration/client_test.py ..... [ 75%] [2022-05-05T09:45:35.669Z] tests/integration/context_api_test.py ... [ 76%] [2022-05-05T09:45:36.239Z] tests/integration/errors_test.py . [ 76%] [2022-05-05T09:45:37.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-05T09:45:38.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-05T09:45:38.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-05T09:45:39.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-05T09:45:39.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-05T09:45:39.632Z] [2022-05-05T09:45:39.632Z] Name Version Source Summary [2022-05-05T09:45:39.632Z] ---- ------- ------ ------- [2022-05-05T09:45:39.632Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-05T09:45:39.632Z] [2022-05-05T09:45:39.632Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-05T09:45:39.632Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-05T09:45:39.632Z] PSChildName : containerd [2022-05-05T09:45:39.632Z] PSDrive : C [2022-05-05T09:45:39.632Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-05T09:45:39.632Z] PSIsContainer : True [2022-05-05T09:45:39.632Z] Name : containerd [2022-05-05T09:45:39.632Z] FullName : C:\containerd [2022-05-05T09:45:39.632Z] Parent : [2022-05-05T09:45:39.632Z] Exists : True [2022-05-05T09:45:39.632Z] Root : C:\ [2022-05-05T09:45:39.632Z] Extension : [2022-05-05T09:45:39.632Z] CreationTime : 5/5/2022 9:45:39 AM [2022-05-05T09:45:39.632Z] CreationTimeUtc : 5/5/2022 9:45:39 AM [2022-05-05T09:45:39.632Z] LastAccessTime : 5/5/2022 9:45:39 AM [2022-05-05T09:45:39.632Z] LastAccessTimeUtc : 5/5/2022 9:45:39 AM [2022-05-05T09:45:39.632Z] LastWriteTime : 5/5/2022 9:45:39 AM [2022-05-05T09:45:39.632Z] LastWriteTimeUtc : 5/5/2022 9:45:39 AM [2022-05-05T09:45:39.632Z] Attributes : Directory [2022-05-05T09:45:39.632Z] Mode : d----- [2022-05-05T09:45:39.632Z] BaseName : containerd [2022-05-05T09:45:39.632Z] Target : {} [2022-05-05T09:45:39.632Z] LinkType : [2022-05-05T09:45:39.632Z] [2022-05-05T09:45:40.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-05T09:45:41.209Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-05T09:45:41.209Z] INFO: Configuring git core.autocrlf... [2022-05-05T09:45:41.209Z] [2022-05-05T09:45:41.209Z] [2022-05-05T09:45:42.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-05T09:45:43.051Z] --- PASS: TestBuildSquashParent (9.37s) [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:45:43.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:45:43.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:45:43.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:45:43.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:45:43.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:45:43.051Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:45:43.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:45:43.051Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:45:43.051Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:45:43.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-05T09:45:44.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-05T09:45:44.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-05T09:45:45.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-05T09:45:46.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-05T09:45:46.320Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:45:46.320Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:45:47.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-05T09:45:47.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-05T09:45:48.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-05T09:45:48.841Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:45:49.098Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:45:49.155Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-05T09:45:49.155Z] Using test binary docker [2022-05-05T09:45:49.155Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-05T09:45:49.155Z] +++ /etc/init.d/apparmor start [2022-05-05T09:45:49.155Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-05T09:45:49.155Z] INFO: Waiting for daemon to start... [2022-05-05T09:45:49.155Z] Starting dockerd [2022-05-05T09:45:49.155Z] +++ 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-05T09:45:52.886Z] 8f616e6e9eec: Pull complete [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.21s) [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.23s) [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.19s) [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.26s) [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.55s) [2022-05-05T09:45:53.274Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.51s) [2022-05-05T09:45:53.274Z] === RUN TestBuildMultiStageCopy [2022-05-05T09:45:53.274Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T09:45:55.082Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-05-05T09:45:55.168Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T09:45:55.730Z] . [2022-05-05T09:45:55.730Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-05T09:45:55.731Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-05T09:45:55.731Z] Error: No such image: emptyfs [2022-05-05T09:45:55.731Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-05T09:45:55.731Z] ++++ docker load [2022-05-05T09:45:55.731Z] Running integration-test (iteration 1) [2022-05-05T09:45:55.731Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-05-05T09:45:55.731Z] ++ 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-05T09:45:55.731Z] ++ set -e [2022-05-05T09:45:55.731Z] ++ '[' -n 0 ']' [2022-05-05T09:45:55.731Z] ++ set -x [2022-05-05T09:45:55.731Z] ++ 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-05T09:45:55.731Z] Loaded image: busybox:latest [2022-05-05T09:45:55.731Z] Loaded image: busybox:glibc [2022-05-05T09:45:55.731Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-05T09:45:56.295Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T09:45:56.670Z] Loaded image: debian:bullseye-slim [2022-05-05T09:45:56.670Z] Loaded image: hello-world:latest [2022-05-05T09:45:56.670Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:45:56.670Z] INFO: Testing against a local daemon [2022-05-05T09:45:56.670Z] === RUN TestCgroupNamespacesBuild [2022-05-05T09:45:56.861Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T09:45:57.792Z] --- PASS: TestBuildMultiStageCopy (5.10s) [2022-05-05T09:45:57.792Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.68s) [2022-05-05T09:45:57.792Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2022-05-05T09:45:57.792Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2022-05-05T09:45:57.792Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.67s) [2022-05-05T09:45:57.792Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.64s) [2022-05-05T09:45:57.792Z] === RUN TestBuildMultiStageParentConfig [2022-05-05T09:45:58.052Z] --- PASS: TestCgroupNamespacesBuild (1.29s) [2022-05-05T09:45:58.052Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-05T09:45:58.992Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-05-05T09:45:58.992Z] === RUN TestBuildWithSession [2022-05-05T09:45:58.992Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:45:58.992Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T09:45:58.992Z] === RUN TestBuildSquashParent [2022-05-05T09:45:59.161Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2022-05-05T09:45:59.161Z] === RUN TestBuildLabelWithTargets [2022-05-05T09:46:01.684Z] --- PASS: TestBuildLabelWithTargets (2.28s) [2022-05-05T09:46:01.684Z] === RUN TestBuildWithEmptyLayers [2022-05-05T09:46:02.615Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2022-05-05T09:46:02.615Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T09:46:03.195Z] --- PASS: TestBuildSquashParent (4.24s) [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:46:03.195Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:46:03.195Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:46:03.195Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:46:03.195Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:46:03.195Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:46:03.195Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:46:03.195Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:46:03.195Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:46:03.195Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:46:04.576Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:46:04.836Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:46:05.776Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:46:05.888Z] --- PASS: TestBuildMultiStageOnBuild (2.94s) [2022-05-05T09:46:05.888Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T09:46:06.036Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:46:07.257Z] --- PASS: TestBuildUncleanTarFilenames (1.85s) [2022-05-05T09:46:07.257Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.28s) [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.41s) [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.19s) [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.34s) [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.32s) [2022-05-05T09:46:07.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.16s) [2022-05-05T09:46:07.419Z] === RUN TestBuildMultiStageCopy [2022-05-05T09:46:07.419Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T09:46:08.359Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T09:46:08.619Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-05T09:46:08.879Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T09:46:08.879Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T09:46:09.139Z] --- PASS: TestBuildMultiStageCopy (2.00s) [2022-05-05T09:46:09.139Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.15s) [2022-05-05T09:46:09.139Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-05-05T09:46:09.139Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-05-05T09:46:09.139Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-05-05T09:46:09.139Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-05-05T09:46:09.139Z] === RUN TestBuildMultiStageParentConfig [2022-05-05T09:46:09.709Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-05-05T09:46:09.709Z] === RUN TestBuildLabelWithTargets [2022-05-05T09:46:11.092Z] --- PASS: TestBuildLabelWithTargets (0.98s) [2022-05-05T09:46:11.092Z] === RUN TestBuildWithEmptyLayers [2022-05-05T09:46:11.352Z] --- PASS: TestBuildWithEmptyLayers (0.44s) [2022-05-05T09:46:11.352Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T09:46:11.366Z] ......... [ 85%] [2022-05-05T09:46:11.430Z] --- PASS: TestBuildMultiStageLayerLeak (3.58s) [2022-05-05T09:46:11.430Z] === RUN TestBuildWithHugeFile [2022-05-05T09:46:12.735Z] --- PASS: TestBuildMultiStageOnBuild (1.31s) [2022-05-05T09:46:12.735Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T09:46:13.306Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-05T09:46:13.306Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T09:46:14.688Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s) [2022-05-05T09:46:14.688Z] === RUN TestBuildWithHugeFile [2022-05-05T09:46:16.200Z] tests/integration/models_images_test.py ............... [ 89%] [2022-05-05T09:46:17.400Z] tests/integration/models_networks_test.py .... [ 90%] [2022-05-05T09:46:21.742Z] --- PASS: TestImportExtremelyLargeImageWorks (92.39s) [2022-05-05T09:46:21.742Z] PASS [2022-05-05T09:46:21.742Z] [2022-05-05T09:46:21.742Z] === Skipped [2022-05-05T09:46:21.742Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-05T09:46:21.742Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-05T09:46:21.742Z] [2022-05-05T09:46:21.742Z] DONE 22 tests, 1 skipped in 96.443s [2022-05-05T09:46:21.742Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-05T09:46:21.742Z] INFO: Testing against a local daemon [2022-05-05T09:46:21.742Z] === RUN TestNetworkCreateDelete [2022-05-05T09:46:21.742Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-05-05T09:46:21.742Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T09:46:21.742Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-05-05T09:46:21.743Z] === RUN TestDaemonDNSFallback [2022-05-05T09:46:23.978Z] tests/integration/models_nodes_test.py . [ 90%] [2022-05-05T09:46:23.978Z] tests/integration/models_resources_test.py . [ 91%] [2022-05-05T09:46:25.025Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-05-05T09:46:25.025Z] === RUN TestInspectNetwork [2022-05-05T09:46:25.025Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T09:46:25.025Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T09:46:25.025Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:46:25.025Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:46:25.025Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:46:25.025Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T09:46:25.025Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T09:46:25.025Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T09:46:25.025Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestNetworkList [2022-05-05T09:46:25.025Z] === RUN TestNetworkList//networks [2022-05-05T09:46:25.025Z] === PAUSE TestNetworkList//networks [2022-05-05T09:46:25.025Z] === RUN TestNetworkList//networks/ [2022-05-05T09:46:25.025Z] === PAUSE TestNetworkList//networks/ [2022-05-05T09:46:25.025Z] === CONT TestNetworkList//networks [2022-05-05T09:46:25.025Z] === CONT TestNetworkList//networks/ [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkList (0.02s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T09:46:25.025Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T09:46:25.025Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T09:46:25.025Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-05-05T09:46:25.025Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T09:46:25.025Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-05-05T09:46:25.025Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T09:46:25.025Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-05T09:46:25.025Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T09:46:25.025Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-05T09:46:25.025Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T09:46:25.025Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-05T09:46:25.025Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T09:46:25.025Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T09:46:25.025Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:46:25.025Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T09:46:25.025Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-05-05T09:46:25.025Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T09:46:25.025Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T09:46:25.025Z] PASS [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === Skipped [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-05-05T09:46:25.025Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-05-05T09:46:25.025Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-05-05T09:46:25.025Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-05-05T09:46:25.025Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-05-05T09:46:25.025Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-05T09:46:25.025Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-05T09:46:25.025Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-05T09:46:25.025Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T09:46:25.025Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:46:25.025Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-05-05T09:46:25.025Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T09:46:25.025Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] DONE 34 tests, 12 skipped in 7.040s [2022-05-05T09:46:25.025Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:46:25.025Z] INFO: Testing against a local daemon [2022-05-05T09:46:25.025Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-05T09:46:25.025Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:46:25.025Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:46:25.025Z] === RUN TestDockerNetworkIpvlan [2022-05-05T09:46:25.025Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:46:25.025Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:46:25.025Z] PASS [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === Skipped [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:46:25.025Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:46:25.025Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:46:25.025Z] [2022-05-05T09:46:25.025Z] DONE 2 tests, 2 skipped in 0.081s [2022-05-05T09:46:25.025Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:46:25.025Z] INFO: Testing against a local daemon [2022-05-05T09:46:25.025Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-05T09:46:25.025Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.026Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestDockerNetworkMacvlan [2022-05-05T09:46:25.026Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.026Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-05-05T09:46:25.026Z] PASS [2022-05-05T09:46:25.026Z] [2022-05-05T09:46:25.026Z] === Skipped [2022-05-05T09:46:25.026Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-05T09:46:25.026Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.026Z] [2022-05-05T09:46:25.026Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-05-05T09:46:25.026Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-05T09:46:25.026Z] [2022-05-05T09:46:25.026Z] DONE 2 tests, 2 skipped in 0.073s [2022-05-05T09:46:25.026Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-05T09:46:25.026Z] testing: warning: no tests to run [2022-05-05T09:46:25.026Z] PASS [2022-05-05T09:46:25.026Z] [2022-05-05T09:46:25.026Z] DONE 0 tests in 0.020s [2022-05-05T09:46:25.026Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-05T09:46:25.026Z] INFO: Testing against a local daemon [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginAllowRequest [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginTLS [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginDenyRequest [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginDenyResponse [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginAllowEventStream [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginErrorResponse [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginErrorRequest [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginHeader [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-05T09:46:25.026Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.026Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-05-05T09:46:25.026Z] === RUN TestAuthZPluginV2Disable [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-05-05T09:46:25.285Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-05-05T09:46:25.285Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-05-05T09:46:25.285Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-05-05T09:46:25.285Z] PASS [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === Skipped [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-05-05T09:46:25.285Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] DONE 17 tests, 17 skipped in 0.261s [2022-05-05T09:46:25.285Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-05T09:46:25.285Z] INFO: Testing against a local daemon [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:46:25.285Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:46:25.285Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T09:46:25.285Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T09:46:25.285Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T09:46:25.285Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T09:46:25.285Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T09:46:25.285Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T09:46:25.285Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T09:46:25.285Z] === RUN TestPluginInstall [2022-05-05T09:46:25.285Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-05T09:46:25.285Z] === RUN TestPluginsWithRuntimes [2022-05-05T09:46:25.285Z] 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-05T09:46:25.285Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-05T09:46:25.285Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T09:46:25.285Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-05T09:46:25.285Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T09:46:25.285Z] PASS [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === Skipped [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-05-05T09:46:25.285Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-05-05T09:46:25.285Z] 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-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T09:46:25.285Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-05T09:46:25.285Z] [2022-05-05T09:46:25.285Z] DONE 19 tests, 3 skipped in 0.127s [2022-05-05T09:46:25.285Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-05T09:46:25.544Z] INFO: Testing against a local daemon [2022-05-05T09:46:25.544Z] === RUN TestExternalGraphDriver [2022-05-05T09:46:25.544Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-05T09:46:25.544Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-05-05T09:46:25.544Z] === RUN TestGraphdriverPluginV2 [2022-05-05T09:46:25.751Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-05-05T09:46:29.044Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-05-05T09:46:29.044Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-05-05T09:46:29.731Z] --- PASS: TestGraphdriverPluginV2 (3.64s) [2022-05-05T09:46:29.731Z] PASS [2022-05-05T09:46:29.731Z] [2022-05-05T09:46:29.731Z] === Skipped [2022-05-05T09:46:29.731Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-05-05T09:46:29.731Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-05T09:46:29.731Z] [2022-05-05T09:46:29.731Z] DONE 2 tests, 1 skipped in 3.758s [2022-05-05T09:46:29.731Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-05T09:46:29.731Z] INFO: Testing against a local daemon [2022-05-05T09:46:29.731Z] === RUN TestContinueAfterPluginCrash [2022-05-05T09:46:29.731Z] === PAUSE TestContinueAfterPluginCrash [2022-05-05T09:46:29.731Z] === RUN TestReadPluginNoRead [2022-05-05T09:46:29.731Z] === PAUSE TestReadPluginNoRead [2022-05-05T09:46:29.731Z] === RUN TestDaemonStartWithLogOpt [2022-05-05T09:46:29.731Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-05T09:46:29.731Z] === CONT TestContinueAfterPluginCrash [2022-05-05T09:46:29.731Z] === CONT TestDaemonStartWithLogOpt [2022-05-05T09:46:32.993Z] tests/integration/regression_test.py ...... [ 98%] [2022-05-05T09:46:33.254Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-05-05T09:46:33.515Z] tests/integration/credentials/utils_test.py . [100%] [2022-05-05T09:46:33.515Z] [2022-05-05T09:46:33.515Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-05-05T09:46:33.515Z] =========================== short test summary info ============================ [2022-05-05T09:46:33.515Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-05-05T09:46:33.515Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-05-05T09:46:33.515Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-05-05T09:46:33.515Z] Not supported on most drivers [2022-05-05T09:46:33.515Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-05-05T09:46:33.515Z] Output of docker top depends on host distro, and is not formalized. [2022-05-05T09:46:33.515Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-05-05T09:46:33.515Z] Output of docker top depends on host distro, and is not formalized. [2022-05-05T09:46:33.515Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-05-05T09:46:33.515Z] Can fail if eth0 has multiple IP addresses [2022-05-05T09:46:33.515Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-05-05T09:46:33.515Z] This doesn't seem to be taken into account by the engine [2022-05-05T09:46:33.515Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-05-05T09:46:33.515Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-05-05T09:46:33.515Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 286.26 seconds == [2022-05-05T09:46:33.515Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-05-05T09:46:33.919Z] === CONT TestReadPluginNoRead [2022-05-05T09:46:33.919Z] --- PASS: TestDaemonStartWithLogOpt (4.20s) [2022-05-05T09:46:35.819Z] === RUN TestReadPluginNoRead/default [2022-05-05T09:46:36.753Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-05T09:46:38.127Z] --- PASS: TestContinueAfterPluginCrash (8.83s) [2022-05-05T09:46:38.127Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-05T09:46:39.500Z] === CONT TestReadPluginNoRead [2022-05-05T09:46:39.500Z] read_test.go:92: [d7ab362a373aa] daemon is not started [2022-05-05T09:46:39.500Z] --- PASS: TestReadPluginNoRead (6.01s) [2022-05-05T09:46:39.500Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-05-05T09:46:39.500Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.32s) [2022-05-05T09:46:39.500Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2022-05-05T09:46:39.500Z] PASS [2022-05-05T09:46:39.500Z] [2022-05-05T09:46:39.500Z] DONE 6 tests in 10.291s [2022-05-05T09:46:39.500Z] 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-05T09:46:39.500Z] testing: warning: no tests to run [2022-05-05T09:46:39.500Z] PASS [2022-05-05T09:46:39.500Z] [2022-05-05T09:46:39.500Z] DONE 0 tests in 0.027s [2022-05-05T09:46:39.500Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-05T09:46:39.500Z] INFO: Testing against a local daemon [2022-05-05T09:46:39.500Z] === RUN TestPluginWithDevMounts [2022-05-05T09:46:39.500Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-05T09:46:39.500Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-05T09:46:39.500Z] PASS [2022-05-05T09:46:39.500Z] [2022-05-05T09:46:39.500Z] === Skipped [2022-05-05T09:46:39.500Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-05-05T09:46:39.500Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-05T09:46:39.500Z] [2022-05-05T09:46:39.500Z] DONE 1 tests, 1 skipped in 0.083s [2022-05-05T09:46:39.500Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-05T09:46:39.759Z] INFO: Testing against a local daemon [2022-05-05T09:46:39.759Z] === RUN TestSecretInspect [2022-05-05T09:46:39.759Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestSecretInspect (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestSecretList [2022-05-05T09:46:39.759Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestSecretList (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestSecretsCreateAndDelete [2022-05-05T09:46:39.759Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestSecretsUpdate [2022-05-05T09:46:39.759Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestTemplatedSecret [2022-05-05T09:46:39.759Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-05T09:46:39.759Z] === RUN TestSecretCreateResolve [2022-05-05T09:46:39.759Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-05-05T09:46:39.759Z] PASS [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] === Skipped [2022-05-05T09:46:39.759Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-05-05T09:46:39.759Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-05-05T09:46:39.759Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-05-05T09:46:39.759Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-05-05T09:46:39.759Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-05-05T09:46:39.759Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-05-05T09:46:39.759Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] [2022-05-05T09:46:39.759Z] DONE 6 tests, 6 skipped in 0.140s [2022-05-05T09:46:39.759Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-05T09:46:39.759Z] INFO: Testing against a local daemon [2022-05-05T09:46:39.759Z] === RUN TestServiceCreateInit [2022-05-05T09:46:39.759Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T09:46:39.759Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T09:46:39.759Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- PASS: TestServiceCreateInit (0.02s) [2022-05-05T09:46:39.759Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T09:46:39.759Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T09:46:39.759Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T09:46:39.759Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestCreateServiceConflict [2022-05-05T09:46:39.759Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T09:46:39.759Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T09:46:39.759Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T09:46:39.759Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T09:46:39.759Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:39.759Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-05-05T09:46:39.759Z] === RUN TestCreateServiceSysctls [2022-05-05T09:46:40.017Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-05-05T09:46:40.017Z] === RUN TestCreateServiceCapabilities [2022-05-05T09:46:40.017Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-05-05T09:46:40.017Z] === RUN TestInspect [2022-05-05T09:46:40.017Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestInspect (0.01s) [2022-05-05T09:46:40.017Z] === RUN TestCreateJob [2022-05-05T09:46:40.017Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestCreateJob (0.01s) [2022-05-05T09:46:40.017Z] === RUN TestReplicatedJob [2022-05-05T09:46:40.017Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestReplicatedJob (0.01s) [2022-05-05T09:46:40.017Z] === RUN TestUpdateReplicatedJob [2022-05-05T09:46:40.017Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-05-05T09:46:40.017Z] === RUN TestServiceListWithStatuses [2022-05-05T09:46:40.017Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:46:40.017Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T09:46:40.017Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T09:46:40.017Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-05-05T09:46:40.017Z] === RUN TestDockerNetworkReConnect [2022-05-05T09:46:40.017Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:40.017Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-05-05T09:46:40.017Z] === RUN TestServicePlugin [2022-05-05T09:46:41.917Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServicePlugin (1.92s) [2022-05-05T09:46:41.917Z] === RUN TestServiceUpdateLabel [2022-05-05T09:46:41.917Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-05-05T09:46:41.917Z] === RUN TestServiceUpdateSecrets [2022-05-05T09:46:41.917Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-05-05T09:46:41.917Z] === RUN TestServiceUpdateConfigs [2022-05-05T09:46:41.917Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-05-05T09:46:41.917Z] === RUN TestServiceUpdateNetwork [2022-05-05T09:46:41.917Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-05-05T09:46:41.917Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T09:46:41.917Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-05-05T09:46:41.917Z] PASS [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === Skipped [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T09:46:41.917Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T09:46:41.917Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-05-05T09:46:41.917Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-05-05T09:46:41.917Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-05-05T09:46:41.917Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-05T09:46:41.917Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-05-05T09:46:41.917Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-05-05T09:46:41.917Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-05-05T09:46:41.917Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.04s) [2022-05-05T09:46:41.917Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-05-05T09:46:41.917Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-05-05T09:46:41.917Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-05-05T09:46:41.917Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-05-05T09:46:41.917Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-05T09:46:41.917Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-05-05T09:46:41.917Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-05-05T09:46:41.917Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-05-05T09:46:41.917Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-05-05T09:46:41.917Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-05-05T09:46:41.917Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-05-05T09:46:41.917Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-05-05T09:46:41.917Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-05-05T09:46:41.917Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-05T09:46:41.917Z] [2022-05-05T09:46:41.917Z] DONE 24 tests, 23 skipped in 2.300s [2022-05-05T09:46:41.917Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-05T09:46:42.175Z] INFO: Testing against a local daemon [2022-05-05T09:46:42.175Z] === RUN TestSessionCreate [2022-05-05T09:46:42.175Z] --- PASS: TestSessionCreate (0.03s) [2022-05-05T09:46:42.175Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T09:46:42.175Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-05T09:46:42.175Z] PASS [2022-05-05T09:46:42.175Z] [2022-05-05T09:46:42.175Z] DONE 2 tests in 0.138s [2022-05-05T09:46:42.175Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-05T09:46:42.175Z] INFO: Testing against a local daemon [2022-05-05T09:46:42.175Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T09:46:42.175Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-05T09:46:42.175Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T09:46:42.175Z] === RUN TestDiskUsage [2022-05-05T09:46:42.175Z] === PAUSE TestDiskUsage [2022-05-05T09:46:42.175Z] === RUN TestEventsExecDie [2022-05-05T09:46:42.749Z] --- PASS: TestEventsExecDie (0.50s) [2022-05-05T09:46:42.749Z] === RUN TestEventsBackwardsCompatible [2022-05-05T09:46:42.749Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-05T09:46:42.749Z] === RUN TestEventsVolumeCreate [2022-05-05T09:46:42.749Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-05T09:46:42.749Z] === RUN TestInfoBinaryCommits [2022-05-05T09:46:42.749Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-05T09:46:42.749Z] === RUN TestInfoAPIVersioned [2022-05-05T09:46:43.007Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-05T09:46:43.007Z] === RUN TestInfoAPI [2022-05-05T09:46:43.007Z] --- PASS: TestInfoAPI (0.01s) [2022-05-05T09:46:43.007Z] === RUN TestInfoAPIWarnings [2022-05-05T09:46:45.733Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-05T09:46:45.733Z] [2022-05-05T09:46:45.733Z] Unloading profiles will leave already running processes permanently [2022-05-05T09:46:45.733Z] unconfined, which can lead to unexpected situations. [2022-05-05T09:46:45.733Z] [2022-05-05T09:46:45.733Z] To set a process to complain mode, use the command line tool [2022-05-05T09:46:45.733Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-05T09:46:45.733Z] Post stage [Pipeline] junit [2022-05-05T09:46:45.753Z] Recording test results [2022-05-05T09:46:45.900Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-05-05T09:46:46.179Z] + echo Ensuring container killed. [2022-05-05T09:46:46.179Z] Ensuring container killed. [2022-05-05T09:46:46.179Z] + docker rm -vf docker-pr3 [2022-05-05T09:46:46.179Z] Error: No such container: docker-pr3 [2022-05-05T09:46:46.182Z] --- PASS: TestImportExtremelyLargeImageWorks (91.56s) [2022-05-05T09:46:46.182Z] PASS [2022-05-05T09:46:46.182Z] [2022-05-05T09:46:46.182Z] DONE 22 tests in 95.284s [2022-05-05T09:46:46.182Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-05T09:46:46.182Z] INFO: Testing against a local daemon [2022-05-05T09:46:46.182Z] === RUN TestNetworkCreateDelete [2022-05-05T09:46:46.182Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-05T09:46:46.182Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T09:46:46.182Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-05-05T09:46:46.182Z] === RUN TestDaemonDNSFallback [Pipeline] sh [2022-05-05T09:46:46.465Z] + echo Chowning /workspace to jenkins user [2022-05-05T09:46:46.466Z] Chowning /workspace to jenkins user [2022-05-05T09:46:46.466Z] + id -u [2022-05-05T09:46:46.466Z] + id -g [2022-05-05T09:46:46.466Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-05T09:46:48.091Z] --- PASS: TestDaemonDNSFallback (6.42s) [2022-05-05T09:46:48.091Z] === RUN TestInspectNetwork [2022-05-05T09:46:48.149Z] + bundleName=docker-py [2022-05-05T09:46:48.149Z] + echo Creating docker-py-bundles.tar.gz [2022-05-05T09:46:48.149Z] Creating docker-py-bundles.tar.gz [2022-05-05T09:46:48.149Z] + 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-05T09:46:48.162Z] Archiving artifacts [2022-05-05T09:46:48.424Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-05-05T09:46:48.784Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh binary [2022-05-05T09:46:49.044Z] [2022-05-05T09:46:49.305Z] Removing bundles/ [2022-05-05T09:46:49.305Z] [2022-05-05T09:46:49.305Z] ---> Making bundle: binary (in bundles/binary) [2022-05-05T09:46:49.305Z] Building: bundles/binary-daemon/dockerd-dev [2022-05-05T09:46:49.305Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:46:51.387Z] === RUN TestInspectNetwork/full_network_id [2022-05-05T09:46:51.387Z] === RUN TestInspectNetwork/partial_network_id [2022-05-05T09:46:51.387Z] === RUN TestInspectNetwork/network_name [2022-05-05T09:46:51.387Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-05T09:46:55.584Z] --- PASS: TestInspectNetwork (7.33s) [2022-05-05T09:46:55.584Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-05T09:46:55.584Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-05T09:46:55.584Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-05T09:46:55.584Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-05T09:46:55.584Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T09:46:56.967Z] --- PASS: TestRunContainerWithBridgeNone (1.58s) [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T09:46:56.967Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:46:56.967Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:46:56.967Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:46:56.967Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T09:46:56.967Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T09:46:56.967Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T09:46:56.967Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T09:46:56.967Z] === RUN TestNetworkList [2022-05-05T09:46:56.967Z] === RUN TestNetworkList//networks [2022-05-05T09:46:56.967Z] === PAUSE TestNetworkList//networks [2022-05-05T09:46:56.967Z] === RUN TestNetworkList//networks/ [2022-05-05T09:46:56.967Z] === PAUSE TestNetworkList//networks/ [2022-05-05T09:46:56.967Z] === CONT TestNetworkList//networks [2022-05-05T09:46:56.967Z] === CONT TestNetworkList//networks/ [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkList (0.02s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T09:46:56.967Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T09:46:56.967Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T09:46:57.537Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-05T09:46:57.537Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T09:46:58.476Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-05T09:46:58.476Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T09:46:59.416Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-05-05T09:46:59.416Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T09:47:00.355Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-05T09:47:00.355Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T09:47:01.076Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-05-05T09:47:01.076Z] === RUN TestInfoDebug [2022-05-05T09:47:01.076Z] --- PASS: TestInfoDebug (0.54s) [2022-05-05T09:47:01.076Z] === RUN TestInfoInsecureRegistries [2022-05-05T09:47:01.076Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-05-05T09:47:01.076Z] === RUN TestInfoRegistryMirrors [2022-05-05T09:47:01.076Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-05-05T09:47:01.076Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T09:47:01.076Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-05T09:47:01.076Z] === RUN TestPingCacheHeaders [2022-05-05T09:47:01.076Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-05T09:47:01.076Z] === RUN TestPingGet [2022-05-05T09:47:01.359Z] --- PASS: TestPingGet (0.01s) [2022-05-05T09:47:01.359Z] === RUN TestPingHead [2022-05-05T09:47:01.359Z] --- PASS: TestPingHead (0.08s) [2022-05-05T09:47:01.359Z] === RUN TestPingSwarmHeader [2022-05-05T09:47:01.739Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-05-05T09:47:01.739Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T09:47:01.934Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-05T09:47:01.999Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-05T09:47:01.999Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T09:47:02.520Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-05T09:47:03.456Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-05T09:47:03.456Z] --- PASS: TestPingSwarmHeader (2.23s) [2022-05-05T09:47:03.456Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-05T09:47:03.456Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-05T09:47:03.456Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-05T09:47:03.456Z] === RUN TestVersion [2022-05-05T09:47:03.456Z] --- PASS: TestVersion (0.03s) [2022-05-05T09:47:03.456Z] === CONT TestDiskUsage [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/container_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/image_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/volume_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-05T09:47:04.027Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-05T09:47:04.286Z] === RUN TestDiskUsage/after_container.Run [2022-05-05T09:47:04.542Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s) [2022-05-05T09:47:04.542Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T09:47:04.542Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:47:04.542Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:47:04.542Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-05T09:47:04.544Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage (1.23s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.02s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-05T09:47:04.802Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-05-05T09:47:04.802Z] PASS [2022-05-05T09:47:04.802Z] [2022-05-05T09:47:04.802Z] === Skipped [2022-05-05T09:47:04.802Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T09:47:04.802Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-05T09:47:04.802Z] [2022-05-05T09:47:04.802Z] DONE 54 tests, 1 skipped in 22.598s [2022-05-05T09:47:04.802Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-05T09:47:04.802Z] INFO: Testing against a local daemon [2022-05-05T09:47:04.802Z] === RUN TestVolumesCreateAndList [2022-05-05T09:47:04.802Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-05T09:47:04.802Z] === RUN TestVolumesRemove [2022-05-05T09:47:04.802Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-05T09:47:04.802Z] === RUN TestVolumesInspect [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-05T09:47:05.061Z] === RUN TestVolumesInvalidJSON [2022-05-05T09:47:05.061Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T09:47:05.061Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T09:47:05.061Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T09:47:05.061Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T09:47:05.061Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T09:47:05.061Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T09:47:05.061Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T09:47:05.061Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T09:47:05.061Z] PASS [2022-05-05T09:47:05.061Z] [2022-05-05T09:47:05.061Z] DONE 9 tests in 0.168s [2022-05-05T09:47:05.061Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-05T09:47:05.061Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14230 is not a child of this shell [2022-05-05T09:47:05.061Z] warning: PID 14230 from bundles/test-integration/docker.pid had a nonzero exit code [2022-05-05T09:47:05.061Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-05T09:47:05.061Z] [2022-05-05T09:47:05.061Z] Unloading profiles will leave already running processes permanently [2022-05-05T09:47:05.061Z] unconfined, which can lead to unexpected situations. [2022-05-05T09:47:05.061Z] [2022-05-05T09:47:05.061Z] To set a process to complain mode, use the command line tool [2022-05-05T09:47:05.061Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-05T09:47:05.061Z] Removing test suite binaries [2022-05-05T09:47:05.061Z] exiting test-integration [2022-05-05T09:47:05.061Z] ++ exit 0 [2022-05-05T09:47:05.061Z] Post stage [Pipeline] junit [2022-05-05T09:47:05.641Z] Recording test results [2022-05-05T09:47:07.292Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-05T09:47:07.637Z] + echo Ensuring container killed. [2022-05-05T09:47:07.637Z] Ensuring container killed. [2022-05-05T09:47:07.637Z] + docker rm -vf docker-pr3 [2022-05-05T09:47:07.637Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-05T09:47:07.919Z] + echo Chowning /workspace to jenkins user [2022-05-05T09:47:07.919Z] Chowning /workspace to jenkins user [2022-05-05T09:47:07.919Z] + id -u [2022-05-05T09:47:07.919Z] + id -g [2022-05-05T09:47:07.919Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/workspace busybox chown -R 1000:1000 /workspace [2022-05-05T09:47:07.919Z] Unable to find image 'busybox:latest' locally [2022-05-05T09:47:07.919Z] latest: Pulling from library/busybox [2022-05-05T09:47:08.177Z] 50e8d59317eb: Pulling fs layer [2022-05-05T09:47:08.177Z] 50e8d59317eb: Verifying Checksum [2022-05-05T09:47:08.177Z] 50e8d59317eb: Download complete [2022-05-05T09:47:08.177Z] 50e8d59317eb: Pull complete [2022-05-05T09:47:08.177Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-05T09:47:08.177Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-05T09:47:09.858Z] + bundleName=amd64-rootless [2022-05-05T09:47:09.858Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-05-05T09:47:09.858Z] Creating amd64-rootless-bundles.tar.gz [2022-05-05T09:47:09.858Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-05-05T09:47:09.858Z] + 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-05T09:47:09.870Z] Archiving artifacts [2022-05-05T09:47:11.019Z] --- PASS: TestBuildWithHugeFile (55.53s) [2022-05-05T09:47:11.019Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T09:47:11.019Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:47:11.019Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:47:11.019Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T09:47:11.019Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:47:11.019Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:47:11.019Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:47:11.019Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:47:11.019Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:47:11.019Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:47:11.019Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:47:11.019Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:47:11.019Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:47:11.019Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-05-05T09:47:11.019Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-05-05T09:47:11.019Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-05-05T09:47:11.019Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-05T09:47:11.019Z] === RUN TestBuildPreserveOwnership [2022-05-05T09:47:11.019Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-05T09:47:11.737Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T09:47:11.960Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-05T09:47:12.050Z] + make clean [2022-05-05T09:47:12.309Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T09:47:12.309Z] docker-dev-cache [2022-05-05T09:47:12.309Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T09:47:13.348Z] --- PASS: TestBuildPreserveOwnership (2.83s) [2022-05-05T09:47:13.348Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.85s) [2022-05-05T09:47:13.348Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.97s) [2022-05-05T09:47:13.348Z] === RUN TestBuildPlatformInvalid [2022-05-05T09:47:13.348Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-05T09:47:13.348Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-05T09:47:13.923Z] Loaded image: busybox:latest [2022-05-05T09:47:13.923Z] Loaded image: busybox:glibc [2022-05-05T09:47:14.864Z] Loaded image: debian:bullseye-slim [2022-05-05T09:47:14.864Z] Loaded image: hello-world:latest [2022-05-05T09:47:15.124Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:47:17.610Z] dccd9e4d14d3: Pull complete [2022-05-05T09:47:17.610Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-05T09:47:17.610Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:47:17.610Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-05T09:47:17.610Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-05T09:47:17.610Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-05-05T09:47:17.610Z] WARN: Skipping validation tests [2022-05-05T09:47:17.610Z] INFO: Running unit tests at 05/05/2022 09:47:08... [2022-05-05T09:47:17.610Z] INFO: make.ps1 starting at 05/05/2022 09:47:13 [2022-05-05T09:47:17.610Z] INFO: Git commit (d6115b8f40) assumed from DOCKER_GITCOMMIT environment variable [2022-05-05T09:47:17.610Z] INFO: Running unit tests... [2022-05-05T09:47:19.442Z] --- PASS: TestServiceWithDataPathPortInit (14.16s) [2022-05-05T09:47:19.442Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T09:47:21.354Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ek1h8r6pruhr3cxeddukr5a2x Created:2022-05-05 09:47:19.839053401 +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[586cb906332fc3163247953d234baed2842389912a6f6f33c4970c8c8a3e403e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.re4dgvxpvvnlanv73orpf03g0 EndpointID:62469cb07c67d0f065ec835596555b20b18323f2f54bd63e11fed9ed80ad8ddb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6d88b3d35146d1d794436615b9157c3f85e1821e7d8554c8488365c315a6b30d 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:e97f27dce8cb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.re4dgvxpvvnlanv73orpf03g0 EndpointID:62469cb07c67d0f065ec835596555b20b18323f2f54bd63e11fed9ed80ad8ddb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-05T09:47:22.827Z] Removing intermediate container e2190d0a5315 [2022-05-05T09:47:22.827Z] ---> 0bcd70d39923 [2022-05-05T09:47:22.827Z] 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-05T09:47:22.827Z] ---> Running in f4e8dc8cec85 [2022-05-05T09:47:22.827Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-05T09:47:22.827Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-05T09:47:22.827Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-05T09:47:22.827Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-05T09:47:22.827Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-05T09:47:22.827Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-05T09:47:22.827Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-05T09:47:22.827Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-05T09:47:22.827Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-05T09:47:22.827Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-05T09:47:22.827Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-05T09:47:22.827Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-05T09:47:22.827Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-05T09:47:22.827Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-05T09:47:22.827Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-05T09:47:22.827Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-05T09:47:23.263Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.97s) [2022-05-05T09:47:23.264Z] PASS [2022-05-05T09:47:23.264Z] [2022-05-05T09:47:23.264Z] === Skipped [2022-05-05T09:47:23.264Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-05-05T09:47:23.264Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:47:23.264Z] [2022-05-05T09:47:23.264Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:47:23.264Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:47:23.264Z] [2022-05-05T09:47:23.264Z] DONE 34 tests, 2 skipped in 86.988s [2022-05-05T09:47:23.264Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-05-05T09:47:23.264Z] ++ 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-05T09:47:23.264Z] ++ set -e [2022-05-05T09:47:23.264Z] ++ '[' -n 0 ']' [2022-05-05T09:47:23.264Z] ++ set -x [2022-05-05T09:47:23.264Z] ++ 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-05T09:47:23.264Z] INFO: Testing against a local daemon [2022-05-05T09:47:23.264Z] === RUN TestConfigInspect [2022-05-05T09:47:23.405Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-05T09:47:24.646Z] --- PASS: TestConfigInspect (2.24s) [2022-05-05T09:47:24.646Z] === RUN TestConfigList [2022-05-05T09:47:25.552Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-05-05T09:47:25.552Z] PASS [2022-05-05T09:47:25.552Z] [2022-05-05T09:47:25.552Z] === Skipped [2022-05-05T09:47:25.552Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:47:25.552Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:47:25.552Z] [2022-05-05T09:47:25.552Z] DONE 38 tests, 1 skipped in 44.544s [2022-05-05T09:47:25.552Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:47:25.552Z] INFO: Testing against a local daemon [2022-05-05T09:47:25.552Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-05T09:47:25.552Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:47:25.552Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:47:25.552Z] === RUN TestDockerNetworkIpvlan [2022-05-05T09:47:25.552Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:47:25.552Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:47:25.552Z] PASS [2022-05-05T09:47:25.552Z] [2022-05-05T09:47:25.552Z] === Skipped [2022-05-05T09:47:25.552Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:47:25.552Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:47:25.552Z] [2022-05-05T09:47:25.552Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:47:25.552Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:47:25.552Z] [2022-05-05T09:47:25.552Z] DONE 2 tests, 2 skipped in 0.054s [2022-05-05T09:47:25.552Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:47:25.813Z] INFO: Testing against a local daemon [2022-05-05T09:47:25.813Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-05T09:47:26.559Z] --- PASS: TestConfigList (2.15s) [2022-05-05T09:47:26.559Z] === RUN TestConfigsCreateAndDelete [2022-05-05T09:47:27.194Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s) [2022-05-05T09:47:27.194Z] === RUN TestDockerNetworkMacvlan [2022-05-05T09:47:27.764Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-05T09:47:28.334Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-05T09:47:29.104Z] --- PASS: TestConfigsCreateAndDelete (2.15s) [2022-05-05T09:47:29.104Z] === RUN TestConfigsUpdate [2022-05-05T09:47:29.276Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-05T09:47:31.015Z] --- PASS: TestConfigsUpdate (2.15s) [2022-05-05T09:47:31.015Z] === RUN TestTemplatedConfig [2022-05-05T09:47:31.186Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-05T09:47:32.570Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-05T09:47:33.556Z] --- PASS: TestTemplatedConfig (2.49s) [2022-05-05T09:47:33.556Z] === RUN TestConfigCreateResolve [2022-05-05T09:47:35.818Z] ? github.com/docker/docker/api [no test files] [2022-05-05T09:47:35.869Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-05T09:47:36.101Z] --- PASS: TestConfigCreateResolve (2.21s) [2022-05-05T09:47:36.101Z] PASS [2022-05-05T09:47:36.101Z] [2022-05-05T09:47:36.101Z] DONE 6 tests in 13.477s [2022-05-05T09:47:36.101Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-05-05T09:47:36.101Z] ++ 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-05T09:47:36.101Z] ++ set -e [2022-05-05T09:47:36.101Z] ++ '[' -n 0 ']' [2022-05-05T09:47:36.101Z] ++ set -x [2022-05-05T09:47:36.101Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05T09:47:36.101Z] INFO: Testing against a local daemon [2022-05-05T09:47:36.101Z] === RUN TestCheckpoint [2022-05-05T09:47:36.101Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:47:36.101Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:47:36.101Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T09:47:36.101Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T09:47:36.101Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-05T09:47:36.101Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T09:47:36.101Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T09:47:36.101Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-05-05T09:47:36.101Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T09:47:36.101Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-05-05T09:47:36.101Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T09:47:36.101Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-05T09:47:36.101Z] === RUN TestCopyEmptyFile [2022-05-05T09:47:36.101Z] --- PASS: TestCopyEmptyFile (0.23s) [2022-05-05T09:47:36.101Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T09:47:36.362Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-05T09:47:36.362Z] === RUN TestCopyFromContainer [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan (9.68s) [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s) [2022-05-05T09:47:36.809Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-05-05T09:47:36.809Z] PASS [2022-05-05T09:47:36.809Z] [2022-05-05T09:47:36.809Z] DONE 8 tests in 11.023s [2022-05-05T09:47:36.809Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-05T09:47:36.809Z] testing: warning: no tests to run [2022-05-05T09:47:36.809Z] PASS [2022-05-05T09:47:36.809Z] [2022-05-05T09:47:36.809Z] DONE 0 tests in 0.007s [2022-05-05T09:47:36.809Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-05T09:47:36.809Z] INFO: Testing against a local daemon [2022-05-05T09:47:36.809Z] === RUN TestAuthZPluginAllowRequest [2022-05-05T09:47:37.302Z] === RUN TestCopyFromContainer// [2022-05-05T09:47:37.302Z] === RUN TestCopyFromContainer//bar/root [2022-05-05T09:47:37.302Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-05T09:47:37.302Z] === RUN TestCopyFromContainer/bar/quux [2022-05-05T09:47:37.302Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-05T09:47:37.302Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-05T09:47:37.563Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-05T09:47:37.563Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-05T09:47:37.563Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-05T09:47:37.563Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer (1.51s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-05T09:47:37.823Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-05T09:47:37.823Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T09:47:37.823Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:47:37.823Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:47:37.823Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:47:37.823Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:47:37.823Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:47:37.823Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:47:37.823Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:47:37.823Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:47:37.823Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:47:37.823Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-05T09:47:37.823Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-05T09:47:37.823Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-05T09:47:37.823Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T09:47:37.823Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T09:47:37.823Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-05T09:47:37.823Z] === RUN TestCreateWithInvalidEnv [2022-05-05T09:47:37.823Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T09:47:37.823Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T09:47:37.823Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T09:47:37.823Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T09:47:37.823Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T09:47:37.823Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T09:47:37.823Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T09:47:37.823Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T09:47:37.823Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T09:47:37.823Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-05T09:47:37.823Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T09:47:37.823Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-05T09:47:37.823Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-05T09:47:37.823Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T09:47:37.823Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-05T09:47:37.823Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T09:47:38.192Z] --- PASS: TestAuthZPluginAllowRequest (1.24s) [2022-05-05T09:47:38.192Z] === RUN TestAuthZPluginTLS [2022-05-05T09:47:38.451Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-05-05T09:47:38.451Z] === RUN TestAuthZPluginDenyRequest [2022-05-05T09:47:39.021Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-05T09:47:39.021Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-05T09:47:39.208Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2022-05-05T09:47:39.208Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T09:47:39.590Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-05T09:47:39.591Z] === RUN TestAuthZPluginDenyResponse [2022-05-05T09:47:40.149Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2022-05-05T09:47:40.149Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T09:47:40.149Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:47:40.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:47:40.149Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:47:40.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:47:40.149Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:47:40.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:47:40.149Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:47:40.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:47:40.149Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:47:40.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:47:40.149Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:47:40.149Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:47:40.149Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:47:40.149Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:47:40.149Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:47:40.177Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-05-05T09:47:40.177Z] === RUN TestAuthZPluginAllowEventStream [2022-05-05T09:47:40.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-05T09:47:40.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-05T09:47:40.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-05T09:47:40.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-05T09:47:40.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-05T09:47:40.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-05T09:47:40.410Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T09:47:40.672Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-05-05T09:47:40.673Z] === RUN TestCreateDifferentPlatform [2022-05-05T09:47:40.673Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T09:47:40.673Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T09:47:40.673Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-05T09:47:40.673Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-05T09:47:40.673Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T09:47:40.673Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T09:47:40.673Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-05T09:47:40.673Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T09:47:40.673Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-05T09:47:40.673Z] === RUN TestContainerStartOnDaemonRestart [2022-05-05T09:47:40.673Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-05T09:47:40.673Z] === RUN TestDaemonRestartIpcMode [2022-05-05T09:47:40.673Z] === PAUSE TestDaemonRestartIpcMode [2022-05-05T09:47:40.673Z] === RUN TestDaemonHostGatewayIP [2022-05-05T09:47:40.673Z] === PAUSE TestDaemonHostGatewayIP [2022-05-05T09:47:40.673Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-05T09:47:40.673Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-05T09:47:40.673Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T09:47:40.673Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-05T09:47:40.673Z] === RUN TestDiff [2022-05-05T09:47:41.243Z] --- PASS: TestDiff (0.41s) [2022-05-05T09:47:41.243Z] === RUN TestExecWithCloseStdin [2022-05-05T09:47:41.584Z] --- PASS: TestAuthZPluginAllowEventStream (1.23s) [2022-05-05T09:47:41.584Z] === RUN TestAuthZPluginErrorResponse [2022-05-05T09:47:41.815Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-05-05T09:47:41.815Z] === RUN TestExec [2022-05-05T09:47:41.844Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-05T09:47:41.844Z] === RUN TestAuthZPluginErrorRequest [2022-05-05T09:47:42.075Z] --- PASS: TestExec (0.48s) [2022-05-05T09:47:42.075Z] === RUN TestExecUser [2022-05-05T09:47:42.414Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-05T09:47:42.414Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-05T09:47:42.646Z] --- PASS: TestExecUser (0.47s) [2022-05-05T09:47:42.646Z] === RUN TestExportContainerAndImportImage [2022-05-05T09:47:42.985Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-05T09:47:42.985Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-05T09:47:43.220Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-05-05T09:47:43.220Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T09:47:44.132Z] Removing intermediate container f4e8dc8cec85 [2022-05-05T09:47:44.132Z] ---> bfadc59fe696 [2022-05-05T09:47:44.132Z] 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-05T09:47:44.132Z] ---> Running in c21aec0a45ab [2022-05-05T09:47:44.368Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s) [2022-05-05T09:47:44.368Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-05T09:47:44.608Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-05-05T09:47:44.608Z] === RUN TestHealthCheckWorkdir [2022-05-05T09:47:44.869Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-05-05T09:47:44.869Z] === RUN TestHealthKillContainer [2022-05-05T09:47:45.752Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s) [2022-05-05T09:47:45.752Z] === RUN TestAuthZPluginHeader [2022-05-05T09:47:46.409Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-05T09:47:46.697Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-05-05T09:47:46.697Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-05T09:47:46.883Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-05T09:47:47.355Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-05T09:47:47.355Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-05T09:47:47.829Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-05T09:47:47.829Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-05T09:47:47.829Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-05T09:47:47.829Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-05T09:47:50.897Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.92s) [2022-05-05T09:47:50.897Z] === RUN TestAuthZPluginV2Disable [2022-05-05T09:47:53.001Z] --- PASS: TestHealthKillContainer (7.88s) [2022-05-05T09:47:53.001Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T09:47:53.262Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2022-05-05T09:47:53.262Z] === RUN TestIpcModeNone [2022-05-05T09:47:53.833Z] --- PASS: TestIpcModeNone (0.46s) [2022-05-05T09:47:53.833Z] === RUN TestIpcModePrivate [2022-05-05T09:47:54.116Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-05T09:47:54.116Z] --- PASS: TestIpcModePrivate (0.46s) [2022-05-05T09:47:54.116Z] === RUN TestIpcModeShareable [2022-05-05T09:47:54.194Z] --- PASS: TestAuthZPluginV2Disable (3.51s) [2022-05-05T09:47:54.194Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-05T09:47:54.400Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-05-05T09:47:54.663Z] --- PASS: TestIpcModeShareable (0.49s) [2022-05-05T09:47:54.663Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-05T09:47:56.050Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.50s) [2022-05-05T09:47:56.050Z] === RUN TestAPIIpcModeHost [2022-05-05T09:47:56.625Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-05-05T09:47:56.625Z] === RUN TestDaemonIpcModeShareable [2022-05-05T09:47:56.905Z] === RUN TestMiddlewares [2022-05-05T09:47:56.905Z] --- PASS: TestMiddlewares (0.00s) [2022-05-05T09:47:56.905Z] PASS [2022-05-05T09:47:56.905Z] coverage: 7.9% of statements [2022-05-05T09:47:56.905Z] ok github.com/docker/docker/api/server 0.071s coverage: 7.9% of statements [2022-05-05T09:47:57.491Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.19s) [2022-05-05T09:47:57.491Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-05T09:47:57.566Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-05-05T09:47:57.567Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-05-05T09:47:57.567Z] === RUN TestDaemonIpcModePrivate [2022-05-05T09:47:58.302Z] Removing intermediate container c21aec0a45ab [2022-05-05T09:47:58.302Z] ---> 73098ec3189d [2022-05-05T09:47:58.302Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-05T09:47:58.302Z] ---> Running in 594d4a3849a9 [2022-05-05T09:47:58.302Z] Removing intermediate container 594d4a3849a9 [2022-05-05T09:47:58.302Z] ---> c2ce3455be75 [2022-05-05T09:47:58.302Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-05T09:47:58.302Z] ---> Running in 0269ab5f6edd [2022-05-05T09:47:58.510Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-05-05T09:47:58.771Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-05-05T09:47:58.771Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-05T09:47:58.775Z] Removing intermediate container 0269ab5f6edd [2022-05-05T09:47:58.775Z] ---> e1a564796a9d [2022-05-05T09:47:58.775Z] Step 13/13 : COPY . . [2022-05-05T09:47:59.711Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-05-05T09:47:59.972Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s) [2022-05-05T09:47:59.972Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-05T09:48:00.912Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-05-05T09:48:00.912Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-05-05T09:48:00.912Z] === RUN TestIpcModeOlderClient [2022-05-05T09:48:00.912Z] === PAUSE TestIpcModeOlderClient [2022-05-05T09:48:00.912Z] === RUN TestKillContainerInvalidSignal [2022-05-05T09:48:01.485Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-05-05T09:48:01.485Z] === RUN TestKillContainer [2022-05-05T09:48:01.485Z] === RUN TestKillContainer/no_signal [2022-05-05T09:48:01.745Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T09:48:02.199Z] === RUN TestKillContainer/killing_signal [2022-05-05T09:48:02.771Z] --- PASS: TestKillContainer (1.31s) [2022-05-05T09:48:02.771Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-05-05T09:48:02.771Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-05-05T09:48:02.771Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-05-05T09:48:02.771Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T09:48:02.771Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-05T09:48:02.902Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-05T09:48:02.902Z] Using test binary docker [2022-05-05T09:48:02.902Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-05T09:48:02.902Z] Using test binary docker [2022-05-05T09:48:02.902Z] +++ /etc/init.d/apparmor start [2022-05-05T09:48:02.902Z] +++ /etc/init.d/apparmor start [2022-05-05T09:48:02.902Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ...: already loaded with profiles.: Skipped. ... (warning). [2022-05-05T09:48:02.902Z] (warning). [2022-05-05T09:48:02.903Z] INFO: Waiting for daemon to start... [2022-05-05T09:48:02.903Z] Starting dockerd [2022-05-05T09:48:02.903Z] +++ 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-05T09:48:02.903Z] INFO: Waiting for daemon to start... [2022-05-05T09:48:02.903Z] Starting dockerd [2022-05-05T09:48:02.903Z] +++ 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-05T09:48:02.903Z] .. [2022-05-05T09:48:02.903Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-05T09:48:02.903Z] [2022-05-05T09:48:02.903Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-05T09:48:02.903Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-05T09:48:02.903Z] Error: No such image: emptyfs [2022-05-05T09:48:02.903Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-05T09:48:02.903Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-05T09:48:02.903Z] ++++ docker load [2022-05-05T09:48:02.903Z] Error: No such image: emptyfs [2022-05-05T09:48:02.903Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-05T09:48:02.903Z] ++++ docker load [2022-05-05T09:48:02.903Z] Running integration-test (iteration 1) [2022-05-05T09:48:02.903Z] 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-05T09:48:02.903Z] ++ 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-05T09:48:02.903Z] ++ set -e [2022-05-05T09:48:02.903Z] ++ '[' -n 0 ']' [2022-05-05T09:48:02.903Z] ++ set -x [2022-05-05T09:48:02.903Z] ++ 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-05T09:48:02.903Z] Running integration-test (iteration 1) [2022-05-05T09:48:02.903Z] 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-05T09:48:02.903Z] ++ 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-05T09:48:02.903Z] ++ set -e [2022-05-05T09:48:02.903Z] ++ '[' -n 0 ']' [2022-05-05T09:48:02.903Z] ++ set -x [2022-05-05T09:48:02.903Z] ++ 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-05T09:48:02.903Z] Loaded image: busybox:latest [2022-05-05T09:48:02.903Z] Loaded image: busybox:latest [2022-05-05T09:48:02.903Z] Loaded image: busybox:glibc [2022-05-05T09:48:02.903Z] Loaded image: busybox:glibc [2022-05-05T09:48:03.342Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-05T09:48:03.913Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s) [2022-05-05T09:48:03.913Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2022-05-05T09:48:03.913Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-05-05T09:48:03.913Z] === RUN TestKillStoppedContainer [2022-05-05T09:48:04.173Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-05-05T09:48:04.173Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T09:48:04.173Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-05T09:48:04.173Z] === RUN TestKillDifferentUserContainer [2022-05-05T09:48:04.433Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-05-05T09:48:04.433Z] === RUN TestInspectOomKilledTrue [2022-05-05T09:48:05.005Z] --- PASS: TestInspectOomKilledTrue (0.50s) [2022-05-05T09:48:05.005Z] === RUN TestInspectOomKilledFalse [2022-05-05T09:48:05.147Z] dccd9e4d14d3: Pull complete [2022-05-05T09:48:05.147Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-05T09:48:05.147Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:48:05.147Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-05T09:48:05.147Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-05T09:48:05.147Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-05-05T09:48:05.147Z] WARN: Skipping validation tests [2022-05-05T09:48:05.147Z] INFO: Running unit tests at 05/05/2022 09:47:54... [2022-05-05T09:48:05.147Z] INFO: make.ps1 starting at 05/05/2022 09:47:59 [2022-05-05T09:48:05.147Z] INFO: Git commit (d6115b8f40) assumed from DOCKER_GITCOMMIT environment variable [2022-05-05T09:48:05.147Z] INFO: Running unit tests... [2022-05-05T09:48:05.576Z] --- PASS: TestInspectOomKilledFalse (0.48s) [2022-05-05T09:48:05.576Z] === RUN TestLinksEtcHostsContentMatch [2022-05-05T09:48:05.836Z] --- PASS: TestLinksEtcHostsContentMatch (0.35s) [2022-05-05T09:48:05.836Z] === RUN TestLinksContainerNames [2022-05-05T09:48:06.777Z] --- PASS: TestLinksContainerNames (0.84s) [2022-05-05T09:48:06.777Z] === RUN TestLogsFollowTailEmpty [2022-05-05T09:48:07.038Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-05-05T09:48:07.038Z] === RUN TestContainerNetworkMountsNoChown [2022-05-05T09:48:07.075Z] Loaded image: debian:bullseye-slim [2022-05-05T09:48:07.075Z] Loaded image: hello-world:latest [2022-05-05T09:48:07.332Z] Loaded image: debian:bullseye-slim [2022-05-05T09:48:07.332Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:48:07.332Z] INFO: Testing against a local daemon [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-05T09:48:07.332Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-05T09:48:07.484Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.10s) [2022-05-05T09:48:07.484Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-05T09:48:07.589Z] Loaded image: hello-world:latest [2022-05-05T09:48:07.589Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:48:07.589Z] INFO: Testing against a local daemon [2022-05-05T09:48:07.589Z] === RUN TestDockerDaemonSuite [2022-05-05T09:48:07.589Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-05-05T09:48:07.608Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/default [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/default [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/private [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/private [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rprivate [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/slave [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/slave [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rslave [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/shared [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/shared [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rshared [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/default [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rslave [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rshared [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/shared [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rprivate [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/slave [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/private [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-05T09:48:07.608Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:48:07.608Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:48:07.608Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-05T09:48:07.868Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-05T09:48:07.868Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-05T09:48:07.869Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-05T09:48:07.869Z] === RUN TestContainerBindMountNonRecursive [2022-05-05T09:48:09.252Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-05-05T09:48:09.252Z] === RUN TestContainerVolumesMountedAsShared [2022-05-05T09:48:09.823Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-05-05T09:48:09.823Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-05T09:48:09.997Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-05T09:48:10.090Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-05-05T09:48:10.090Z] === RUN TestNetworkNat [2022-05-05T09:48:10.351Z] --- PASS: TestNetworkNat (0.43s) [2022-05-05T09:48:10.351Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T09:48:10.921Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-05-05T09:48:10.921Z] === RUN TestNetworkLoopbackNat [2022-05-05T09:48:11.758Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-05T09:48:12.015Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-05T09:48:12.579Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-05T09:48:12.579Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-05T09:48:13.463Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-05-05T09:48:13.463Z] === RUN TestPause [2022-05-05T09:48:13.508Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-05T09:48:13.508Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-05T09:48:13.508Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-05T09:48:13.723Z] --- PASS: TestPause (0.43s) [2022-05-05T09:48:13.723Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T09:48:13.723Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:48:13.723Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:48:13.723Z] === RUN TestPauseStopPausedContainer [2022-05-05T09:48:14.294Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-05-05T09:48:14.294Z] === RUN TestPidHost [2022-05-05T09:48:14.876Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-05T09:48:15.134Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-05T09:48:15.134Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-05T09:48:15.134Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-05T09:48:15.236Z] --- PASS: TestPidHost (0.86s) [2022-05-05T09:48:15.236Z] === RUN TestPsFilter [2022-05-05T09:48:15.236Z] --- PASS: TestPsFilter (0.10s) [2022-05-05T09:48:15.236Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T09:48:15.496Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-05-05T09:48:15.496Z] === RUN TestRemoveContainerWithVolume [2022-05-05T09:48:16.067Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-05-05T09:48:16.068Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-05-05T09:48:16.068Z] === RUN TestRemoveContainerRunning [2022-05-05T09:48:16.326Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-05T09:48:16.328Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-05-05T09:48:16.328Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T09:48:16.899Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2022-05-05T09:48:16.899Z] === RUN TestRemoveInvalidContainer [2022-05-05T09:48:16.899Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-05T09:48:16.899Z] === RUN TestRenameLinkedContainer [2022-05-05T09:48:17.259Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-05T09:48:17.259Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-05T09:48:17.259Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-05T09:48:17.259Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-05T09:48:17.822Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-05T09:48:17.822Z] --- PASS: TestBuildWithHugeFile (126.98s) [2022-05-05T09:48:17.822Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T09:48:17.822Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:48:17.822Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:48:17.822Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T09:48:17.822Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:48:17.822Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:48:17.822Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:48:17.822Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:48:17.822Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:48:17.822Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:48:17.822Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:48:17.822Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:48:18.079Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:48:18.079Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-05-05T09:48:18.079Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-05-05T09:48:18.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-05-05T09:48:18.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-05T09:48:18.079Z] === RUN TestBuildPreserveOwnership [2022-05-05T09:48:18.079Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-05T09:48:18.810Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-05-05T09:48:18.811Z] === RUN TestRenameStoppedContainer [2022-05-05T09:48:19.071Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-05T09:48:19.071Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T09:48:19.970Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-05T09:48:20.013Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-05-05T09:48:20.013Z] === RUN TestRenameInvalidName [2022-05-05T09:48:20.274Z] --- PASS: TestRenameInvalidName (0.42s) [2022-05-05T09:48:20.274Z] === RUN TestRenameAnonymousContainer [2022-05-05T09:48:21.338Z] --- PASS: TestBuildPreserveOwnership (2.95s) [2022-05-05T09:48:21.338Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.95s) [2022-05-05T09:48:21.338Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.99s) [2022-05-05T09:48:21.338Z] === RUN TestBuildPlatformInvalid [2022-05-05T09:48:21.338Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2022-05-05T09:48:21.338Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-05T09:48:21.338Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-05T09:48:21.901Z] Loaded image: busybox:latest [2022-05-05T09:48:22.158Z] Loaded image: busybox:glibc [2022-05-05T09:48:22.185Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-05-05T09:48:22.186Z] === RUN TestRenameContainerWithSameName [2022-05-05T09:48:22.186Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-05-05T09:48:22.186Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T09:48:22.664Z] ? github.com/docker/docker/api [no test files] [2022-05-05T09:48:23.126Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2022-05-05T09:48:23.126Z] === RUN TestResize [2022-05-05T09:48:23.388Z] --- PASS: TestResize (0.41s) [2022-05-05T09:48:23.388Z] === RUN TestResizeWithInvalidSize [2022-05-05T09:48:23.526Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-05T09:48:23.526Z] Loaded image: debian:bullseye-slim [2022-05-05T09:48:23.783Z] Loaded image: hello-world:latest [2022-05-05T09:48:23.783Z] Loaded image: arm32v7/hello-world:latest [2022-05-05T09:48:23.958Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-05-05T09:48:23.958Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T09:48:24.220Z] --- PASS: TestResizeWhenContainerNotStarted (0.36s) [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:48:24.220Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:48:24.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:48:24.220Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:48:24.220Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:48:25.587Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-05-05T09:48:25.587Z] PASS [2022-05-05T09:48:25.587Z] [2022-05-05T09:48:25.587Z] DONE 17 tests in 47.111s [2022-05-05T09:48:25.587Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-05T09:48:25.587Z] INFO: Testing against a local daemon [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:48:25.587Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:48:25.587Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T09:48:25.587Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T09:48:25.587Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T09:48:25.587Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T09:48:25.587Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T09:48:25.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T09:48:25.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T09:48:25.587Z] === RUN TestPluginInstall [2022-05-05T09:48:25.587Z] === RUN TestPluginInstall/no_auth [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e87b24f44f8fbc249896d605628ea6add58e5119bc1687b461fa859b82281be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e87b24f44f8fbc249896d605628ea6add58e5119bc1687b461fa859b82281be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:48:25.587Z] === RUN TestPluginInstall/with_htpasswd [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e87b24f44f8fbc249896d605628ea6add58e5119bc1687b461fa859b82281be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:48:25.587Z] time="2022-05-05T09:48:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e87b24f44f8fbc249896d605628ea6add58e5119bc1687b461fa859b82281be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:48:25.587Z] === RUN TestPluginInstall/with_insecure [2022-05-05T09:48:25.676Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-05T09:48:26.130Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:48:26.529Z] time="2022-05-05T09:48:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:48:26.529Z] time="2022-05-05T09:48:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:640f77d3fbe31c3b4541409e598888a2f8659c19c584b528d6860a9ef97a014b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:48:26.529Z] time="2022-05-05T09:48:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:48:26.529Z] time="2022-05-05T09:48:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:640f77d3fbe31c3b4541409e598888a2f8659c19c584b528d6860a9ef97a014b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:48:26.789Z] plugin_test.go:195: [da12de723e6c3] daemon is not started [2022-05-05T09:48:26.789Z] --- PASS: TestPluginInstall (2.81s) [2022-05-05T09:48:26.789Z] --- PASS: TestPluginInstall/no_auth (1.09s) [2022-05-05T09:48:26.789Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-05-05T09:48:26.789Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-05-05T09:48:26.789Z] === RUN TestPluginsWithRuntimes [2022-05-05T09:48:27.072Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:48:27.570Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-05T09:48:28.133Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-05T09:48:28.171Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-05T09:48:28.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:48:28.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:48:28.697Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-05T09:48:29.112Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-05T09:48:29.260Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-05T09:48:29.395Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:48:29.655Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:48:29.825Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-05-05T09:48:30.051Z] --- PASS: TestPluginsWithRuntimes (3.36s) [2022-05-05T09:48:30.051Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-05-05T09:48:30.051Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-05-05T09:48:30.051Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T09:48:30.621Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-05-05T09:48:30.621Z] PASS [2022-05-05T09:48:30.621Z] [2022-05-05T09:48:30.621Z] DONE 24 tests in 6.791s [2022-05-05T09:48:30.622Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-05T09:48:30.622Z] INFO: Testing against a local daemon [2022-05-05T09:48:30.622Z] === RUN TestExternalGraphDriver [2022-05-05T09:48:30.881Z] === RUN TestExternalGraphDriver/json [2022-05-05T09:48:32.265Z] === RUN TestExternalGraphDriver/spec [2022-05-05T09:48:32.343Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-05-05T09:48:32.953Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:48:32.953Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:48:33.272Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.10s) [2022-05-05T09:48:33.272Z] PASS [2022-05-05T09:48:33.272Z] [2022-05-05T09:48:33.272Z] === Skipped [2022-05-05T09:48:33.272Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-05T09:48:33.273Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:48:33.273Z] [2022-05-05T09:48:33.273Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:48:33.273Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:48:33.273Z] [2022-05-05T09:48:33.273Z] DONE 34 tests, 2 skipped in 191.213s [2022-05-05T09:48:33.273Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-05T09:48:33.273Z] ++ 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-05T09:48:33.273Z] ++ set -e [2022-05-05T09:48:33.273Z] ++ '[' -n 0 ']' [2022-05-05T09:48:33.273Z] ++ set -x [2022-05-05T09:48:33.273Z] ++ 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-05T09:48:33.273Z] INFO: Testing against a local daemon [2022-05-05T09:48:33.273Z] === RUN TestConfigInspect [2022-05-05T09:48:33.529Z] === RUN TestDockerSuite/TestAttachDetach [2022-05-05T09:48:34.176Z] === RUN TestExternalGraphDriver/pull [2022-05-05T09:48:34.457Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-05-05T09:48:34.457Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-05T09:48:34.865Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:48:34.904Z] ---> 0601bfc5bd29 [2022-05-05T09:48:34.904Z] Successfully built 0601bfc5bd29 [2022-05-05T09:48:34.904Z] Successfully tagged docker:latest [2022-05-05T09:48:34.904Z] INFO: Image build ended at 05/05/2022 09:48:34. Duration:00:04:34.4002382 [2022-05-05T09:48:34.904Z] [2022-05-05T09:48:34.904Z] [2022-05-05T09:48:34.904Z] INFO: Building the test binaries at 05/05/2022 09:48:34... [2022-05-05T09:48:35.021Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-05T09:48:35.953Z] docker_cli_daemon_test.go:1472: [d4a91b3611dfa] daemon is not started [2022-05-05T09:48:36.085Z] --- PASS: TestExternalGraphDriver (5.07s) [2022-05-05T09:48:36.085Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-05-05T09:48:36.085Z] --- PASS: TestExternalGraphDriver/spec (1.71s) [2022-05-05T09:48:36.085Z] --- PASS: TestExternalGraphDriver/pull (1.69s) [2022-05-05T09:48:36.085Z] === RUN TestGraphdriverPluginV2 [2022-05-05T09:48:36.515Z] --- PASS: TestConfigInspect (3.02s) [2022-05-05T09:48:36.516Z] === RUN TestConfigList [2022-05-05T09:48:36.516Z] check_test.go:307: [d2c7eff9ec4d2] daemon is not started [2022-05-05T09:48:36.516Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-05-05T09:48:36.772Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-05T09:48:36.775Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:48:36.775Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:48:37.701Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-05T09:48:38.183Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:48:38.273Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-05T09:48:38.451Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:48:38.531Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-05-05T09:48:39.461Z] --- PASS: TestConfigList (3.01s) [2022-05-05T09:48:39.461Z] === RUN TestConfigsCreateAndDelete [2022-05-05T09:48:39.461Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-05T09:48:39.872Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:48:40.025Z] check_test.go:307: [d4bb4af325522] daemon is not started [2022-05-05T09:48:40.025Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-05-05T09:48:40.289Z] --- PASS: TestGraphdriverPluginV2 (3.97s) [2022-05-05T09:48:40.289Z] PASS [2022-05-05T09:48:40.289Z] [2022-05-05T09:48:40.289Z] DONE 5 tests in 9.093s [2022-05-05T09:48:40.289Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-05T09:48:40.289Z] INFO: Testing against a local daemon [2022-05-05T09:48:40.289Z] === RUN TestContinueAfterPluginCrash [2022-05-05T09:48:40.289Z] === PAUSE TestContinueAfterPluginCrash [2022-05-05T09:48:40.289Z] === RUN TestReadPluginNoRead [2022-05-05T09:48:40.289Z] === PAUSE TestReadPluginNoRead [2022-05-05T09:48:40.289Z] === RUN TestDaemonStartWithLogOpt [2022-05-05T09:48:40.289Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-05T09:48:40.289Z] === CONT TestContinueAfterPluginCrash [2022-05-05T09:48:40.289Z] === CONT TestDaemonStartWithLogOpt [2022-05-05T09:48:40.970Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.93s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.35s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.88s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.62s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.92s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.84s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.62s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s) [2022-05-05T09:48:41.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.58s) [2022-05-05T09:48:41.260Z] === RUN TestCgroupNamespacesRun [2022-05-05T09:48:41.935Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-05T09:48:42.106Z] INFO: make.ps1 starting at 05/05/2022 09:48:41 [2022-05-05T09:48:42.106Z] INFO: Git commit (d6115b8f40) assumed from DOCKER_GITCOMMIT environment variable [2022-05-05T09:48:42.106Z] INFO: Invoking autogen... [2022-05-05T09:48:42.190Z] --- PASS: TestConfigsCreateAndDelete (2.81s) [2022-05-05T09:48:42.190Z] === RUN TestConfigsUpdate [2022-05-05T09:48:42.447Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-05T09:48:42.447Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-05T09:48:42.579Z] { [2022-05-05T09:48:42.579Z] "RT_GROUP_ICON": { [2022-05-05T09:48:42.579Z] "#1": { [2022-05-05T09:48:42.579Z] "0409": "../../winresources/docker.ico" [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] }, [2022-05-05T09:48:42.579Z] "RT_MANIFEST": { [2022-05-05T09:48:42.579Z] "#1": { [2022-05-05T09:48:42.579Z] "0409": { [2022-05-05T09:48:42.579Z] "identity": {}, [2022-05-05T09:48:42.579Z] "description": "Docker Engine", [2022-05-05T09:48:42.579Z] "minimum-os": "vista", [2022-05-05T09:48:42.579Z] "execution-level": "", [2022-05-05T09:48:42.579Z] "ui-access": false, [2022-05-05T09:48:42.579Z] "auto-elevate": false, [2022-05-05T09:48:42.579Z] "dpi-awareness": "unaware", [2022-05-05T09:48:42.579Z] "disable-theming": false, [2022-05-05T09:48:42.579Z] "disable-window-filtering": false, [2022-05-05T09:48:42.579Z] "high-resolution-scrolling-aware": false, [2022-05-05T09:48:42.579Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-05T09:48:42.579Z] "long-path-aware": false, [2022-05-05T09:48:42.579Z] "printer-driver-isolation": false, [2022-05-05T09:48:42.579Z] "gdi-scaling": false, [2022-05-05T09:48:42.579Z] "segment-heap": false, [2022-05-05T09:48:42.579Z] "use-common-controls-v6": false [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] }, [2022-05-05T09:48:42.579Z] "RT_MESSAGETABLE": { [2022-05-05T09:48:42.579Z] "#1": { [2022-05-05T09:48:42.579Z] "0409": "../../winresources/event_messages.bin" [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] }, [2022-05-05T09:48:42.579Z] "RT_VERSION": { [2022-05-05T09:48:42.579Z] "#1": { [2022-05-05T09:48:42.579Z] "0409": { [2022-05-05T09:48:42.579Z] "fixed": { [2022-05-05T09:48:42.579Z] "file_version": "0.0.0.0", [2022-05-05T09:48:42.579Z] "product_version": "0.0.0.0", [2022-05-05T09:48:42.579Z] "type": "Unknown" [2022-05-05T09:48:42.579Z] }, [2022-05-05T09:48:42.579Z] "info": { [2022-05-05T09:48:42.579Z] "0000": { [2022-05-05T09:48:42.579Z] "CompanyName": "", [2022-05-05T09:48:42.579Z] "FileVersion": "0.0.0-dev", [2022-05-05T09:48:42.579Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-05T09:48:42.579Z] "OriginalFileName": "dockerd.exe", [2022-05-05T09:48:42.579Z] "ProductName": "", [2022-05-05T09:48:42.579Z] "ProductVersion": "0.0.0-dev", [2022-05-05T09:48:42.579Z] "SpecialBuild": "d6115b8f40" [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.579Z] } [2022-05-05T09:48:42.643Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-05-05T09:48:42.643Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-05T09:48:43.376Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-05T09:48:43.577Z] powershell.exe : cmd\dockerd\config.go [2022-05-05T09:48:43.577Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-d0188589\powershellWrapper.ps1:3 char:1 [2022-05-05T09:48:43.577Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-05T09:48:43.577Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-05T09:48:43.577Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-05T09:48:43.577Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-05T09:48:43.577Z] [2022-05-05T09:48:43.577Z] cmd\dockerd\config_windows.go [2022-05-05T09:48:43.577Z] cmd\dockerd\daemon.go [2022-05-05T09:48:43.577Z] cmd\dockerd\daemon_test.go [2022-05-05T09:48:43.577Z] cmd\dockerd\daemon_windows.go [2022-05-05T09:48:43.577Z] cmd\dockerd\docker.go [2022-05-05T09:48:43.577Z] cmd\dockerd\docker_windows.go [2022-05-05T09:48:43.577Z] cmd\dockerd\genwinres_windows.go [2022-05-05T09:48:43.577Z] cmd\dockerd\metrics.go [2022-05-05T09:48:43.577Z] cmd\dockerd\options.go [2022-05-05T09:48:43.577Z] cmd\dockerd\options_test.go [2022-05-05T09:48:43.577Z] cmd\dockerd\service_windows.go [2022-05-05T09:48:43.577Z] INFO: Building daemon... [2022-05-05T09:48:43.585Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-05-05T09:48:43.585Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-05T09:48:43.586Z] --- PASS: TestDaemonStartWithLogOpt (3.47s) [2022-05-05T09:48:43.586Z] === CONT TestReadPluginNoRead [2022-05-05T09:48:43.940Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-05T09:48:44.503Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-05-05T09:48:44.969Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-05-05T09:48:44.969Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-05T09:48:45.067Z] --- PASS: TestConfigsUpdate (2.88s) [2022-05-05T09:48:45.067Z] === RUN TestTemplatedConfig [2022-05-05T09:48:45.499Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-05T09:48:45.912Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-05-05T09:48:45.912Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-05T09:48:46.854Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-05-05T09:48:46.854Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-05T09:48:46.881Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-05T09:48:47.586Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-05-05T09:48:48.179Z] === RUN TestMiddlewares [2022-05-05T09:48:48.179Z] --- PASS: TestMiddlewares (0.00s) [2022-05-05T09:48:48.179Z] PASS [2022-05-05T09:48:48.179Z] coverage: 7.9% of statements [2022-05-05T09:48:48.179Z] ok github.com/docker/docker/api/server 0.055s coverage: 7.9% of statements [2022-05-05T09:48:48.239Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-05-05T09:48:48.239Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-05T09:48:48.263Z] === RUN TestReadPluginNoRead/default [2022-05-05T09:48:48.263Z] --- PASS: TestContinueAfterPluginCrash (8.38s) [2022-05-05T09:48:48.809Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-05-05T09:48:48.809Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-05T09:48:48.952Z] --- PASS: TestTemplatedConfig (3.60s) [2022-05-05T09:48:48.952Z] === RUN TestConfigCreateResolve [2022-05-05T09:48:49.204Z] === CONT TestReadPluginNoRead [2022-05-05T09:48:49.205Z] read_test.go:92: [da0b1ca9ca806] daemon is not started [2022-05-05T09:48:49.205Z] --- PASS: TestReadPluginNoRead (5.96s) [2022-05-05T09:48:49.205Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.30s) [2022-05-05T09:48:49.205Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-05-05T09:48:49.205Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-05-05T09:48:49.205Z] PASS [2022-05-05T09:48:49.205Z] [2022-05-05T09:48:49.205Z] DONE 6 tests in 9.455s [2022-05-05T09:48:49.205Z] 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-05T09:48:49.205Z] testing: warning: no tests to run [2022-05-05T09:48:49.205Z] PASS [2022-05-05T09:48:49.205Z] [2022-05-05T09:48:49.205Z] DONE 0 tests in 0.008s [2022-05-05T09:48:49.205Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-05T09:48:49.205Z] INFO: Testing against a local daemon [2022-05-05T09:48:49.205Z] === RUN TestPluginWithDevMounts [2022-05-05T09:48:49.205Z] === PAUSE TestPluginWithDevMounts [2022-05-05T09:48:49.205Z] === CONT TestPluginWithDevMounts [2022-05-05T09:48:49.514Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-05-05T09:48:50.192Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-05-05T09:48:50.192Z] === RUN TestNISDomainname [2022-05-05T09:48:50.453Z] --- PASS: TestNISDomainname (0.50s) [2022-05-05T09:48:50.453Z] === RUN TestHostnameDnsResolution [2022-05-05T09:48:51.024Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-05-05T09:48:51.024Z] === RUN TestUnprivilegedPortsAndPing [2022-05-05T09:48:51.148Z] --- PASS: TestPluginWithDevMounts (1.62s) [2022-05-05T09:48:51.148Z] PASS [2022-05-05T09:48:51.148Z] [2022-05-05T09:48:51.148Z] DONE 1 tests in 1.643s [2022-05-05T09:48:51.148Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-05T09:48:51.148Z] INFO: Testing against a local daemon [2022-05-05T09:48:51.148Z] === RUN TestSecretInspect [2022-05-05T09:48:51.595Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s) [2022-05-05T09:48:51.595Z] === RUN TestPrivilegedHostDevices [2022-05-05T09:48:52.034Z] --- PASS: TestConfigCreateResolve (3.03s) [2022-05-05T09:48:52.034Z] PASS [2022-05-05T09:48:52.035Z] [2022-05-05T09:48:52.035Z] DONE 6 tests in 18.427s [2022-05-05T09:48:52.035Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-05T09:48:52.035Z] ++ 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-05T09:48:52.035Z] ++ set -e [2022-05-05T09:48:52.035Z] ++ '[' -n 0 ']' [2022-05-05T09:48:52.035Z] ++ set -x [2022-05-05T09:48:52.035Z] ++ 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-05T09:48:52.035Z] INFO: Testing against a local daemon [2022-05-05T09:48:52.035Z] === RUN TestCheckpoint [2022-05-05T09:48:52.035Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:48:52.035Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:48:52.035Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T09:48:52.035Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.01s) [2022-05-05T09:48:52.035Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T09:48:52.035Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T09:48:52.035Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-05-05T09:48:52.035Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T09:48:52.035Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-05-05T09:48:52.035Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T09:48:52.167Z] --- PASS: TestPrivilegedHostDevices (0.47s) [2022-05-05T09:48:52.167Z] === RUN TestStats [2022-05-05T09:48:52.292Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-05-05T09:48:52.292Z] === RUN TestCopyEmptyFile [2022-05-05T09:48:52.548Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-05-05T09:48:52.548Z] --- PASS: TestCopyEmptyFile (0.35s) [2022-05-05T09:48:52.548Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T09:48:52.548Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-05T09:48:52.548Z] === RUN TestCopyFromContainer [2022-05-05T09:48:53.058Z] --- PASS: TestSecretInspect (2.19s) [2022-05-05T09:48:53.058Z] === RUN TestSecretList [2022-05-05T09:48:54.442Z] === RUN TestCopyFromContainer// [2022-05-05T09:48:54.442Z] === RUN TestCopyFromContainer//bar/root [2022-05-05T09:48:54.700Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-05T09:48:54.708Z] --- PASS: TestStats (2.45s) [2022-05-05T09:48:54.708Z] === RUN TestStopContainerWithTimeout [2022-05-05T09:48:54.708Z] === RUN TestStopContainerWithTimeout/0 [2022-05-05T09:48:54.708Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-05T09:48:54.708Z] === RUN TestStopContainerWithTimeout/1 [2022-05-05T09:48:54.708Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-05T09:48:54.708Z] === RUN TestStopContainerWithTimeout/3 [2022-05-05T09:48:54.708Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-05T09:48:54.708Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-05T09:48:54.708Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-05T09:48:54.708Z] === CONT TestStopContainerWithTimeout/0 [2022-05-05T09:48:54.708Z] === CONT TestStopContainerWithTimeout/3 [2022-05-05T09:48:54.956Z] === RUN TestCopyFromContainer/bar/quux [2022-05-05T09:48:54.956Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-05T09:48:55.213Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-05T09:48:55.213Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-05T09:48:55.278Z] === CONT TestStopContainerWithTimeout/1 [2022-05-05T09:48:55.470Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-05T09:48:55.470Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-05T09:48:55.598Z] --- PASS: TestSecretList (2.17s) [2022-05-05T09:48:55.598Z] === RUN TestSecretsCreateAndDelete [2022-05-05T09:48:55.727Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer (3.20s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer// (0.14s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2022-05-05T09:48:55.727Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2022-05-05T09:48:55.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T09:48:55.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:48:55.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:48:55.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:48:55.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:48:55.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:48:55.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:48:55.727Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:48:55.727Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:48:55.727Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:48:55.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-05-05T09:48:55.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T09:48:55.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-05T09:48:55.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-05T09:48:55.727Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T09:48:55.983Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-05-05T09:48:55.984Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-05-05T09:48:55.984Z] === RUN TestCreateWithInvalidEnv [2022-05-05T09:48:55.984Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T09:48:55.984Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T09:48:55.984Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T09:48:55.984Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T09:48:55.984Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T09:48:55.984Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T09:48:55.984Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T09:48:55.984Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T09:48:55.984Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T09:48:55.984Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-05T09:48:55.984Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-05T09:48:55.984Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-05T09:48:55.984Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T09:48:55.984Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T09:48:55.984Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-05T09:48:55.984Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T09:48:55.998Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-05-05T09:48:55.998Z] Copying nested executables into bundles/binary-daemon [2022-05-05T09:48:55.998Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-05-05T09:48:55.998Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:48:55.998Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-05-05T09:48:55.998Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-05-05T09:48:56.333Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/make.sh cross [2022-05-05T09:48:56.594Z] [2022-05-05T09:48:56.594Z] Removing bundles/ [2022-05-05T09:48:56.660Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-05T09:48:56.855Z] [2022-05-05T09:48:56.855Z] ---> Making bundle: cross (in bundles/cross) [2022-05-05T09:48:56.855Z] Cross building: bundles/cross/linux/amd64 [2022-05-05T09:48:56.855Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-05T09:48:56.855Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-05T09:48:57.509Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2022-05-05T09:48:57.509Z] === RUN TestSecretsUpdate [2022-05-05T09:48:57.877Z] --- PASS: TestCreateWithCustomMaskedPaths (2.01s) [2022-05-05T09:48:57.877Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T09:48:58.440Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-05-05T09:48:59.201Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-05T09:48:59.201Z] --- PASS: TestStopContainerWithTimeout/0 (0.55s) [2022-05-05T09:48:59.201Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2022-05-05T09:48:59.201Z] --- PASS: TestStopContainerWithTimeout/3 (2.53s) [2022-05-05T09:48:59.201Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-05-05T09:48:59.201Z] === RUN TestDeleteDevicemapper [2022-05-05T09:48:59.201Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:48:59.201Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-05T09:48:59.201Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T09:48:59.812Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-05-05T09:48:59.812Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s) [2022-05-05T09:48:59.812Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T09:48:59.812Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:48:59.812Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:48:59.812Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:48:59.812Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:48:59.812Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:48:59.812Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:48:59.812Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:48:59.812Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:48:59.812Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:48:59.812Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:48:59.812Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:48:59.812Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:49:00.052Z] --- PASS: TestSecretsUpdate (2.19s) [2022-05-05T09:49:00.052Z] === RUN TestTemplatedSecret [2022-05-05T09:49:00.069Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:49:00.069Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:49:00.069Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:49:00.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-05-05T09:49:00.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-05T09:49:00.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-05T09:49:00.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-05T09:49:00.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-05-05T09:49:00.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-05-05T09:49:00.069Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T09:49:00.143Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.32s) [2022-05-05T09:49:00.143Z] === RUN TestUpdateMemory [2022-05-05T09:49:00.633Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s) [2022-05-05T09:49:00.633Z] === RUN TestCreateDifferentPlatform [2022-05-05T09:49:00.633Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T09:49:00.633Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T09:49:00.633Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-05T09:49:00.633Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-05T09:49:00.633Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T09:49:00.633Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T09:49:00.633Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-05T09:49:00.633Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T09:49:00.714Z] --- PASS: TestUpdateMemory (0.51s) [2022-05-05T09:49:00.714Z] === RUN TestUpdateCPUQuota [2022-05-05T09:49:00.890Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2022-05-05T09:49:00.890Z] === RUN TestContainerStartOnDaemonRestart [2022-05-05T09:49:00.890Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-05T09:49:00.890Z] === RUN TestDaemonRestartIpcMode [2022-05-05T09:49:00.890Z] === PAUSE TestDaemonRestartIpcMode [2022-05-05T09:49:00.890Z] === RUN TestDaemonHostGatewayIP [2022-05-05T09:49:00.890Z] === PAUSE TestDaemonHostGatewayIP [2022-05-05T09:49:00.890Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-05T09:49:00.890Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-05T09:49:00.890Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T09:49:00.890Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-05T09:49:00.890Z] === RUN TestDiff [2022-05-05T09:49:01.455Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-05T09:49:01.455Z] --- PASS: TestDiff (0.70s) [2022-05-05T09:49:01.455Z] === RUN TestExecWithCloseStdin [2022-05-05T09:49:01.657Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-05-05T09:49:01.657Z] === RUN TestUpdatePidsLimit [2022-05-05T09:49:01.657Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-05T09:49:01.657Z] === RUN TestUpdatePidsLimit/no_change [2022-05-05T09:49:01.924Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-05T09:49:01.924Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-05T09:49:02.018Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-05-05T09:49:02.018Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-05T09:49:02.185Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-05T09:49:02.275Z] --- PASS: TestExecWithCloseStdin (0.84s) [2022-05-05T09:49:02.276Z] === RUN TestExec [2022-05-05T09:49:02.446Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-05T09:49:02.593Z] --- PASS: TestTemplatedSecret (2.61s) [2022-05-05T09:49:02.594Z] === RUN TestSecretCreateResolve [2022-05-05T09:49:02.707Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-05T09:49:03.206Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-05-05T09:49:03.206Z] --- PASS: TestExec (0.90s) [2022-05-05T09:49:03.206Z] === RUN TestExecUser [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit (1.84s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-05-05T09:49:03.279Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-05-05T09:49:03.279Z] === RUN TestUpdateRestartPolicy [2022-05-05T09:49:03.463Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-05T09:49:03.720Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-05T09:49:03.720Z] check_test.go:307: [d726de6c054e0] daemon is not started [2022-05-05T09:49:03.720Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-05-05T09:49:04.283Z] --- PASS: TestExecUser (0.86s) [2022-05-05T09:49:04.283Z] === RUN TestExportContainerAndImportImage [2022-05-05T09:49:04.505Z] --- PASS: TestSecretCreateResolve (2.17s) [2022-05-05T09:49:04.505Z] PASS [2022-05-05T09:49:04.505Z] [2022-05-05T09:49:04.505Z] DONE 6 tests in 13.545s [2022-05-05T09:49:04.505Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-05T09:49:04.505Z] INFO: Testing against a local daemon [2022-05-05T09:49:04.505Z] === RUN TestServiceCreateInit [2022-05-05T09:49:04.505Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T09:49:04.540Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-05-05T09:49:05.474Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2022-05-05T09:49:05.474Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T09:49:06.410Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-05-05T09:49:06.669Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-05T09:49:06.928Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2022-05-05T09:49:06.928Z] === RUN TestHealthCheckWorkdir [2022-05-05T09:49:07.858Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-05-05T09:49:07.858Z] --- PASS: TestHealthCheckWorkdir (1.13s) [2022-05-05T09:49:07.858Z] === RUN TestHealthKillContainer [2022-05-05T09:49:08.705Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T09:49:08.994Z] === RUN TestBoolValue [2022-05-05T09:49:08.994Z] --- PASS: TestBoolValue (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestBoolValueOrDefault [2022-05-05T09:49:08.994Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestInt64ValueOrZero [2022-05-05T09:49:08.994Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestInt64ValueOrDefault [2022-05-05T09:49:08.994Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-05T09:49:08.994Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestJsonContentType [2022-05-05T09:49:08.994Z] --- PASS: TestJsonContentType (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestReadJSON [2022-05-05T09:49:08.994Z] === RUN TestReadJSON/nil_body [2022-05-05T09:49:08.994Z] === RUN TestReadJSON/empty_body [2022-05-05T09:49:08.994Z] === RUN TestReadJSON/with_valid_request [2022-05-05T09:49:08.994Z] === RUN TestReadJSON/with_whitespace [2022-05-05T09:49:08.994Z] === RUN TestReadJSON/with_extra_content [2022-05-05T09:49:08.994Z] === RUN TestReadJSON/invalid_JSON [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-05T09:49:08.994Z] PASS [2022-05-05T09:49:08.994Z] coverage: 31.9% of statements [2022-05-05T09:49:08.994Z] ok github.com/docker/docker/api/server/httputils 0.047s coverage: 31.9% of statements [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-05T09:49:08.994Z] === RUN TestMaskSecretKeys [2022-05-05T09:49:08.994Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-05T09:49:08.994Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-05T09:49:08.994Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-05T09:49:08.994Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-05T09:49:08.994Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestVersionMiddlewareVersion [2022-05-05T09:49:08.994Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-05T09:49:08.994Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-05T09:49:08.994Z] PASS [2022-05-05T09:49:08.994Z] coverage: 37.7% of statements [2022-05-05T09:49:08.994Z] ok github.com/docker/docker/api/server/middleware 0.078s coverage: 37.7% of statements [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-05T09:49:08.994Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-05T09:49:08.994Z] === RUN TestToJSON [2022-05-05T09:49:08.994Z] --- PASS: TestToJSON (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestToParamWithVersion [2022-05-05T09:49:08.994Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestFromJSON [2022-05-05T09:49:08.994Z] --- PASS: TestFromJSON (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestEmpty [2022-05-05T09:49:08.994Z] --- PASS: TestEmpty (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestArgsMatchKVListEmptySources [2022-05-05T09:49:08.994Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestArgsMatchKVList [2022-05-05T09:49:08.994Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestArgsMatch [2022-05-05T09:49:08.994Z] --- PASS: TestArgsMatch (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestAdd [2022-05-05T09:49:08.994Z] --- PASS: TestAdd (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestDel [2022-05-05T09:49:08.994Z] --- PASS: TestDel (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestLen [2022-05-05T09:49:08.994Z] --- PASS: TestLen (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestExactMatch [2022-05-05T09:49:08.994Z] --- PASS: TestExactMatch (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestOnlyOneExactMatch [2022-05-05T09:49:08.994Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestContains [2022-05-05T09:49:08.994Z] --- PASS: TestContains (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestValidate [2022-05-05T09:49:08.994Z] --- PASS: TestValidate (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestWalkValues [2022-05-05T09:49:08.994Z] --- PASS: TestWalkValues (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestFuzzyMatch [2022-05-05T09:49:08.994Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestClone [2022-05-05T09:49:08.994Z] --- PASS: TestClone (0.00s) [2022-05-05T09:49:08.994Z] PASS [2022-05-05T09:49:08.994Z] coverage: 92.2% of statements [2022-05-05T09:49:08.994Z] === RUN TestStrSliceMarshalJSON [2022-05-05T09:49:08.994Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestStrSliceUnmarshalJSON [2022-05-05T09:49:08.994Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestStrSliceUnmarshalString [2022-05-05T09:49:08.994Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-05T09:49:08.994Z] === RUN TestStrSliceUnmarshalSlice [2022-05-05T09:49:08.994Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-05T09:49:08.994Z] PASS [2022-05-05T09:49:08.994Z] coverage: 90.0% of statements [2022-05-05T09:49:08.994Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/api/types/strslice 0.048s coverage: 90.0% of statements [2022-05-05T09:49:08.995Z] === RUN TestGetTimestamp [2022-05-05T09:49:08.995Z] === RUN TestAdjustForAPIVersion [2022-05-05T09:49:08.995Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 6.1% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 6.1% of statements [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-05T09:49:08.995Z] --- PASS: TestGetTimestamp (0.20s) [2022-05-05T09:49:08.995Z] === RUN TestParseTimestamps [2022-05-05T09:49:08.995Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 100.0% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/api/types/time 0.256s coverage: 100.0% of statements [2022-05-05T09:49:08.995Z] === RUN TestCompareVersion [2022-05-05T09:49:08.995Z] --- PASS: TestCompareVersion (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 77.3% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/api/types/versions 0.043s coverage: 77.3% of statements [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-05T09:49:08.995Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-05T09:49:08.995Z] === RUN TestIsGIT [2022-05-05T09:49:08.995Z] --- PASS: TestIsGIT (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 100.0% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.057s coverage: 100.0% of statements [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-05T09:49:08.995Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestCloneArgsSmartHttp [2022-05-05T09:49:08.995Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-05T09:49:08.995Z] === RUN TestCloneArgsDumbHttp [2022-05-05T09:49:08.995Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestCloneArgsGit [2022-05-05T09:49:08.995Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestCheckoutGit [2022-05-05T09:49:08.995Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-05T09:49:08.995Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestProcessNoDockerignore [2022-05-05T09:49:08.995Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-05T09:49:08.995Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestDetectContentType [2022-05-05T09:49:08.995Z] --- PASS: TestDetectContentType (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestSelectAcceptableMIME [2022-05-05T09:49:08.995Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestInspectEmptyResponse [2022-05-05T09:49:08.995Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestInspectResponseBinary [2022-05-05T09:49:08.995Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestResponseUnsupportedContentType [2022-05-05T09:49:08.995Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestInspectResponseTextSimple [2022-05-05T09:49:08.995Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestInspectResponseEmptyContentType [2022-05-05T09:49:08.995Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestUnknownContentLength [2022-05-05T09:49:08.995Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestDownloadRemote [2022-05-05T09:49:08.995Z] --- PASS: TestDownloadRemote (0.09s) [2022-05-05T09:49:08.995Z] === RUN TestGetWithStatusError [2022-05-05T09:49:08.995Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestCloseRootDirectory [2022-05-05T09:49:08.995Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:49:08.995Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestHashFile [2022-05-05T09:49:08.995Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:49:08.995Z] --- SKIP: TestHashFile (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestHashSubdir [2022-05-05T09:49:08.995Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:49:08.995Z] --- SKIP: TestHashSubdir (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestRemoveDirectory [2022-05-05T09:49:08.995Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:49:08.995Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 9.3% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/builder/remotecontext 0.261s coverage: 9.3% of statements [2022-05-05T09:49:08.995Z] === RUN TestEnable [2022-05-05T09:49:08.995Z] --- PASS: TestEnable (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestDisable [2022-05-05T09:49:08.995Z] --- PASS: TestDisable (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestEnabled [2022-05-05T09:49:08.995Z] --- PASS: TestEnabled (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 100.0% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-05-05T09:49:08.995Z] === RUN TestGetAllAllowed [2022-05-05T09:49:08.995Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestGetAllMeta [2022-05-05T09:49:08.995Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-05T09:49:08.995Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestIsUnreferencedBuiltin [2022-05-05T09:49:08.995Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestIsExistingDirectory [2022-05-05T09:49:08.995Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-05T09:49:08.995Z] === RUN TestGetFilenameForDownload [2022-05-05T09:49:08.995Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestEnv2Variables [2022-05-05T09:49:08.995Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-05T09:49:08.995Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestMaintainer [2022-05-05T09:49:08.995Z] --- PASS: TestMaintainer (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestLabel [2022-05-05T09:49:08.995Z] --- PASS: TestLabel (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestFromScratch [2022-05-05T09:49:08.995Z] --- PASS: TestFromScratch (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestFromWithArg [2022-05-05T09:49:08.995Z] --- PASS: TestFromWithArg (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-05T09:49:08.995Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestFromWithUndefinedArg [2022-05-05T09:49:08.995Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestFromMultiStageWithNamedStage [2022-05-05T09:49:08.995Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestOnbuild [2022-05-05T09:49:08.995Z] --- PASS: TestOnbuild (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestWorkdir [2022-05-05T09:49:08.995Z] --- PASS: TestWorkdir (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestCmd [2022-05-05T09:49:08.995Z] --- PASS: TestCmd (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestHealthcheckNone [2022-05-05T09:49:08.995Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestHealthcheckCmd [2022-05-05T09:49:08.995Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestEntrypoint [2022-05-05T09:49:08.995Z] --- PASS: TestEntrypoint (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestExpose [2022-05-05T09:49:08.995Z] --- PASS: TestExpose (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestUser [2022-05-05T09:49:08.995Z] --- PASS: TestUser (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestVolume [2022-05-05T09:49:08.995Z] --- PASS: TestVolume (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestStopSignal [2022-05-05T09:49:08.995Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-05T09:49:08.995Z] --- SKIP: TestStopSignal (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestArg [2022-05-05T09:49:08.995Z] --- PASS: TestArg (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestShell [2022-05-05T09:49:08.995Z] --- PASS: TestShell (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestPrependEnvOnCmd [2022-05-05T09:49:08.995Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestRunWithBuildArgs [2022-05-05T09:49:08.995Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestRunIgnoresHealthcheck [2022-05-05T09:49:08.995Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestDispatchUnsupportedOptions [2022-05-05T09:49:08.995Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-05T09:49:08.995Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-05T09:49:08.995Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-05T09:49:08.995Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestNormalizeWorkdir [2022-05-05T09:49:08.995Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestDispatch [2022-05-05T09:49:08.995Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-05T09:49:08.995Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-05T09:49:08.995Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-05T09:49:08.995Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-05T09:49:08.995Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-05T09:49:08.995Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-05T09:49:08.995Z] === RUN TestDispatch/COPY_url [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch (0.07s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-05T09:49:08.995Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestAddScratchImageAddsToMounts [2022-05-05T09:49:08.995Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-05T09:49:08.995Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-05T09:49:08.995Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-05T09:49:08.995Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestImageSourceGetAddsToMounts [2022-05-05T09:49:08.995Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestEmptyDockerfile [2022-05-05T09:49:08.995Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-05T09:49:08.995Z] === RUN TestSymlinkDockerfile [2022-05-05T09:49:08.995Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-05T09:49:08.995Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-05T09:49:08.995Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestNonExistingDockerfile [2022-05-05T09:49:08.995Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestCopyRunConfig [2022-05-05T09:49:08.995Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestDeepCopyRunConfig [2022-05-05T09:49:08.995Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestExportImage [2022-05-05T09:49:08.995Z] --- PASS: TestExportImage (0.00s) [2022-05-05T09:49:08.995Z] === RUN TestNormalizeDest [2022-05-05T09:49:08.995Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-05T09:49:08.995Z] PASS [2022-05-05T09:49:08.995Z] coverage: 46.7% of statements [2022-05-05T09:49:08.995Z] ok github.com/docker/docker/builder/dockerfile 0.243s coverage: 46.7% of statements [2022-05-05T09:49:09.226Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-05T09:49:09.454Z] === RUN TestTCP4Proxy [2022-05-05T09:49:09.455Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-05T09:49:09.455Z] === RUN TestTCP4ProxyHalfClose [2022-05-05T09:49:09.455Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-05T09:49:09.455Z] === RUN TestTCP6Proxy [2022-05-05T09:49:09.455Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T09:49:09.455Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-05T09:49:09.455Z] === RUN TestTCPDualStackProxy [2022-05-05T09:49:09.455Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T09:49:09.455Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-05T09:49:09.455Z] === RUN TestUDP4Proxy [2022-05-05T09:49:09.455Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-05T09:49:09.455Z] === RUN TestUDP6Proxy [2022-05-05T09:49:09.455Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T09:49:09.455Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-05T09:49:09.455Z] === RUN TestUDPWriteError [2022-05-05T09:49:09.455Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-05T09:49:09.455Z] === RUN TestSCTP4Proxy [2022-05-05T09:49:09.455Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-05T09:49:09.455Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-05-05T09:49:09.455Z] === RUN TestSCTP6Proxy [2022-05-05T09:49:09.455Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T09:49:09.455Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-05T09:49:09.455Z] PASS [2022-05-05T09:49:09.455Z] coverage: 49.4% of statements [2022-05-05T09:49:09.455Z] ok github.com/docker/docker/cmd/docker-proxy 0.061s coverage: 49.4% of statements [2022-05-05T09:49:09.790Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-05-05T09:49:09.790Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-05T09:49:12.001Z] --- PASS: TestServiceCreateInit (7.58s) [2022-05-05T09:49:12.001Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.85s) [2022-05-05T09:49:12.001Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2022-05-05T09:49:12.001Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T09:49:13.057Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-05-05T09:49:14.422Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-05T09:49:15.502Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-05-05T09:49:15.502Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T09:49:15.502Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-05-05T09:49:15.502Z] === RUN TestWaitNonBlocked [2022-05-05T09:49:15.502Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:49:15.502Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:49:15.502Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:49:15.502Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:49:15.502Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:49:15.502Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:49:15.502Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-05T09:49:15.502Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2022-05-05T09:49:15.502Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-05-05T09:49:15.502Z] === RUN TestWaitBlocked [2022-05-05T09:49:15.502Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:49:15.502Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:49:15.502Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:49:15.502Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:49:15.502Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:49:15.502Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:49:16.075Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-05T09:49:16.075Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2022-05-05T09:49:16.075Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-05-05T09:49:16.075Z] === CONT TestContainerStartOnDaemonRestart [2022-05-05T09:49:16.075Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-05T09:49:16.313Z] --- PASS: TestHealthKillContainer (8.20s) [2022-05-05T09:49:16.313Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T09:49:16.875Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-05T09:49:16.875Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2022-05-05T09:49:16.875Z] === RUN TestIpcModeNone [2022-05-05T09:49:16.875Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-05-05T09:49:16.875Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-05T09:49:17.438Z] check_test.go:307: [d8da772766ad3] daemon is not started [2022-05-05T09:49:17.438Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-05-05T09:49:17.438Z] --- PASS: TestIpcModeNone (0.74s) [2022-05-05T09:49:17.438Z] === RUN TestIpcModePrivate [2022-05-05T09:49:17.992Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.94s) [2022-05-05T09:49:17.992Z] === CONT TestIpcModeOlderClient [2022-05-05T09:49:17.992Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-05-05T09:49:17.992Z] === CONT TestContainerKillOnDaemonStart [2022-05-05T09:49:17.992Z] --- PASS: TestContainerStartOnDaemonRestart (2.08s) [2022-05-05T09:49:17.992Z] === CONT TestDaemonHostGatewayIP [2022-05-05T09:49:18.001Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-05-05T09:49:18.257Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2022-05-05T09:49:18.514Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-05-05T09:49:18.514Z] --- PASS: TestIpcModePrivate (0.86s) [2022-05-05T09:49:18.514Z] === RUN TestIpcModeShareable [2022-05-05T09:49:18.773Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-05T09:49:19.030Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-05-05T09:49:19.030Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-05-05T09:49:19.030Z] --- PASS: TestIpcModeShareable (0.73s) [2022-05-05T09:49:19.030Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-05T09:49:20.534Z] --- PASS: TestDaemonHostGatewayIP (2.30s) [2022-05-05T09:49:20.534Z] === CONT TestDaemonRestartIpcMode [2022-05-05T09:49:21.550Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.53s) [2022-05-05T09:49:21.550Z] === RUN TestAPIIpcModeHost [2022-05-05T09:49:21.806Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-05-05T09:49:21.852Z] === RUN TestCheckpointCreateError [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCheckpointCreate [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCheckpointDeleteError [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCheckpointDelete [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCheckpointListError [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCheckpointList [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointList (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCheckpointListContainerNotFound [2022-05-05T09:49:21.852Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNewClientWithOpsFromEnv [2022-05-05T09:49:21.852Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-05T09:49:21.852Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestGetAPIPath [2022-05-05T09:49:21.852Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestParseHostURL [2022-05-05T09:49:21.852Z] --- PASS: TestParseHostURL (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-05T09:49:21.852Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersion [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPVersionOverride [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-05T09:49:21.852Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestClientRedirect [2022-05-05T09:49:21.852Z] === RUN TestClientRedirect/GET [2022-05-05T09:49:21.852Z] === RUN TestClientRedirect/POST [2022-05-05T09:49:21.852Z] === RUN TestClientRedirect/PUT [2022-05-05T09:49:21.852Z] === RUN TestClientRedirect/DELETE [2022-05-05T09:49:21.852Z] --- PASS: TestClientRedirect (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-05T09:49:21.852Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigCreateUnsupported [2022-05-05T09:49:21.852Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigCreateError [2022-05-05T09:49:21.852Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigCreate [2022-05-05T09:49:21.852Z] --- PASS: TestConfigCreate (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigInspectNotFound [2022-05-05T09:49:21.852Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigInspectWithEmptyID [2022-05-05T09:49:21.852Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigInspectUnsupported [2022-05-05T09:49:21.852Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigInspectError [2022-05-05T09:49:21.852Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigInspectConfigNotFound [2022-05-05T09:49:21.852Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigInspect [2022-05-05T09:49:21.852Z] --- PASS: TestConfigInspect (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigListUnsupported [2022-05-05T09:49:21.852Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigListError [2022-05-05T09:49:21.852Z] --- PASS: TestConfigListError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigList [2022-05-05T09:49:21.852Z] --- PASS: TestConfigList (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigRemoveUnsupported [2022-05-05T09:49:21.852Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigRemoveError [2022-05-05T09:49:21.852Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigRemove [2022-05-05T09:49:21.852Z] --- PASS: TestConfigRemove (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigUpdateUnsupported [2022-05-05T09:49:21.852Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigUpdateError [2022-05-05T09:49:21.852Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestConfigUpdate [2022-05-05T09:49:21.852Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestContainerCommitError [2022-05-05T09:49:21.852Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestContainerCommit [2022-05-05T09:49:21.852Z] --- PASS: TestContainerCommit (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestContainerStatPathError [2022-05-05T09:49:21.852Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestContainerStatPathNotFoundError [2022-05-05T09:49:21.852Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestContainerStatPathNoHeaderError [2022-05-05T09:49:21.852Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestContainerStatPath [2022-05-05T09:49:21.852Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyToContainerError [2022-05-05T09:49:21.852Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyToContainerNotFoundError [2022-05-05T09:49:21.852Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyToContainerEmptyResponse [2022-05-05T09:49:21.852Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyToContainer [2022-05-05T09:49:21.852Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyFromContainerError [2022-05-05T09:49:21.852Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyFromContainerNotFoundError [2022-05-05T09:49:21.852Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-05T09:49:21.852Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-05T09:49:21.852Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-05T09:49:21.853Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestCopyFromContainer [2022-05-05T09:49:21.853Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerCreateError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerCreateImageNotFound [2022-05-05T09:49:21.853Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerCreateWithName [2022-05-05T09:49:21.853Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerCreateAutoRemove [2022-05-05T09:49:21.853Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerDiffError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerDiff [2022-05-05T09:49:21.853Z] --- PASS: TestContainerDiff (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecCreateError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecCreate [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecStartError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecStart [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecInspectError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecInspect [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExportError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExportError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExport [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExport (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerInspectError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerInspectContainerNotFound [2022-05-05T09:49:21.853Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerInspectWithEmptyID [2022-05-05T09:49:21.853Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerInspect [2022-05-05T09:49:21.853Z] --- PASS: TestContainerInspect (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerInspectNode [2022-05-05T09:49:21.853Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerKillError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerKillError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerKill [2022-05-05T09:49:21.853Z] --- PASS: TestContainerKill (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerListError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerListError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerList [2022-05-05T09:49:21.853Z] --- PASS: TestContainerList (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerLogsNotFoundError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerLogsError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerLogs [2022-05-05T09:49:21.853Z] --- PASS: TestContainerLogs (0.21s) [2022-05-05T09:49:21.853Z] === RUN TestContainerPauseError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerPause [2022-05-05T09:49:21.853Z] --- PASS: TestContainerPause (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainersPruneError [2022-05-05T09:49:21.853Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainersPrune [2022-05-05T09:49:21.853Z] --- PASS: TestContainersPrune (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRemoveError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRemoveNotFoundError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRemove [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRemove (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRenameError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRename [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRename (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerResizeError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecResizeError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerResize [2022-05-05T09:49:21.853Z] --- PASS: TestContainerResize (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerExecResize [2022-05-05T09:49:21.853Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRestartError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerRestart [2022-05-05T09:49:21.853Z] --- PASS: TestContainerRestart (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerStartError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerStartError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerStart [2022-05-05T09:49:21.853Z] --- PASS: TestContainerStart (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerStatsError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerStats [2022-05-05T09:49:21.853Z] --- PASS: TestContainerStats (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerStopError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerStopError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerStop [2022-05-05T09:49:21.853Z] --- PASS: TestContainerStop (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerTopError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerTopError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerTop [2022-05-05T09:49:21.853Z] --- PASS: TestContainerTop (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerUnpauseError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerUnpause [2022-05-05T09:49:21.853Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerUpdateError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerUpdate [2022-05-05T09:49:21.853Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerWaitError [2022-05-05T09:49:21.853Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestContainerWait [2022-05-05T09:49:21.853Z] --- PASS: TestContainerWait (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestDiskUsageError [2022-05-05T09:49:21.853Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestDiskUsage [2022-05-05T09:49:21.853Z] --- PASS: TestDiskUsage (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestDistributionInspectUnsupported [2022-05-05T09:49:21.853Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestDistributionInspectWithEmptyID [2022-05-05T09:49:21.853Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestEventsErrorInOptions [2022-05-05T09:49:21.853Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestEventsErrorFromServer [2022-05-05T09:49:21.853Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestEvents [2022-05-05T09:49:21.853Z] --- PASS: TestEvents (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestTLSCloseWriter [2022-05-05T09:49:21.853Z] === PAUSE TestTLSCloseWriter [2022-05-05T09:49:21.853Z] === RUN TestImageBuildError [2022-05-05T09:49:21.853Z] --- PASS: TestImageBuildError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageBuild [2022-05-05T09:49:21.853Z] --- PASS: TestImageBuild (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestGetDockerOS [2022-05-05T09:49:21.853Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageCreateError [2022-05-05T09:49:21.853Z] --- PASS: TestImageCreateError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageCreate [2022-05-05T09:49:21.853Z] --- PASS: TestImageCreate (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageHistoryError [2022-05-05T09:49:21.853Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageHistory [2022-05-05T09:49:21.853Z] --- PASS: TestImageHistory (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageImportError [2022-05-05T09:49:21.853Z] --- PASS: TestImageImportError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageImport [2022-05-05T09:49:21.853Z] --- PASS: TestImageImport (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageInspectError [2022-05-05T09:49:21.853Z] --- PASS: TestImageInspectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageInspectImageNotFound [2022-05-05T09:49:21.853Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageInspectWithEmptyID [2022-05-05T09:49:21.853Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageInspect [2022-05-05T09:49:21.853Z] --- PASS: TestImageInspect (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageListError [2022-05-05T09:49:21.853Z] --- PASS: TestImageListError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageList [2022-05-05T09:49:21.853Z] --- PASS: TestImageList (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageListApiBefore125 [2022-05-05T09:49:21.853Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageLoadError [2022-05-05T09:49:21.853Z] --- PASS: TestImageLoadError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageLoad [2022-05-05T09:49:21.853Z] --- PASS: TestImageLoad (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagesPruneError [2022-05-05T09:49:21.853Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagesPrune [2022-05-05T09:49:21.853Z] --- PASS: TestImagesPrune (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullReferenceParseError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullAnyError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePullWithoutErrors [2022-05-05T09:49:21.853Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushReferenceError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushAnyError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithoutErrors [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-05T09:49:21.853Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageRemoveError [2022-05-05T09:49:21.853Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageRemoveImageNotFound [2022-05-05T09:49:21.853Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageRemove [2022-05-05T09:49:21.853Z] --- PASS: TestImageRemove (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSaveError [2022-05-05T09:49:21.853Z] --- PASS: TestImageSaveError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSave [2022-05-05T09:49:21.853Z] --- PASS: TestImageSave (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSearchAnyError [2022-05-05T09:49:21.853Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-05T09:49:21.853Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:49:21.853Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:49:21.853Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-05T09:49:21.853Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageSearchWithoutErrors [2022-05-05T09:49:21.853Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageTagError [2022-05-05T09:49:21.853Z] --- PASS: TestImageTagError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageTagInvalidReference [2022-05-05T09:49:21.853Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageTagInvalidSourceImageName [2022-05-05T09:49:21.853Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageTagHexSource [2022-05-05T09:49:21.853Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestImageTag [2022-05-05T09:49:21.853Z] --- PASS: TestImageTag (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestInfoServerError [2022-05-05T09:49:21.853Z] --- PASS: TestInfoServerError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestInfoInvalidResponseJSONError [2022-05-05T09:49:21.853Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestInfo [2022-05-05T09:49:21.853Z] --- PASS: TestInfo (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkConnectError [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkConnect [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkCreateError [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkCreate [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkDisconnectError [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkDisconnect [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect/empty_ID [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect/no_options [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect/verbose [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect/global_scope [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect/unknown_network [2022-05-05T09:49:21.853Z] === RUN TestNetworkInspect/server_error [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect (0.01s) [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkListError [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkListError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkList [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkList (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworksPruneError [2022-05-05T09:49:21.853Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworksPrune [2022-05-05T09:49:21.853Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkRemoveError [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNetworkRemove [2022-05-05T09:49:21.853Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeInspectError [2022-05-05T09:49:21.853Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeInspectNodeNotFound [2022-05-05T09:49:21.853Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeInspectWithEmptyID [2022-05-05T09:49:21.853Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeInspect [2022-05-05T09:49:21.853Z] --- PASS: TestNodeInspect (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeListError [2022-05-05T09:49:21.853Z] --- PASS: TestNodeListError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeList [2022-05-05T09:49:21.853Z] --- PASS: TestNodeList (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeRemoveError [2022-05-05T09:49:21.853Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeRemove [2022-05-05T09:49:21.853Z] --- PASS: TestNodeRemove (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeUpdateError [2022-05-05T09:49:21.853Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestNodeUpdate [2022-05-05T09:49:21.853Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestOptionWithHostFromEnv [2022-05-05T09:49:21.853Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestOptionWithTimeout [2022-05-05T09:49:21.853Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestOptionWithVersionFromEnv [2022-05-05T09:49:21.853Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPingFail [2022-05-05T09:49:21.853Z] --- PASS: TestPingFail (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPingWithError [2022-05-05T09:49:21.853Z] 2022/05/05 09:49:21 RoundTripper returned a response & error; ignoring response [2022-05-05T09:49:21.853Z] 2022/05/05 09:49:21 RoundTripper returned a response & error; ignoring response [2022-05-05T09:49:21.853Z] --- PASS: TestPingWithError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPingSuccess [2022-05-05T09:49:21.853Z] --- PASS: TestPingSuccess (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPingHeadFallback [2022-05-05T09:49:21.853Z] === RUN TestPingHeadFallback/OK [2022-05-05T09:49:21.853Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-05T09:49:21.853Z] === RUN TestPingHeadFallback/Not_Found [2022-05-05T09:49:21.853Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-05T09:49:21.853Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-05T09:49:21.853Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginDisableError [2022-05-05T09:49:21.853Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginDisable [2022-05-05T09:49:21.853Z] --- PASS: TestPluginDisable (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginEnableError [2022-05-05T09:49:21.853Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginEnable [2022-05-05T09:49:21.853Z] --- PASS: TestPluginEnable (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginInspectError [2022-05-05T09:49:21.853Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginInspectWithEmptyID [2022-05-05T09:49:21.853Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.853Z] === RUN TestPluginInspect [2022-05-05T09:49:21.854Z] --- PASS: TestPluginInspect (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginListError [2022-05-05T09:49:21.854Z] --- PASS: TestPluginListError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginList [2022-05-05T09:49:21.854Z] --- PASS: TestPluginList (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginPushError [2022-05-05T09:49:21.854Z] --- PASS: TestPluginPushError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginPush [2022-05-05T09:49:21.854Z] --- PASS: TestPluginPush (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginRemoveError [2022-05-05T09:49:21.854Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginRemove [2022-05-05T09:49:21.854Z] --- PASS: TestPluginRemove (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginSetError [2022-05-05T09:49:21.854Z] --- PASS: TestPluginSetError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPluginSet [2022-05-05T09:49:21.854Z] --- PASS: TestPluginSet (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSetHostHeader [2022-05-05T09:49:21.854Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestPlainTextError [2022-05-05T09:49:21.854Z] --- PASS: TestPlainTextError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestInfiniteError [2022-05-05T09:49:21.854Z] --- PASS: TestInfiniteError (0.03s) [2022-05-05T09:49:21.854Z] === RUN TestCanceledContext [2022-05-05T09:49:21.854Z] 2022/05/05 09:49:21 RoundTripper returned a response & error; ignoring response [2022-05-05T09:49:21.854Z] --- PASS: TestCanceledContext (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestDeadlineExceededContext [2022-05-05T09:49:21.854Z] 2022/05/05 09:49:21 RoundTripper returned a response & error; ignoring response [2022-05-05T09:49:21.854Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretCreateUnsupported [2022-05-05T09:49:21.854Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretCreateError [2022-05-05T09:49:21.854Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretCreate [2022-05-05T09:49:21.854Z] --- PASS: TestSecretCreate (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretInspectUnsupported [2022-05-05T09:49:21.854Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretInspectError [2022-05-05T09:49:21.854Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretInspectSecretNotFound [2022-05-05T09:49:21.854Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretInspectWithEmptyID [2022-05-05T09:49:21.854Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretInspect [2022-05-05T09:49:21.854Z] --- PASS: TestSecretInspect (0.01s) [2022-05-05T09:49:21.854Z] === RUN TestSecretListUnsupported [2022-05-05T09:49:21.854Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretListError [2022-05-05T09:49:21.854Z] --- PASS: TestSecretListError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretList [2022-05-05T09:49:21.854Z] --- PASS: TestSecretList (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretRemoveUnsupported [2022-05-05T09:49:21.854Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretRemoveError [2022-05-05T09:49:21.854Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretRemove [2022-05-05T09:49:21.854Z] --- PASS: TestSecretRemove (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretUpdateUnsupported [2022-05-05T09:49:21.854Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretUpdateError [2022-05-05T09:49:21.854Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSecretUpdate [2022-05-05T09:49:21.854Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceCreateError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceCreateError (0.01s) [2022-05-05T09:49:21.854Z] === RUN TestServiceCreate [2022-05-05T09:49:21.854Z] --- PASS: TestServiceCreate (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-05T09:49:21.854Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceCreateDigestPinning [2022-05-05T09:49:21.854Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceInspectError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceInspectServiceNotFound [2022-05-05T09:49:21.854Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceInspectWithEmptyID [2022-05-05T09:49:21.854Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceInspect [2022-05-05T09:49:21.854Z] --- PASS: TestServiceInspect (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceListError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceListError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceList [2022-05-05T09:49:21.854Z] --- PASS: TestServiceList (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceLogsError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceLogs [2022-05-05T09:49:21.854Z] --- PASS: TestServiceLogs (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceRemoveError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceRemoveNotFoundError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceRemove [2022-05-05T09:49:21.854Z] --- PASS: TestServiceRemove (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceUpdateError [2022-05-05T09:49:21.854Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestServiceUpdate [2022-05-05T09:49:21.854Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmGetUnlockKeyError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmGetUnlockKey [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmInitError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmInit [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmInit (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmInspectError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmInspect [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmJoinError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmJoin [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmLeaveError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmLeave [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmUnlockError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmUnlock [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmUpdateError [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestSwarmUpdate [2022-05-05T09:49:21.854Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestTaskInspectError [2022-05-05T09:49:21.854Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestTaskInspectWithEmptyID [2022-05-05T09:49:21.854Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestTaskInspect [2022-05-05T09:49:21.854Z] --- PASS: TestTaskInspect (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestTaskListError [2022-05-05T09:49:21.854Z] --- PASS: TestTaskListError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestTaskList [2022-05-05T09:49:21.854Z] --- PASS: TestTaskList (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeCreateError [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeCreate [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeInspectError [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeInspectNotFound [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeInspectWithEmptyID [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeInspect [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeListError [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeListError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeList [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeList (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeRemoveError [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-05T09:49:21.854Z] === RUN TestVolumeRemove [2022-05-05T09:49:21.854Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-05T09:49:21.854Z] === CONT TestTLSCloseWriter [2022-05-05T09:49:21.854Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-05-05T09:49:21.854Z] PASS [2022-05-05T09:49:21.854Z] coverage: 75.1% of statements [2022-05-05T09:49:21.854Z] ok github.com/docker/docker/client 0.520s coverage: 75.1% of statements [2022-05-05T09:49:22.369Z] --- PASS: TestAPIIpcModeHost (0.67s) [2022-05-05T09:49:22.369Z] === RUN TestDaemonIpcModeShareable [2022-05-05T09:49:22.369Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-05T09:49:22.447Z] --- PASS: TestDaemonRestartIpcMode (2.12s) [2022-05-05T09:49:23.771Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-05T09:49:24.029Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true [2022-05-05T09:49:24.288Z] --- PASS: TestDaemonIpcModeShareable (1.91s) [2022-05-05T09:49:24.288Z] === RUN TestDaemonIpcModePrivate [2022-05-05T09:49:24.546Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-05T09:49:25.915Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2022-05-05T09:49:25.915Z] --- PASS: TestDaemonIpcModePrivate (1.69s) [2022-05-05T09:49:25.915Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-05T09:49:26.846Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-05-05T09:49:27.408Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2022-05-05T09:49:27.408Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-05T09:49:27.665Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2022-05-05T09:49:27.665Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-05T09:49:29.031Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2022-05-05T09:49:29.287Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.59s) [2022-05-05T09:49:29.287Z] === RUN TestIpcModeOlderClient [2022-05-05T09:49:29.287Z] === PAUSE TestIpcModeOlderClient [2022-05-05T09:49:29.287Z] === RUN TestKillContainerInvalidSignal [2022-05-05T09:49:29.287Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-05-05T09:49:29.287Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-05T09:49:29.287Z] check_test.go:307: [d56223c17821b] daemon is not started [2022-05-05T09:49:29.287Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-05-05T09:49:29.851Z] --- PASS: TestKillContainerInvalidSignal (0.56s) [2022-05-05T09:49:29.851Z] === RUN TestKillContainer [2022-05-05T09:49:29.851Z] === RUN TestKillContainer/no_signal [2022-05-05T09:49:30.109Z] --- PASS: TestCreateServiceMultipleTimes (15.61s) [2022-05-05T09:49:30.109Z] === RUN TestCreateServiceConflict [2022-05-05T09:49:30.109Z] --- PASS: TestCreateServiceConflict (2.26s) [2022-05-05T09:49:30.109Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T09:49:30.413Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T09:49:30.413Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-05T09:49:30.579Z] --- PASS: TestContainerKillOnDaemonStart (11.57s) [2022-05-05T09:49:30.579Z] PASS [2022-05-05T09:49:30.579Z] [2022-05-05T09:49:30.579Z] === Skipped [2022-05-05T09:49:30.579Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-05-05T09:49:30.579Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:49:30.579Z] [2022-05-05T09:49:30.579Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:49:30.579Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:49:30.579Z] [2022-05-05T09:49:30.579Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-05T09:49:30.579Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:49:30.579Z] [2022-05-05T09:49:30.579Z] DONE 235 tests, 3 skipped in 113.953s [2022-05-05T09:49:30.579Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-05T09:49:30.579Z] ++ 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-05T09:49:30.579Z] ++ set -e [2022-05-05T09:49:30.579Z] ++ '[' -n 0 ']' [2022-05-05T09:49:30.579Z] ++ set -x [2022-05-05T09:49:30.579Z] ++ 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-05T09:49:30.579Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T09:49:30.579Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-05-05T09:49:30.579Z] === RUN TestDaemonConfigValidation [2022-05-05T09:49:30.579Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:49:30.579Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:49:30.579Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-05T09:49:30.579Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-05T09:49:30.579Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-05T09:49:30.579Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-05T09:49:30.579Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-05T09:49:30.579Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-05T09:49:30.579Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-05T09:49:30.579Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-05T09:49:30.579Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:49:30.579Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-05T09:49:30.579Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-05T09:49:30.579Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-05T09:49:30.579Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-05T09:49:30.579Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-05T09:49:30.579Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-05-05T09:49:30.579Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-05T09:49:30.579Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-05-05T09:49:30.579Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-05-05T09:49:30.579Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-05-05T09:49:30.579Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T09:49:30.579Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-05T09:49:30.977Z] === RUN TestKillContainer/killing_signal [2022-05-05T09:49:31.233Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-05-05T09:49:31.521Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-05T09:49:31.797Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-05T09:49:31.797Z] --- PASS: TestKillContainer (2.16s) [2022-05-05T09:49:31.797Z] --- PASS: TestKillContainer/no_signal (0.58s) [2022-05-05T09:49:31.797Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2022-05-05T09:49:31.797Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2022-05-05T09:49:31.797Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T09:49:31.797Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-05T09:49:32.461Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-05T09:49:32.726Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-05T09:49:32.726Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-05T09:49:33.289Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-05-05T09:49:33.407Z] --- PASS: TestCreateServiceMaxReplicas (2.83s) [2022-05-05T09:49:33.407Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T09:49:33.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.62s) [2022-05-05T09:49:33.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2022-05-05T09:49:33.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2022-05-05T09:49:33.546Z] === RUN TestKillStoppedContainer [2022-05-05T09:49:33.546Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-05-05T09:49:33.546Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T09:49:33.546Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-05-05T09:49:33.546Z] === RUN TestKillDifferentUserContainer [2022-05-05T09:49:33.855Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-05T09:49:33.855Z] daemon_test.go:156: [def337d5e4f0d] daemon is not started [2022-05-05T09:49:33.855Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-05-05T09:49:33.855Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-05T09:49:33.855Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-05T09:49:33.855Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-05T09:49:33.855Z] === RUN TestDaemonProxy [2022-05-05T09:49:33.855Z] === RUN TestDaemonProxy/environment_variables [2022-05-05T09:49:34.476Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2022-05-05T09:49:34.476Z] === RUN TestInspectOomKilledTrue [2022-05-05T09:49:34.476Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:49:34.476Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-05T09:49:34.476Z] === RUN TestInspectOomKilledFalse [2022-05-05T09:49:34.476Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:49:34.476Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-05T09:49:34.476Z] === RUN TestLinksEtcHostsContentMatch [2022-05-05T09:49:35.040Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-05-05T09:49:35.040Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2022-05-05T09:49:35.040Z] === RUN TestLinksContainerNames [2022-05-05T09:49:35.270Z] === RUN TestDaemonProxy/command-line_options [2022-05-05T09:49:35.971Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-05T09:49:36.534Z] --- PASS: TestLinksContainerNames (1.47s) [2022-05-05T09:49:36.534Z] === RUN TestLogsFollowTailEmpty [2022-05-05T09:49:36.790Z] check_test.go:307: [de7ae59bfe432] daemon is not started [2022-05-05T09:49:36.790Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-05-05T09:49:37.181Z] === RUN TestDaemonProxy/configuration_file [2022-05-05T09:49:37.354Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2022-05-05T09:49:37.354Z] === RUN TestContainerNetworkMountsNoChown [2022-05-05T09:49:37.916Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/default [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/default [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/private [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/private [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/rprivate [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/slave [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/slave [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/rslave [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/shared [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/shared [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/rshared [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-05T09:49:37.916Z] === CONT TestMountDaemonRoot/default [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:49:37.916Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-05T09:49:37.916Z] === CONT TestMountDaemonRoot/rshared [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:49:37.916Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:49:37.916Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:49:37.917Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:49:37.917Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:49:37.917Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:49:37.917Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/shared [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/rslave [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/slave [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/rprivate [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/private [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-05T09:49:38.173Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:49:38.173Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-05T09:49:38.173Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-05T09:49:38.431Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-05T09:49:38.688Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-05T09:49:38.688Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-05T09:49:38.688Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-05T09:49:38.688Z] === RUN TestContainerBindMountNonRecursive [2022-05-05T09:49:39.093Z] === RUN TestDaemonProxy/conflicting_options [2022-05-05T09:49:39.353Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-05T09:49:39.924Z] --- PASS: TestDaemonProxy (6.21s) [2022-05-05T09:49:39.924Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-05-05T09:49:39.924Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-05-05T09:49:39.924Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-05-05T09:49:39.924Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-05T09:49:39.924Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-05T09:49:39.924Z] PASS [2022-05-05T09:49:39.924Z] [2022-05-05T09:49:39.924Z] DONE 17 tests in 10.175s [2022-05-05T09:49:39.924Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-05-05T09:49:39.924Z] ++ 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-05T09:49:39.924Z] ++ set -e [2022-05-05T09:49:39.924Z] ++ '[' -n 0 ']' [2022-05-05T09:49:39.924Z] ++ set -x [2022-05-05T09:49:39.924Z] ++ 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-05T09:49:39.924Z] INFO: Testing against a local daemon [2022-05-05T09:49:39.924Z] === RUN TestCommitInheritsEnv [2022-05-05T09:49:40.056Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-05-05T09:49:40.185Z] --- PASS: TestCommitInheritsEnv (0.24s) [2022-05-05T09:49:40.185Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T09:49:40.185Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-05T09:49:40.185Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T09:49:40.185Z] === RUN TestImportWithCustomPlatform [2022-05-05T09:49:40.185Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-05T09:49:40.185Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-05T09:49:40.185Z] === RUN TestImportWithCustomPlatform// [2022-05-05T09:49:40.185Z] === RUN TestImportWithCustomPlatform/linux [2022-05-05T09:49:40.312Z] check_test.go:307: [d1f564c80e26f] daemon is not started [2022-05-05T09:49:40.312Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-05-05T09:49:40.446Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-05T09:49:40.446Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-05T09:49:40.446Z] === RUN TestImportWithCustomPlatform/macos [2022-05-05T09:49:40.446Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-05T09:49:40.446Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.01s) [2022-05-05T09:49:40.446Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-05T09:49:40.446Z] === RUN TestImagesFilterMultiReference [2022-05-05T09:49:40.446Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-05T09:49:40.446Z] === RUN TestImagePullPlatformInvalid [2022-05-05T09:49:40.569Z] --- PASS: TestContainerBindMountNonRecursive (2.02s) [2022-05-05T09:49:40.569Z] === RUN TestContainerVolumesMountedAsShared [2022-05-05T09:49:40.706Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-05T09:49:40.706Z] === RUN TestRemoveImageOrphaning [2022-05-05T09:49:40.706Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-05-05T09:49:40.706Z] === RUN TestRemoveImageGarbageCollector [2022-05-05T09:49:40.706Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:49:40.707Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-05T09:49:40.707Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T09:49:40.967Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-05T09:49:40.967Z] === RUN TestTagInvalidReference [2022-05-05T09:49:40.967Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-05T09:49:40.967Z] === RUN TestTagValidPrefixedRepo [2022-05-05T09:49:40.967Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-05T09:49:40.967Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T09:49:40.967Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-05-05T09:49:40.967Z] === RUN TestTagOfficialNames [2022-05-05T09:49:40.967Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-05T09:49:40.967Z] === RUN TestTagMatchesDigest [2022-05-05T09:49:40.967Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-05T09:49:40.967Z] PASS [2022-05-05T09:49:40.967Z] [2022-05-05T09:49:40.967Z] === Skipped [2022-05-05T09:49:40.967Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T09:49:40.967Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-05T09:49:40.967Z] [2022-05-05T09:49:40.967Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-05T09:49:40.967Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:49:40.967Z] [2022-05-05T09:49:40.967Z] DONE 22 tests, 2 skipped in 1.212s [2022-05-05T09:49:40.967Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-05-05T09:49:40.967Z] ++ 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-05T09:49:40.967Z] ++ set -e [2022-05-05T09:49:40.967Z] ++ '[' -n 0 ']' [2022-05-05T09:49:40.967Z] ++ set -x [2022-05-05T09:49:40.967Z] ++ 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-05T09:49:40.967Z] INFO: Testing against a local daemon [2022-05-05T09:49:40.967Z] === RUN TestNetworkCreateDelete [2022-05-05T09:49:41.228Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-05-05T09:49:41.228Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T09:49:41.488Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-05-05T09:49:41.488Z] === RUN TestDaemonDNSFallback [2022-05-05T09:49:41.498Z] --- PASS: TestContainerVolumesMountedAsShared (0.66s) [2022-05-05T09:49:41.498Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-05T09:49:41.754Z] --- PASS: TestContainerVolumesMountedAsSlave (0.48s) [2022-05-05T09:49:41.754Z] === RUN TestNetworkNat [2022-05-05T09:49:42.684Z] --- PASS: TestNetworkNat (0.76s) [2022-05-05T09:49:42.684Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T09:49:42.940Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-05T09:49:42.948Z] --- PASS: TestCheckoutGit (35.11s) [2022-05-05T09:49:42.948Z] === RUN TestValidGitTransport [2022-05-05T09:49:42.948Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-05T09:49:42.948Z] === RUN TestGitInvalidRef [2022-05-05T09:49:42.948Z] --- PASS: TestGitInvalidRef (0.25s) [2022-05-05T09:49:42.948Z] PASS [2022-05-05T09:49:42.948Z] coverage: 86.3% of statements [2022-05-05T09:49:42.948Z] ok github.com/docker/docker/builder/remotecontext/git 35.419s coverage: 86.3% of statements [2022-05-05T09:49:42.948Z] ? github.com/docker/docker/cli [no test files] [2022-05-05T09:49:42.948Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-05T09:49:42.948Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-05T09:49:42.948Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-05T09:49:43.197Z] --- PASS: TestNetworkLocalhostTCPNat (0.63s) [2022-05-05T09:49:43.197Z] === RUN TestNetworkLoopbackNat [2022-05-05T09:49:43.197Z] docker_cli_daemon_plugins_test.go:80: [d5c0cf7d5b124] daemon is not started [2022-05-05T09:49:44.563Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-05-05T09:49:46.456Z] --- PASS: TestNetworkLoopbackNat (2.93s) [2022-05-05T09:49:46.456Z] === RUN TestPause [2022-05-05T09:49:46.456Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-05T09:49:46.712Z] --- PASS: TestPause (0.70s) [2022-05-05T09:49:46.712Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T09:49:46.712Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:49:46.712Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:49:46.712Z] === RUN TestPauseStopPausedContainer [2022-05-05T09:49:46.969Z] docker_cli_daemon_plugins_test.go:170: [d3d91a52d8a01] daemon is not started [2022-05-05T09:49:47.533Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2022-05-05T09:49:47.533Z] === RUN TestPidHost [2022-05-05T09:49:48.069Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-05-05T09:49:48.069Z] === RUN TestInspectNetwork [2022-05-05T09:49:48.305Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.35s) [2022-05-05T09:49:48.305Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T09:49:48.464Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-05-05T09:49:48.565Z] --- PASS: TestCreateServiceSecretFileMode (2.50s) [2022-05-05T09:49:48.565Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T09:49:49.394Z] --- PASS: TestPidHost (1.68s) [2022-05-05T09:49:49.394Z] === RUN TestPsFilter [2022-05-05T09:49:49.394Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-05T09:49:49.394Z] --- PASS: TestPsFilter (0.13s) [2022-05-05T09:49:49.394Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T09:49:49.652Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-05T09:49:50.215Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2022-05-05T09:49:50.215Z] === RUN TestRemoveContainerWithVolume [2022-05-05T09:49:50.779Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2022-05-05T09:49:50.779Z] === RUN TestRemoveContainerRunning [2022-05-05T09:49:51.109Z] --- PASS: TestCreateServiceConfigFileMode (2.52s) [2022-05-05T09:49:51.109Z] === RUN TestCreateServiceSysctls [2022-05-05T09:49:51.369Z] === RUN TestInspectNetwork/full_network_id [2022-05-05T09:49:51.369Z] === RUN TestInspectNetwork/partial_network_id [2022-05-05T09:49:51.369Z] === RUN TestInspectNetwork/network_name [2022-05-05T09:49:51.369Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-05T09:49:51.520Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2022-05-05T09:49:51.521Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-05T09:49:51.521Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestConfigureDaemonLogs [2022-05-05T09:49:51.521Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestCommonOptionsInstallFlags [2022-05-05T09:49:51.521Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-05T09:49:51.521Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-05T09:49:51.521Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-05T09:49:51.521Z] PASS [2022-05-05T09:49:51.521Z] coverage: 20.1% of statements [2022-05-05T09:49:51.521Z] ok github.com/docker/docker/cmd/dockerd 0.219s coverage: 20.1% of statements [2022-05-05T09:49:51.521Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-05T09:49:51.521Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-05T09:49:51.710Z] --- PASS: TestRemoveContainerRunning (0.72s) [2022-05-05T09:49:51.710Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T09:49:52.273Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-05-05T09:49:52.529Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2022-05-05T09:49:52.529Z] === RUN TestRemoveInvalidContainer [2022-05-05T09:49:52.529Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-05T09:49:52.529Z] === RUN TestRenameLinkedContainer [2022-05-05T09:49:52.786Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-05-05T09:49:53.058Z] === RUN TestContainerStopSignal [2022-05-05T09:49:53.058Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestContainerStopTimeout [2022-05-05T09:49:53.058Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-05T09:49:53.058Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-05T09:49:53.058Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-05T09:49:53.058Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestReplaceAndAppendEnvVars [2022-05-05T09:49:53.058Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-05T09:49:53.058Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestNewMemoryStore [2022-05-05T09:49:53.058Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestAddContainers [2022-05-05T09:49:53.058Z] --- PASS: TestAddContainers (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestGetContainer [2022-05-05T09:49:53.058Z] --- PASS: TestGetContainer (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestDeleteContainer [2022-05-05T09:49:53.058Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestListContainers [2022-05-05T09:49:53.058Z] --- PASS: TestListContainers (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestFirstContainer [2022-05-05T09:49:53.058Z] --- PASS: TestFirstContainer (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestApplyAllContainer [2022-05-05T09:49:53.058Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestIsValidHealthString [2022-05-05T09:49:53.058Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestStateRunStop [2022-05-05T09:49:53.058Z] --- PASS: TestStateRunStop (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestStateTimeoutWait [2022-05-05T09:49:53.058Z] state_test.go:141: Stop callback fired [2022-05-05T09:49:53.058Z] state_test.go:165: Stop callback fired [2022-05-05T09:49:53.058Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-05T09:49:53.058Z] === RUN TestIsValidStateString [2022-05-05T09:49:53.058Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestViewSaveDelete [2022-05-05T09:49:53.058Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-05T09:49:53.058Z] === RUN TestViewAll [2022-05-05T09:49:53.058Z] --- PASS: TestViewAll (0.01s) [2022-05-05T09:49:53.058Z] === RUN TestViewGet [2022-05-05T09:49:53.058Z] --- PASS: TestViewGet (0.01s) [2022-05-05T09:49:53.058Z] === RUN TestNames [2022-05-05T09:49:53.058Z] --- PASS: TestNames (0.00s) [2022-05-05T09:49:53.058Z] === RUN TestViewWithHealthCheck [2022-05-05T09:49:53.058Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-05T09:49:53.058Z] PASS [2022-05-05T09:49:53.058Z] coverage: 41.7% of statements [2022-05-05T09:49:53.058Z] ok github.com/docker/docker/container 0.239s coverage: 41.7% of statements [2022-05-05T09:49:53.058Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-05T09:49:53.058Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-05T09:49:53.058Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-05T09:49:53.058Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-05T09:49:53.350Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-05-05T09:49:53.521Z] === RUN TestPrepare [2022-05-05T09:49:53.521Z] --- PASS: TestPrepare (0.00s) [2022-05-05T09:49:53.521Z] === RUN TestStart [2022-05-05T09:49:53.521Z] --- PASS: TestStart (0.00s) [2022-05-05T09:49:53.521Z] === RUN TestWaitCancel [2022-05-05T09:49:53.521Z] --- PASS: TestWaitCancel (0.00s) [2022-05-05T09:49:53.521Z] === RUN TestWaitDisabled [2022-05-05T09:49:53.521Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-05T09:49:53.521Z] === RUN TestWaitEnabled [2022-05-05T09:49:53.521Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-05T09:49:53.521Z] === RUN TestRemove [2022-05-05T09:49:53.521Z] --- PASS: TestRemove (0.00s) [2022-05-05T09:49:53.521Z] PASS [2022-05-05T09:49:53.521Z] coverage: 65.3% of statements [2022-05-05T09:49:53.521Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.065s coverage: 65.3% of statements [2022-05-05T09:49:53.606Z] check_test.go:307: [d748aaf949a5f] daemon is not started [2022-05-05T09:49:53.606Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-05-05T09:49:54.407Z] --- PASS: TestCreateServiceSysctls (3.20s) [2022-05-05T09:49:54.407Z] === RUN TestCreateServiceCapabilities [2022-05-05T09:49:55.499Z] --- PASS: TestRenameLinkedContainer (2.84s) [2022-05-05T09:49:55.499Z] === RUN TestRenameStoppedContainer [2022-05-05T09:49:55.499Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-05-05T09:49:55.569Z] --- PASS: TestInspectNetwork (7.11s) [2022-05-05T09:49:55.569Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-05T09:49:55.569Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-05T09:49:55.569Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-05T09:49:55.569Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-05T09:49:55.569Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T09:49:56.066Z] --- PASS: TestRenameStoppedContainer (0.75s) [2022-05-05T09:49:56.066Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T09:49:56.428Z] === RUN TestNewListSecretsFilters [2022-05-05T09:49:56.428Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-05T09:49:56.428Z] === RUN TestNewListConfigsFilters [2022-05-05T09:49:56.428Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-05T09:49:56.428Z] PASS [2022-05-05T09:49:56.428Z] coverage: 0.5% of statements [2022-05-05T09:49:56.428Z] ok github.com/docker/docker/daemon/cluster 0.205s coverage: 0.5% of statements [2022-05-05T09:49:56.511Z] --- PASS: TestRunContainerWithBridgeNone (1.45s) [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T09:49:56.511Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:49:56.511Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:49:56.511Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:49:56.511Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T09:49:56.511Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T09:49:56.511Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T09:49:56.511Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T09:49:56.511Z] === RUN TestNetworkList [2022-05-05T09:49:56.511Z] === RUN TestNetworkList//networks [2022-05-05T09:49:56.511Z] === PAUSE TestNetworkList//networks [2022-05-05T09:49:56.511Z] === RUN TestNetworkList//networks/ [2022-05-05T09:49:56.511Z] === PAUSE TestNetworkList//networks/ [2022-05-05T09:49:56.511Z] === CONT TestNetworkList//networks [2022-05-05T09:49:56.511Z] === CONT TestNetworkList//networks/ [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkList (0.01s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T09:49:56.511Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T09:49:56.511Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T09:49:56.948Z] --- PASS: TestCreateServiceCapabilities (2.54s) [2022-05-05T09:49:56.948Z] === RUN TestInspect [2022-05-05T09:49:56.996Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-05-05T09:49:57.082Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-05T09:49:57.082Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T09:49:57.559Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-05T09:49:57.559Z] --- PASS: TestRenameRunningContainerAndReuse (1.54s) [2022-05-05T09:49:57.559Z] === RUN TestRenameInvalidName [2022-05-05T09:49:57.965Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-05T09:49:57.965Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-05T09:49:57.965Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-05T09:49:57.965Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-05T09:49:57.965Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-05T09:49:57.965Z] PASS [2022-05-05T09:49:57.965Z] coverage: 35.9% of statements [2022-05-05T09:49:57.965Z] ok github.com/docker/docker/daemon/cluster/convert 0.891s coverage: 35.9% of statements [2022-05-05T09:49:58.023Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-05T09:49:58.023Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T09:49:58.489Z] --- PASS: TestRenameInvalidName (0.84s) [2022-05-05T09:49:58.489Z] === RUN TestRenameAnonymousContainer [2022-05-05T09:49:58.489Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-05-05T09:49:58.746Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-05T09:49:58.964Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-05-05T09:49:58.964Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T09:49:59.905Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-05T09:49:59.905Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T09:50:00.115Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-05T09:50:00.244Z] --- PASS: TestInspect (2.82s) [2022-05-05T09:50:00.244Z] === RUN TestCreateJob [2022-05-05T09:50:00.372Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-05T09:50:00.790Z] === RUN TestBoolValue [2022-05-05T09:50:00.790Z] --- PASS: TestBoolValue (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestBoolValueOrDefault [2022-05-05T09:50:00.790Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestInt64ValueOrZero [2022-05-05T09:50:00.790Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestInt64ValueOrDefault [2022-05-05T09:50:00.790Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-05T09:50:00.790Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestJsonContentType [2022-05-05T09:50:00.790Z] --- PASS: TestJsonContentType (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestReadJSON [2022-05-05T09:50:00.790Z] === RUN TestReadJSON/nil_body [2022-05-05T09:50:00.790Z] === RUN TestReadJSON/empty_body [2022-05-05T09:50:00.790Z] === RUN TestReadJSON/with_valid_request [2022-05-05T09:50:00.790Z] === RUN TestReadJSON/with_whitespace [2022-05-05T09:50:00.790Z] === RUN TestReadJSON/with_extra_content [2022-05-05T09:50:00.790Z] === RUN TestReadJSON/invalid_JSON [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-05T09:50:00.790Z] PASS [2022-05-05T09:50:00.790Z] coverage: 31.9% of statements [2022-05-05T09:50:00.790Z] ok github.com/docker/docker/api/server/httputils 0.046s coverage: 31.9% of statements [2022-05-05T09:50:00.790Z] === RUN TestMaskSecretKeys [2022-05-05T09:50:00.790Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-05T09:50:00.790Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-05T09:50:00.790Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-05T09:50:00.790Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-05T09:50:00.790Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestVersionMiddlewareVersion [2022-05-05T09:50:00.790Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-05T09:50:00.790Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-05T09:50:00.790Z] PASS [2022-05-05T09:50:00.790Z] coverage: 37.7% of statements [2022-05-05T09:50:00.790Z] ok github.com/docker/docker/api/server/middleware 0.115s coverage: 37.7% of statements [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-05T09:50:00.790Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-05T09:50:00.790Z] === RUN TestStrSliceMarshalJSON [2022-05-05T09:50:00.790Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestStrSliceUnmarshalJSON [2022-05-05T09:50:00.790Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestStrSliceUnmarshalString [2022-05-05T09:50:00.790Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestStrSliceUnmarshalSlice [2022-05-05T09:50:00.790Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-05T09:50:00.790Z] PASS [2022-05-05T09:50:00.790Z] coverage: 90.0% of statements [2022-05-05T09:50:00.790Z] ok github.com/docker/docker/api/types/strslice 0.062s coverage: 90.0% of statements [2022-05-05T09:50:00.790Z] === RUN TestToJSON [2022-05-05T09:50:00.790Z] --- PASS: TestToJSON (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestToParamWithVersion [2022-05-05T09:50:00.790Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestFromJSON [2022-05-05T09:50:00.790Z] --- PASS: TestFromJSON (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestEmpty [2022-05-05T09:50:00.790Z] --- PASS: TestEmpty (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestArgsMatchKVListEmptySources [2022-05-05T09:50:00.790Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestArgsMatchKVList [2022-05-05T09:50:00.790Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestArgsMatch [2022-05-05T09:50:00.790Z] --- PASS: TestArgsMatch (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestAdd [2022-05-05T09:50:00.790Z] --- PASS: TestAdd (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestDel [2022-05-05T09:50:00.790Z] --- PASS: TestDel (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestLen [2022-05-05T09:50:00.790Z] --- PASS: TestLen (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestExactMatch [2022-05-05T09:50:00.790Z] --- PASS: TestExactMatch (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestOnlyOneExactMatch [2022-05-05T09:50:00.790Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestContains [2022-05-05T09:50:00.790Z] --- PASS: TestContains (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestValidate [2022-05-05T09:50:00.790Z] --- PASS: TestValidate (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestWalkValues [2022-05-05T09:50:00.790Z] --- PASS: TestWalkValues (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestFuzzyMatch [2022-05-05T09:50:00.790Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-05T09:50:00.790Z] === RUN TestClone [2022-05-05T09:50:00.790Z] --- PASS: TestClone (0.00s) [2022-05-05T09:50:00.790Z] PASS [2022-05-05T09:50:00.790Z] coverage: 92.2% of statements [2022-05-05T09:50:00.790Z] ok github.com/docker/docker/api/types/filters 0.048s coverage: 92.2% of statements [2022-05-05T09:50:00.790Z] === RUN TestGetTimestamp [2022-05-05T09:50:00.790Z] === RUN TestAdjustForAPIVersion [2022-05-05T09:50:00.791Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-05T09:50:00.791Z] PASS [2022-05-05T09:50:00.791Z] coverage: 6.1% of statements [2022-05-05T09:50:00.791Z] ok github.com/docker/docker/api/server/router/swarm 0.049s coverage: 6.1% of statements [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-05T09:50:00.791Z] --- PASS: TestGetTimestamp (0.22s) [2022-05-05T09:50:00.791Z] === RUN TestParseTimestamps [2022-05-05T09:50:00.791Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-05T09:50:00.791Z] PASS [2022-05-05T09:50:00.791Z] coverage: 100.0% of statements [2022-05-05T09:50:00.791Z] ok github.com/docker/docker/api/types/time 0.271s coverage: 100.0% of statements [2022-05-05T09:50:00.791Z] === RUN TestCompareVersion [2022-05-05T09:50:00.791Z] --- PASS: TestCompareVersion (0.00s) [2022-05-05T09:50:00.791Z] PASS [2022-05-05T09:50:00.791Z] coverage: 77.3% of statements [2022-05-05T09:50:00.791Z] ok github.com/docker/docker/api/types/versions 0.083s coverage: 77.3% of statements [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-05T09:50:00.791Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-05T09:50:00.791Z] === RUN TestIsGIT [2022-05-05T09:50:00.791Z] --- PASS: TestIsGIT (0.00s) [2022-05-05T09:50:00.791Z] PASS [2022-05-05T09:50:00.791Z] coverage: 100.0% of statements [2022-05-05T09:50:00.791Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.100s coverage: 100.0% of statements [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-05T09:50:00.791Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-05T09:50:00.791Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-05T09:50:00.791Z] === RUN TestCloneArgsSmartHttp [2022-05-05T09:50:00.791Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-05T09:50:00.791Z] === RUN TestCloneArgsDumbHttp [2022-05-05T09:50:00.791Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-05T09:50:00.791Z] === RUN TestCloneArgsGit [2022-05-05T09:50:00.791Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-05T09:50:00.791Z] === RUN TestCheckoutGit [2022-05-05T09:50:00.869Z] === RUN TestWaitNodeAttachment [2022-05-05T09:50:00.869Z] === RUN TestBuilderGC [2022-05-05T09:50:00.869Z] --- PASS: TestBuilderGC (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationNotFound [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonBrokenConfiguration [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestFindConfigurationConflicts [2022-05-05T09:50:00.869Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-05T09:50:00.869Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-05T09:50:00.869Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-05T09:50:00.869Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-05T09:50:00.869Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_label [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_dns [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_hosts [2022-05-05T09:50:00.869Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestReloadSetConfigFileNotExist [2022-05-05T09:50:00.869Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-05-05T09:50:00.869Z] === RUN TestIsolationConversion [2022-05-05T09:50:00.869Z] === RUN TestIsolationConversion/default [2022-05-05T09:50:00.869Z] === RUN TestIsolationConversion/process [2022-05-05T09:50:00.869Z] === RUN TestIsolationConversion/hyperv [2022-05-05T09:50:00.869Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestContainerLabels [2022-05-05T09:50:00.869Z] --- PASS: TestContainerLabels (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestCredentialSpecConversion [2022-05-05T09:50:00.869Z] === RUN TestCredentialSpecConversion/none [2022-05-05T09:50:00.869Z] === RUN TestCredentialSpecConversion/config [2022-05-05T09:50:00.869Z] === RUN TestCredentialSpecConversion/file [2022-05-05T09:50:00.869Z] === RUN TestCredentialSpecConversion/registry [2022-05-05T09:50:00.869Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-05T09:50:00.869Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestControllerValidateMountBind [2022-05-05T09:50:00.869Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestControllerValidateMountVolume [2022-05-05T09:50:00.869Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestControllerValidateMountTarget [2022-05-05T09:50:00.869Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestControllerValidateMountTmpfs [2022-05-05T09:50:00.869Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestControllerValidateMountInvalidType [2022-05-05T09:50:00.869Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestControllerValidateMountNamedPipe [2022-05-05T09:50:00.869Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-05T09:50:00.869Z] PASS [2022-05-05T09:50:00.869Z] coverage: 11.0% of statements [2022-05-05T09:50:00.869Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.778s coverage: 11.0% of statements [2022-05-05T09:50:00.869Z] time="2022-05-05T09:50:00Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-05T09:50:00.869Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-05-05T09:50:00.869Z] === RUN TestReloadDefaultConfigNotExist [2022-05-05T09:50:00.869Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:00.869Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestReloadBadDefaultConfig [2022-05-05T09:50:00.869Z] time="2022-05-05T09:50:00Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2580574825" [2022-05-05T09:50:00.869Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestReloadWithConflictingLabels [2022-05-05T09:50:00.869Z] time="2022-05-05T09:50:00Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1112539536" [2022-05-05T09:50:00.869Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2022-05-05T09:50:00.869Z] === RUN TestReloadWithDuplicateLabels [2022-05-05T09:50:00.869Z] time="2022-05-05T09:50:00Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-263571191" [2022-05-05T09:50:00.869Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestMaskURLCredentials [2022-05-05T09:50:00.869Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestDaemonConfigurationMerge [2022-05-05T09:50:00.869Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-05T09:50:00.869Z] PASS [2022-05-05T09:50:00.869Z] coverage: 79.8% of statements [2022-05-05T09:50:00.869Z] ok github.com/docker/docker/daemon/config 0.395s coverage: 79.8% of statements [2022-05-05T09:50:00.869Z] === RUN TestEventsLog [2022-05-05T09:50:00.869Z] --- PASS: TestEventsLog (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestEventsLogTimeout [2022-05-05T09:50:00.869Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-05T09:50:00.869Z] === RUN TestLogEvents [2022-05-05T09:50:01.289Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-05-05T09:50:01.289Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T09:50:01.302Z] --- PASS: TestRenameAnonymousContainer (2.93s) [2022-05-05T09:50:01.302Z] === RUN TestRenameContainerWithSameName [2022-05-05T09:50:01.329Z] --- PASS: TestLogEvents (0.05s) [2022-05-05T09:50:01.329Z] === RUN TestLoadBufferedEvents [2022-05-05T09:50:01.329Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-05-05T09:50:01.329Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-05T09:50:01.329Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-05T09:50:01.329Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-05T09:50:01.329Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-05T09:50:01.329Z] PASS [2022-05-05T09:50:01.329Z] coverage: 50.0% of statements [2022-05-05T09:50:01.329Z] ok github.com/docker/docker/daemon/events 0.296s coverage: 50.0% of statements [2022-05-05T09:50:01.860Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-05T09:50:01.860Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T09:50:01.865Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-05-05T09:50:02.122Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2022-05-05T09:50:02.122Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T09:50:02.395Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-05T09:50:02.396Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestProcessNoDockerignore [2022-05-05T09:50:02.396Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-05T09:50:02.396Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestDetectContentType [2022-05-05T09:50:02.396Z] --- PASS: TestDetectContentType (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestSelectAcceptableMIME [2022-05-05T09:50:02.396Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestInspectEmptyResponse [2022-05-05T09:50:02.396Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestInspectResponseBinary [2022-05-05T09:50:02.396Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestResponseUnsupportedContentType [2022-05-05T09:50:02.396Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestInspectResponseTextSimple [2022-05-05T09:50:02.396Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestInspectResponseEmptyContentType [2022-05-05T09:50:02.396Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestUnknownContentLength [2022-05-05T09:50:02.396Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestDownloadRemote [2022-05-05T09:50:02.396Z] --- PASS: TestDownloadRemote (0.10s) [2022-05-05T09:50:02.396Z] === RUN TestGetWithStatusError [2022-05-05T09:50:02.396Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestCloseRootDirectory [2022-05-05T09:50:02.396Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:02.396Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-05T09:50:02.396Z] === RUN TestHashFile [2022-05-05T09:50:02.396Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:02.396Z] --- SKIP: TestHashFile (0.01s) [2022-05-05T09:50:02.396Z] === RUN TestHashSubdir [2022-05-05T09:50:02.396Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:02.396Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-05T09:50:02.396Z] === RUN TestRemoveDirectory [2022-05-05T09:50:02.396Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:02.396Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-05T09:50:02.396Z] PASS [2022-05-05T09:50:02.396Z] coverage: 9.3% of statements [2022-05-05T09:50:02.396Z] ok github.com/docker/docker/builder/remotecontext 0.284s coverage: 9.3% of statements [2022-05-05T09:50:02.784Z] --- PASS: TestCreateJob (3.17s) [2022-05-05T09:50:02.784Z] === RUN TestReplicatedJob [2022-05-05T09:50:02.870Z] === RUN TestIsEmptyDir [2022-05-05T09:50:02.870Z] --- PASS: TestIsEmptyDir (0.02s) [2022-05-05T09:50:02.870Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-05T09:50:02.870Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-05T09:50:02.870Z] PASS [2022-05-05T09:50:02.870Z] coverage: 2.3% of statements [2022-05-05T09:50:02.870Z] ok github.com/docker/docker/daemon/graphdriver 0.095s coverage: 2.3% of statements [2022-05-05T09:50:02.870Z] === RUN TestLinkNaming [2022-05-05T09:50:02.870Z] --- PASS: TestLinkNaming (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestLinkNew [2022-05-05T09:50:02.870Z] --- PASS: TestLinkNew (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestLinkEnv [2022-05-05T09:50:02.870Z] --- PASS: TestLinkEnv (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestLinkMultipleEnv [2022-05-05T09:50:02.870Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestLinkPortRangeEnv [2022-05-05T09:50:02.870Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-05T09:50:02.870Z] PASS [2022-05-05T09:50:02.870Z] coverage: 93.0% of statements [2022-05-05T09:50:02.870Z] ok github.com/docker/docker/daemon/links 0.059s coverage: 93.0% of statements [2022-05-05T09:50:02.870Z] === RUN TestVerifyNetworkingConfig [2022-05-05T09:50:02.870Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestGetContainer [2022-05-05T09:50:02.870Z] --- PASS: TestGetContainer (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestValidContainerNames [2022-05-05T09:50:02.870Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestContainerInitDNS [2022-05-05T09:50:02.870Z] daemon_test.go:145: root required [2022-05-05T09:50:02.870Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestMerge [2022-05-05T09:50:02.870Z] --- PASS: TestMerge (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestValidateContainerIsolation [2022-05-05T09:50:02.870Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestFindNetworkErrorType [2022-05-05T09:50:02.870Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestEnsureServicesExist [2022-05-05T09:50:02.870Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestEnsureServicesExistErrors [2022-05-05T09:50:02.870Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-05T09:50:02.870Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-05T09:50:02.870Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-05T09:50:02.870Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-05T09:50:02.870Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-05T09:50:02.870Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-05T09:50:02.870Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestContainerDelete [2022-05-05T09:50:02.870Z] --- PASS: TestContainerDelete (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestContainerDoubleDelete [2022-05-05T09:50:02.870Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestLogContainerEventCopyLabels [2022-05-05T09:50:02.870Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestLogContainerEventWithAttributes [2022-05-05T09:50:02.870Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestNoneHealthcheck [2022-05-05T09:50:02.870Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-05T09:50:02.870Z] === RUN TestHealthStates [2022-05-05T09:50:02.877Z] === RUN TestEnable [2022-05-05T09:50:02.877Z] --- PASS: TestEnable (0.00s) [2022-05-05T09:50:02.877Z] === RUN TestDisable [2022-05-05T09:50:02.877Z] --- PASS: TestDisable (0.00s) [2022-05-05T09:50:02.877Z] === RUN TestEnabled [2022-05-05T09:50:02.877Z] --- PASS: TestEnabled (0.00s) [2022-05-05T09:50:02.877Z] PASS [2022-05-05T09:50:02.877Z] coverage: 100.0% of statements [2022-05-05T09:50:02.877Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-05-05T09:50:03.328Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] time="2022-05-05T09:50:02Z" 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-05T09:50:03.329Z] --- PASS: TestHealthStates (0.20s) [2022-05-05T09:50:03.329Z] === RUN TestGetInspectData [2022-05-05T09:50:03.329Z] --- PASS: TestGetInspectData (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestFillLicense [2022-05-05T09:50:03.329Z] --- PASS: TestFillLicense (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestListInvalidFilter [2022-05-05T09:50:03.329Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestNameFilter [2022-05-05T09:50:03.329Z] --- PASS: TestNameFilter (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-05T09:50:03.329Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-05T09:50:03.329Z] === 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-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-05T09:50:03.329Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.03s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-05T09:50:03.329Z] --- 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-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-05T09:50:03.329Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-05T09:50:03.329Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestDaemonReloadLabels [2022-05-05T09:50:03.329Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-05T09:50:03.329Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-05T09:50:03.329Z] === RUN TestDaemonReloadMirrors [2022-05-05T09:50:03.358Z] === RUN TestGetAllAllowed [2022-05-05T09:50:03.358Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-05T09:50:03.358Z] === RUN TestGetAllMeta [2022-05-05T09:50:03.358Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-05T09:50:03.358Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-05T09:50:03.358Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-05T09:50:03.358Z] === RUN TestIsUnreferencedBuiltin [2022-05-05T09:50:03.358Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-05T09:50:03.358Z] === RUN TestIsExistingDirectory [2022-05-05T09:50:03.358Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-05T09:50:03.358Z] === RUN TestGetFilenameForDownload [2022-05-05T09:50:03.358Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-05T09:50:03.358Z] === RUN TestEnv2Variables [2022-05-05T09:50:03.358Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-05T09:50:03.358Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-05T09:50:03.358Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestMaintainer [2022-05-05T09:50:03.359Z] --- PASS: TestMaintainer (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestLabel [2022-05-05T09:50:03.359Z] --- PASS: TestLabel (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestFromScratch [2022-05-05T09:50:03.359Z] --- PASS: TestFromScratch (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestFromWithArg [2022-05-05T09:50:03.359Z] --- PASS: TestFromWithArg (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-05T09:50:03.359Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestFromWithUndefinedArg [2022-05-05T09:50:03.359Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestFromMultiStageWithNamedStage [2022-05-05T09:50:03.359Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestOnbuild [2022-05-05T09:50:03.359Z] --- PASS: TestOnbuild (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestWorkdir [2022-05-05T09:50:03.359Z] --- PASS: TestWorkdir (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestCmd [2022-05-05T09:50:03.359Z] --- PASS: TestCmd (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestHealthcheckNone [2022-05-05T09:50:03.359Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestHealthcheckCmd [2022-05-05T09:50:03.359Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestEntrypoint [2022-05-05T09:50:03.359Z] --- PASS: TestEntrypoint (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestExpose [2022-05-05T09:50:03.359Z] --- PASS: TestExpose (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestUser [2022-05-05T09:50:03.359Z] --- PASS: TestUser (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestVolume [2022-05-05T09:50:03.359Z] --- PASS: TestVolume (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestStopSignal [2022-05-05T09:50:03.359Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-05T09:50:03.359Z] --- SKIP: TestStopSignal (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestArg [2022-05-05T09:50:03.359Z] --- PASS: TestArg (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestShell [2022-05-05T09:50:03.359Z] --- PASS: TestShell (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestPrependEnvOnCmd [2022-05-05T09:50:03.359Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestRunWithBuildArgs [2022-05-05T09:50:03.359Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestRunIgnoresHealthcheck [2022-05-05T09:50:03.359Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestDispatchUnsupportedOptions [2022-05-05T09:50:03.359Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-05T09:50:03.359Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-05T09:50:03.359Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-05T09:50:03.359Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestNormalizeWorkdir [2022-05-05T09:50:03.359Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestDispatch [2022-05-05T09:50:03.359Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-05T09:50:03.359Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-05T09:50:03.359Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-05T09:50:03.359Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-05T09:50:03.359Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-05T09:50:03.359Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-05T09:50:03.359Z] === RUN TestDispatch/COPY_url [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch (0.09s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.03s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-05T09:50:03.359Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestAddScratchImageAddsToMounts [2022-05-05T09:50:03.359Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-05T09:50:03.359Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-05T09:50:03.359Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-05T09:50:03.359Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestImageSourceGetAddsToMounts [2022-05-05T09:50:03.359Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestEmptyDockerfile [2022-05-05T09:50:03.359Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-05T09:50:03.359Z] === RUN TestSymlinkDockerfile [2022-05-05T09:50:03.359Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-05T09:50:03.359Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-05T09:50:03.359Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestNonExistingDockerfile [2022-05-05T09:50:03.359Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestCopyRunConfig [2022-05-05T09:50:03.359Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestDeepCopyRunConfig [2022-05-05T09:50:03.359Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestExportImage [2022-05-05T09:50:03.359Z] --- PASS: TestExportImage (0.00s) [2022-05-05T09:50:03.359Z] === RUN TestNormalizeDest [2022-05-05T09:50:03.359Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-05T09:50:03.359Z] PASS [2022-05-05T09:50:03.359Z] coverage: 46.7% of statements [2022-05-05T09:50:03.359Z] ok github.com/docker/docker/builder/dockerfile 0.281s coverage: 46.7% of statements [2022-05-05T09:50:03.541Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-05-05T09:50:03.789Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-05T09:50:03.789Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-05T09:50:03.789Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-05T09:50:03.789Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-05T09:50:03.789Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-05T09:50:03.789Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-05T09:50:03.789Z] reload_test.go:342: root required [2022-05-05T09:50:03.789Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-05T09:50:03.789Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-05T09:50:03.789Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-05T09:50:03.789Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-05T09:50:03.789Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-05-05T09:50:03.789Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-05T09:50:03.789Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.05s) [2022-05-05T09:50:03.789Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-05T09:50:03.789Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2022-05-05T09:50:03.789Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-05T09:50:03.789Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-05T09:50:03.789Z] === RUN TestParseVolumesFrom [2022-05-05T09:50:03.789Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-05T09:50:03.789Z] PASS [2022-05-05T09:50:03.789Z] coverage: 8.6% of statements [2022-05-05T09:50:03.789Z] ok github.com/docker/docker/daemon 0.646s coverage: 8.6% of statements [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-05T09:50:03.789Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-05T09:50:03.813Z] --- PASS: TestRenameContainerWithLinkedContainer (1.73s) [2022-05-05T09:50:03.813Z] === RUN TestResize [2022-05-05T09:50:03.813Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-05T09:50:04.372Z] === RUN TestTCP4Proxy [2022-05-05T09:50:04.372Z] --- PASS: TestTCP4Proxy (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestTCP4ProxyHalfClose [2022-05-05T09:50:04.372Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestTCP6Proxy [2022-05-05T09:50:04.372Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T09:50:04.372Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestTCPDualStackProxy [2022-05-05T09:50:04.372Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T09:50:04.372Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestUDP4Proxy [2022-05-05T09:50:04.372Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestUDP6Proxy [2022-05-05T09:50:04.372Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T09:50:04.372Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestUDPWriteError [2022-05-05T09:50:04.372Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-05T09:50:04.372Z] === RUN TestSCTP4Proxy [2022-05-05T09:50:04.372Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-05T09:50:04.372Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-05-05T09:50:04.372Z] === RUN TestSCTP6Proxy [2022-05-05T09:50:04.372Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T09:50:04.372Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-05T09:50:04.372Z] PASS [2022-05-05T09:50:04.372Z] coverage: 49.4% of statements [2022-05-05T09:50:04.372Z] ok github.com/docker/docker/cmd/docker-proxy 0.059s coverage: 49.4% of statements [2022-05-05T09:50:04.404Z] --- PASS: TestServiceWithPredefinedNetwork (2.37s) [2022-05-05T09:50:04.404Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T09:50:04.404Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:50:04.404Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:50:04.404Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T09:50:04.742Z] --- PASS: TestResize (0.77s) [2022-05-05T09:50:04.742Z] === RUN TestResizeWithInvalidSize [2022-05-05T09:50:05.669Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-05-05T09:50:05.669Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2022-05-05T09:50:05.669Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T09:50:05.925Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/defaults [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-05T09:50:05.966Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-05T09:50:05.966Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-05T09:50:05.966Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-05T09:50:05.966Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-05T09:50:05.966Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-05T09:50:05.966Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-05T09:50:05.966Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2022-05-05T09:50:05.966Z] === RUN TestCreateSuccess [2022-05-05T09:50:05.966Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCreateStreamSkipped [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-05T09:50:05.966Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCreateLogGroupSuccess [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-05T09:50:05.966Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCreateError [2022-05-05T09:50:05.966Z] --- PASS: TestCreateError (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCreateAlreadyExists [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-05T09:50:05.966Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestLogClosed [2022-05-05T09:50:05.966Z] --- PASS: TestLogClosed (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestLogBlocking [2022-05-05T09:50:05.966Z] --- PASS: TestLogBlocking (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-05T09:50:05.966Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestLogNonBlockingBufferFull [2022-05-05T09:50:05.966Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestPublishBatchSuccess [2022-05-05T09:50:05.966Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestPublishBatchError [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=error msg=error [2022-05-05T09:50:05.966Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-05T09:50:05.966Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-05T09:50:05.966Z] time="2022-05-05T09:50:05Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-05T09:50:05.966Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchSimple [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchTicker [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMultilinePattern [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchClose [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen/0/Hello [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen/2/🙃 [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen/3/���� [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen/4/He��o [2022-05-05T09:50:05.966Z] === RUN TestEffectiveLen/5/ [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/0/ [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/1/Hello [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: Hello [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/2/Hello [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: He [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: llo [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/3/Hello [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: Hello [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/4/🙃 [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/5/🙃 [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/6/a� [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: a [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: � [2022-05-05T09:50:05.966Z] === RUN TestFindValidSplit/7/a� [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1076: a� [2022-05-05T09:50:05.966Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestProcessEventEmoji [2022-05-05T09:50:05.966Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchLineSplit [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMaxEvents [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-05T09:50:05.966Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-05T09:50:05.966Z] === RUN TestSearchRegistryForImagesErrors [2022-05-05T09:50:05.966Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestSearchRegistryForImages [2022-05-05T09:50:05.966Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestOnlyPlatformWithFallback [2022-05-05T09:50:05.966Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestImageDelete [2022-05-05T09:50:05.966Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-05T09:50:05.966Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-05T09:50:05.966Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-05T09:50:05.966Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-05T09:50:05.966Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsFormat [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestCreateTagSuccess [2022-05-05T09:50:05.967Z] === RUN TestImageDelete/no_lease [2022-05-05T09:50:05.967Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-05T09:50:05.967Z] === RUN TestImageDelete/lease_exists [2022-05-05T09:50:05.967Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2022-05-05T09:50:05.967Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-05T09:50:05.967Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-05T09:50:05.967Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-05T09:50:05.967Z] PASS [2022-05-05T09:50:05.967Z] coverage: 80.2% of statements [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/#00 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-05T09:50:05.967Z] === RUN TestAdapterReadLogs [2022-05-05T09:50:05.967Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestCopier [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/something:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-05T09:50:05.967Z] ok github.com/docker/docker/daemon/logger/awslogs 0.538s coverage: 80.2% of statements [2022-05-05T09:50:05.967Z] --- PASS: TestCopier (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestCopierLongLines [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-05T09:50:05.967Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-05T09:50:05.967Z] === RUN TestCopierSlow [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-05T09:50:05.967Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-05T09:50:05.967Z] PASS [2022-05-05T09:50:05.967Z] coverage: 53.6% of statements [2022-05-05T09:50:05.967Z] ok github.com/docker/docker/daemon/logger/fluentd 0.066s coverage: 53.6% of statements [2022-05-05T09:50:05.967Z] --- PASS: TestImageDelete (0.05s) [2022-05-05T09:50:05.967Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-05T09:50:05.967Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-05T09:50:05.967Z] === RUN TestContentStoreForPull [2022-05-05T09:50:06.182Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:50:06.182Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:50:06.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:50:06.182Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-05T09:50:06.182Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:50:06.427Z] --- PASS: TestCopierSlow (0.20s) [2022-05-05T09:50:06.427Z] === RUN TestCopierWithSized [2022-05-05T09:50:06.427Z] === RUN TestCopierWithSized/as_is [2022-05-05T09:50:06.427Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-05T09:50:06.427Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-05T09:50:06.427Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-05T09:50:06.427Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-05T09:50:06.427Z] === RUN TestCopierWithPartial [2022-05-05T09:50:06.427Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-05T09:50:06.427Z] === RUN TestRingLogger [2022-05-05T09:50:06.427Z] --- PASS: TestRingLogger (0.00s) [2022-05-05T09:50:06.427Z] === RUN TestRingCap [2022-05-05T09:50:06.427Z] --- PASS: TestRingCap (0.00s) [2022-05-05T09:50:06.427Z] === RUN TestRingClose [2022-05-05T09:50:06.427Z] --- PASS: TestRingClose (0.00s) [2022-05-05T09:50:06.427Z] === RUN TestRingDrain [2022-05-05T09:50:06.427Z] --- PASS: TestRingDrain (0.00s) [2022-05-05T09:50:06.427Z] PASS [2022-05-05T09:50:06.427Z] coverage: 43.2% of statements [2022-05-05T09:50:06.427Z] ok github.com/docker/docker/daemon/logger 0.287s coverage: 43.2% of statements [2022-05-05T09:50:06.427Z] --- PASS: TestContentStoreForPull (0.24s) [2022-05-05T09:50:06.427Z] PASS [2022-05-05T09:50:06.427Z] coverage: 6.6% of statements [2022-05-05T09:50:06.427Z] ok github.com/docker/docker/daemon/images 0.450s coverage: 6.6% of statements [2022-05-05T09:50:06.427Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-05T09:50:06.427Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-05T09:50:06.427Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-05T09:50:06.427Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-05T09:50:06.427Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-05T09:50:06.427Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-05T09:50:06.886Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-05T09:50:06.886Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-05T09:50:06.886Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-05T09:50:07.344Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-05-05T09:50:07.344Z] === RUN TestFastTimeMarshalJSON [2022-05-05T09:50:07.344Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-05T09:50:07.344Z] PASS [2022-05-05T09:50:07.344Z] coverage: 87.2% of statements [2022-05-05T09:50:07.344Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.253s coverage: 87.2% of statements [2022-05-05T09:50:07.803Z] === RUN TestJSONFileLogger [2022-05-05T09:50:07.803Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-05T09:50:07.803Z] === RUN TestJSONFileLoggerWithTags [2022-05-05T09:50:07.803Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-05T09:50:07.803Z] === RUN TestJSONFileLoggerWithOpts [2022-05-05T09:50:07.803Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-05T09:50:07.803Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-05T09:50:07.803Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.02s) [2022-05-05T09:50:07.803Z] === RUN TestEncodeDecode [2022-05-05T09:50:07.803Z] === PAUSE TestEncodeDecode [2022-05-05T09:50:07.803Z] === RUN TestUnexpectedEOF [2022-05-05T09:50:07.803Z] time="2022-05-05T09:50:07Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-05T09:50:07.803Z] time="2022-05-05T09:50:07Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-05T09:50:07.803Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-05-05T09:50:07.803Z] === CONT TestEncodeDecode [2022-05-05T09:50:07.803Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-05T09:50:07.803Z] PASS [2022-05-05T09:50:07.803Z] coverage: 69.9% of statements [2022-05-05T09:50:07.803Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.321s coverage: 69.9% of statements [2022-05-05T09:50:08.262Z] === RUN TestWriteLog [2022-05-05T09:50:08.262Z] === PAUSE TestWriteLog [2022-05-05T09:50:08.262Z] === RUN TestReadLog [2022-05-05T09:50:08.262Z] === PAUSE TestReadLog [2022-05-05T09:50:08.262Z] === RUN TestDecode [2022-05-05T09:50:08.262Z] --- PASS: TestDecode (0.02s) [2022-05-05T09:50:08.262Z] === CONT TestWriteLog [2022-05-05T09:50:08.262Z] --- PASS: TestWriteLog (0.00s) [2022-05-05T09:50:08.262Z] === CONT TestReadLog [2022-05-05T09:50:08.262Z] === RUN TestReadLog/tail_exact [2022-05-05T09:50:08.262Z] === RUN TestReadLog/tail_less_than_available [2022-05-05T09:50:08.262Z] === RUN TestReadLog/tail_more_than_available [2022-05-05T09:50:08.262Z] --- PASS: TestReadLog (0.22s) [2022-05-05T09:50:08.262Z] --- PASS: TestReadLog/tail_exact (0.19s) [2022-05-05T09:50:08.262Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-05T09:50:08.262Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-05T09:50:08.262Z] PASS [2022-05-05T09:50:08.262Z] coverage: 78.7% of statements [2022-05-05T09:50:08.262Z] ok github.com/docker/docker/daemon/logger/local 0.314s coverage: 78.7% of statements [2022-05-05T09:50:08.262Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-05T09:50:08.705Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:50:08.721Z] === RUN TestOpenFileDelete [2022-05-05T09:50:08.721Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestOpenFileRename [2022-05-05T09:50:08.721Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestHandleDecoderErr [2022-05-05T09:50:08.721Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestParseLogTagDefaultTag [2022-05-05T09:50:08.721Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestParseLogTag [2022-05-05T09:50:08.721Z] --- PASS: TestParseLogTag (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestParseLogTagEmptyTag [2022-05-05T09:50:08.721Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestTailFiles [2022-05-05T09:50:08.721Z] --- PASS: TestTailFiles (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestFollowLogsConsumerGone [2022-05-05T09:50:08.721Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-05T09:50:08.721Z] === RUN TestFollowLogsProducerGone [2022-05-05T09:50:08.721Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-05T09:50:08.721Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-05T09:50:08.721Z] --- PASS: TestFollowLogsProducerGone (0.02s) [2022-05-05T09:50:08.721Z] === RUN TestCheckCapacityAndRotate [2022-05-05T09:50:08.721Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-05T09:50:08.721Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-05T09:50:08.721Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-05-05T09:50:08.721Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-05T09:50:08.721Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-05-05T09:50:08.721Z] PASS [2022-05-05T09:50:08.721Z] coverage: 53.5% of statements [2022-05-05T09:50:08.721Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.157s coverage: 53.5% of statements [2022-05-05T09:50:09.398Z] --- PASS: TestReplicatedJob (5.60s) [2022-05-05T09:50:09.398Z] === RUN TestUpdateReplicatedJob [2022-05-05T09:50:09.634Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-05-05T09:50:09.634Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-05T09:50:09.688Z] === RUN TestLog [2022-05-05T09:50:09.688Z] --- PASS: TestLog (0.03s) [2022-05-05T09:50:09.688Z] PASS [2022-05-05T09:50:09.688Z] coverage: 31.5% of statements [2022-05-05T09:50:09.688Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.081s coverage: 31.5% of statements [2022-05-05T09:50:09.891Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:50:09.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-05T09:50:10.146Z] === RUN TestValidateLogOpt [2022-05-05T09:50:10.146Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestNewMissedConfig [2022-05-05T09:50:10.146Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestNewMissedUrl [2022-05-05T09:50:10.146Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestNewMissedToken [2022-05-05T09:50:10.146Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestNewWithProxy [2022-05-05T09:50:10.146Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestDefault [2022-05-05T09:50:10.146Z] --- PASS: TestDefault (0.01s) [2022-05-05T09:50:10.146Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-05T09:50:10.146Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestJsonFormat [2022-05-05T09:50:10.146Z] --- PASS: TestJsonFormat (0.01s) [2022-05-05T09:50:10.146Z] === RUN TestRawFormat [2022-05-05T09:50:10.146Z] --- PASS: TestRawFormat (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestRawFormatWithLabels [2022-05-05T09:50:10.146Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestRawFormatWithoutTag [2022-05-05T09:50:10.146Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestBatching [2022-05-05T09:50:10.146Z] === RUN TestNewParse [2022-05-05T09:50:10.146Z] --- PASS: TestNewParse (0.00s) [2022-05-05T09:50:10.146Z] PASS [2022-05-05T09:50:10.146Z] coverage: 8.3% of statements [2022-05-05T09:50:10.146Z] ok github.com/docker/docker/daemon/logger/templates 0.052s coverage: 8.3% of statements [2022-05-05T09:50:10.146Z] === RUN TestParseLogFormat [2022-05-05T09:50:10.146Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestValidateLogOptEmpty [2022-05-05T09:50:10.146Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogAddress [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestParseAddressDefaultPort [2022-05-05T09:50:10.146Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestValidateSyslogFacility [2022-05-05T09:50:10.146Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestValidateLogOptSyslogFormat [2022-05-05T09:50:10.146Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-05T09:50:10.146Z] === RUN TestValidateLogOpt [2022-05-05T09:50:10.146Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-05T09:50:10.146Z] PASS [2022-05-05T09:50:10.146Z] coverage: 43.6% of statements [2022-05-05T09:50:10.146Z] ok github.com/docker/docker/daemon/logger/syslog 0.062s coverage: 43.6% of statements [2022-05-05T09:50:10.146Z] --- PASS: TestBatching (0.25s) [2022-05-05T09:50:10.146Z] === RUN TestFrequency [2022-05-05T09:50:10.605Z] --- PASS: TestFrequency (0.17s) [2022-05-05T09:50:10.605Z] === RUN TestOneMessagePerRequest [2022-05-05T09:50:10.605Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-05T09:50:10.605Z] === RUN TestVerify [2022-05-05T09:50:10.605Z] --- PASS: TestVerify (0.00s) [2022-05-05T09:50:10.605Z] === RUN TestSkipVerify [2022-05-05T09:50:10.605Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:10.605Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:10.605Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:10.605Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] --- PASS: TestSkipVerify (0.47s) [2022-05-05T09:50:11.064Z] === RUN TestBufferMaximum [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.680900\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.680900\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-05T09:50:11.064Z] === RUN TestServerAlwaysDown [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.684397\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.684397\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.684397\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.684397\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] time="2022-05-05T09:50:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744210.684397\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.064Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-05T09:50:11.064Z] === RUN TestCannotSendAfterClose [2022-05-05T09:50:11.064Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-05T09:50:11.064Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-05T09:50:11.258Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-05T09:50:11.258Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-05T09:50:11.514Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-05T09:50:11.522Z] === RUN TestV1IDService [2022-05-05T09:50:11.522Z] --- PASS: TestV1IDService (0.03s) [2022-05-05T09:50:11.522Z] === RUN TestV2MetadataService [2022-05-05T09:50:11.941Z] --- PASS: TestUpdateReplicatedJob (3.32s) [2022-05-05T09:50:11.941Z] === RUN TestServiceListWithStatuses [2022-05-05T09:50:11.941Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:50:11.941Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T09:50:11.941Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T09:50:11.982Z] time="2022-05-05T09:50:11Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-05T09:50:11.982Z] time="2022-05-05T09:50:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"6aa3c92dd89b\"}'" [2022-05-05T09:50:11.982Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-05T09:50:11.982Z] PASS [2022-05-05T09:50:11.982Z] coverage: 82.5% of statements [2022-05-05T09:50:11.982Z] ok github.com/docker/docker/daemon/logger/splunk 1.984s coverage: 82.5% of statements [2022-05-05T09:50:11.982Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-05T09:50:11.982Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-05T09:50:11.982Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-05T09:50:12.440Z] === RUN TestSuccessfulDownload [2022-05-05T09:50:12.441Z] download_test.go:267: Needs fixing on Windows [2022-05-05T09:50:12.441Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-05T09:50:12.441Z] === RUN TestCancelledDownload [2022-05-05T09:50:12.441Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-05T09:50:12.441Z] === RUN TestMaxDownloadAttempts [2022-05-05T09:50:12.441Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T09:50:12.441Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T09:50:12.441Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T09:50:12.441Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T09:50:12.441Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T09:50:12.441Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T09:50:12.441Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T09:50:12.441Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T09:50:12.441Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T09:50:12.441Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T09:50:12.441Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T09:50:12.441Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T09:50:12.445Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:50:12.702Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-05T09:50:12.899Z] time="2022-05-05T09:50:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:50:12.899Z] time="2022-05-05T09:50:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:50:12.899Z] time="2022-05-05T09:50:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:50:12.899Z] time="2022-05-05T09:50:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:50:12.899Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-05T09:50:12.899Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s) [2022-05-05T09:50:12.899Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s) [2022-05-05T09:50:12.899Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s) [2022-05-05T09:50:12.899Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s) [2022-05-05T09:50:12.899Z] === RUN TestTransfer [2022-05-05T09:50:12.899Z] --- PASS: TestTransfer (0.12s) [2022-05-05T09:50:12.899Z] === RUN TestConcurrencyLimit [2022-05-05T09:50:12.899Z] --- PASS: TestV2MetadataService (1.47s) [2022-05-05T09:50:12.899Z] PASS [2022-05-05T09:50:12.899Z] coverage: 48.2% of statements [2022-05-05T09:50:13.265Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-05T09:50:13.360Z] ok github.com/docker/docker/distribution/metadata 1.563s coverage: 48.2% of statements [2022-05-05T09:50:13.360Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-05T09:50:13.360Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-05T09:50:13.360Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestContinueOnError_NeverContinue [2022-05-05T09:50:13.360Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestManifestStore [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/no_remote_or_local [2022-05-05T09:50:13.360Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-05-05T09:50:13.360Z] === RUN TestInactiveJobs [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3274683539\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/no_local_cache [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/with_local_cache [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/unknown_media_type [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="reference for unknown type: " [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="reference for unknown type: " [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="reference for unknown type: " [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="reference for unknown type: " [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="reference for unknown type: " [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-05T09:50:13.360Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-05T09:50:13.360Z] time="2022-05-05T09:50:13Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore (0.32s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-05T09:50:13.360Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-05T09:50:13.360Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestFixManifestLayers [2022-05-05T09:50:13.360Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-05T09:50:13.360Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-05T09:50:13.360Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestFixManifestLayersBadParent [2022-05-05T09:50:13.360Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestValidateManifest [2022-05-05T09:50:13.360Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-05T09:50:13.360Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestFormatPlatform [2022-05-05T09:50:13.360Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-05T09:50:13.360Z] === RUN TestPullSchema2Config [2022-05-05T09:50:13.360Z] === RUN TestPullSchema2Config/success_first_time [2022-05-05T09:50:13.360Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:50:13.360Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:50:13.360Z] === RUN TestPullSchema2Config/500_status [2022-05-05T09:50:13.360Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:50:13.360Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:50:13.819Z] --- PASS: TestInactiveJobs (0.36s) [2022-05-05T09:50:13.819Z] === RUN TestWatchRelease [2022-05-05T09:50:13.819Z] === RUN TestNotFound [2022-05-05T09:50:13.819Z] --- PASS: TestNotFound (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestConflict [2022-05-05T09:50:13.819Z] --- PASS: TestConflict (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestForbidden [2022-05-05T09:50:13.819Z] --- PASS: TestForbidden (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestInvalidParameter [2022-05-05T09:50:13.819Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestNotImplemented [2022-05-05T09:50:13.819Z] --- PASS: TestNotImplemented (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestNotModified [2022-05-05T09:50:13.819Z] --- PASS: TestNotModified (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestUnauthorized [2022-05-05T09:50:13.819Z] --- PASS: TestUnauthorized (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestUnknown [2022-05-05T09:50:13.819Z] --- PASS: TestUnknown (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestCancelled [2022-05-05T09:50:13.819Z] --- PASS: TestCancelled (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestDeadline [2022-05-05T09:50:13.819Z] --- PASS: TestDeadline (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestDataLoss [2022-05-05T09:50:13.819Z] --- PASS: TestDataLoss (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestUnavailable [2022-05-05T09:50:13.819Z] --- PASS: TestUnavailable (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestSystem [2022-05-05T09:50:13.819Z] --- PASS: TestSystem (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Not_Found [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Bad_Request [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Conflict [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Unauthorized [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Forbidden [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Not_Modified [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-05T09:50:13.819Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-05T09:50:13.819Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-05T09:50:13.819Z] PASS [2022-05-05T09:50:13.819Z] coverage: 77.0% of statements [2022-05-05T09:50:13.819Z] ok github.com/docker/docker/errdefs 0.042s coverage: 77.0% of statements [2022-05-05T09:50:13.819Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:50:13.819Z] === RUN TestPullSchema2Config/EOF [2022-05-05T09:50:13.819Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:50:13.819Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:50:13.819Z] 2022/05/05 09:50:13 http: panic serving 127.0.0.1:49217: intentional panic [2022-05-05T09:50:13.819Z] goroutine 119 [running]: [2022-05-05T09:50:13.819Z] net/http.(*conn).serve.func1() [2022-05-05T09:50:13.819Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-05T09:50:13.819Z] panic({0xc48f00, 0xe2b310}) [2022-05-05T09:50:13.819Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-05T09:50:13.819Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0000516c0?, {0xe32ab8?, 0xc0003ac000?}) [2022-05-05T09:50:13.819Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-05T09:50:13.819Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xe32ab8, 0xc0003ac000}, 0xc000430100) [2022-05-05T09:50:13.819Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-05T09:50:13.819Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xe32ab8?, 0xc0003ac000?}, 0xc0005a8000?) [2022-05-05T09:50:13.819Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-05T09:50:13.819Z] net/http.serverHandler.ServeHTTP({0xc00040e480?}, {0xe32ab8, 0xc0003ac000}, 0xc000430100) [2022-05-05T09:50:13.819Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-05T09:50:13.819Z] net/http.(*conn).serve(0xc0001e0000, {0xe33330, 0xc0001de870}) [2022-05-05T09:50:13.819Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-05T09:50:13.819Z] created by net/http.(*Server).Serve [2022-05-05T09:50:13.819Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-05T09:50:13.819Z] --- PASS: TestWatchRelease (0.04s) [2022-05-05T09:50:13.819Z] === RUN TestWatchFinishedTransfer [2022-05-05T09:50:13.819Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestDuplicateTransfer [2022-05-05T09:50:13.819Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-05T09:50:13.819Z] === RUN TestSuccessfulUpload [2022-05-05T09:50:13.819Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:50:13.819Z] === RUN TestPullSchema2Config/unauthorized [2022-05-05T09:50:13.819Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:50:13.819Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:50:13.819Z] --- PASS: TestPullSchema2Config (0.54s) [2022-05-05T09:50:13.819Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-05T09:50:13.819Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-05T09:50:13.819Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-05-05T09:50:13.819Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestGetRepositoryMountCandidates [2022-05-05T09:50:13.819Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-05T09:50:13.819Z] === RUN TestLayerAlreadyExists [2022-05-05T09:50:13.820Z] 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-05T09:50:14.196Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-05T09:50:14.277Z] 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-05T09:50:14.277Z] 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-05T09:50:14.278Z] 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-05T09:50:14.278Z] 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-05T09:50:14.278Z] 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-05T09:50:14.278Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-05T09:50:14.278Z] === RUN TestWhenEmptyAuthConfig [2022-05-05T09:50:14.278Z] time="2022-05-05T09:50:13Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-05T09:50:14.278Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-05-05T09:50:14.278Z] === RUN TestCancelledUpload [2022-05-05T09:50:14.278Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-05T09:50:14.278Z] PASS [2022-05-05T09:50:14.278Z] coverage: 77.3% of statements [2022-05-05T09:50:14.278Z] ok github.com/docker/docker/distribution/xfer 1.819s coverage: 77.3% of statements [2022-05-05T09:50:14.736Z] === RUN TestCompare [2022-05-05T09:50:14.736Z] --- PASS: TestCompare (0.00s) [2022-05-05T09:50:14.736Z] PASS [2022-05-05T09:50:14.736Z] coverage: 19.2% of statements [2022-05-05T09:50:14.736Z] ok github.com/docker/docker/image/cache 0.091s coverage: 19.2% of statements [2022-05-05T09:50:15.195Z] === RUN TestFSGetInvalidData [2022-05-05T09:50:15.195Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSInvalidSet [2022-05-05T09:50:15.195Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSInvalidRoot [2022-05-05T09:50:15.195Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSMetadataGetSet [2022-05-05T09:50:15.195Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-05-05T09:50:15.195Z] === RUN TestFSInvalidWalker [2022-05-05T09:50:15.195Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSGetSet [2022-05-05T09:50:15.195Z] --- PASS: TestFSGetSet (0.04s) [2022-05-05T09:50:15.195Z] === RUN TestFSGetUnsetKey [2022-05-05T09:50:15.195Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSGetEmptyData [2022-05-05T09:50:15.195Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSDelete [2022-05-05T09:50:15.195Z] --- PASS: TestFSDelete (0.02s) [2022-05-05T09:50:15.195Z] === RUN TestFSWalker [2022-05-05T09:50:15.195Z] --- PASS: TestFSWalker (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestFSWalkerStopOnError [2022-05-05T09:50:15.195Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestNewFromJSON [2022-05-05T09:50:15.195Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-05T09:50:15.195Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-05T09:50:15.195Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-05T09:50:15.195Z] === RUN TestMarshalKeyOrder [2022-05-05T09:50:15.195Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-05T09:50:15.195Z] === RUN TestHistoryEqual [2022-05-05T09:50:15.195Z] --- PASS: TestWhenEmptyAuthConfig (1.24s) [2022-05-05T09:50:15.195Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-05T09:50:15.195Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-05T09:50:15.195Z] === RUN TestTokenPassThru [2022-05-05T09:50:15.195Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-05T09:50:15.195Z] === RUN TestTokenPassThruDifferentHost [2022-05-05T09:50:15.195Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-05T09:50:15.195Z] PASS [2022-05-05T09:50:15.195Z] coverage: 26.6% of statements [2022-05-05T09:50:15.195Z] ok github.com/docker/docker/distribution 2.213s coverage: 26.6% of statements [2022-05-05T09:50:15.562Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-05T09:50:15.654Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-05T09:50:15.654Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-05T09:50:15.654Z] --- PASS: TestHistoryEqual (0.22s) [2022-05-05T09:50:15.654Z] === RUN TestImage [2022-05-05T09:50:15.654Z] --- PASS: TestImage (0.00s) [2022-05-05T09:50:15.654Z] === RUN TestImageOSNotEmpty [2022-05-05T09:50:15.654Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-05T09:50:15.654Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-05T09:50:15.654Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-05T09:50:15.654Z] === RUN TestCreate [2022-05-05T09:50:15.654Z] --- PASS: TestCreate (0.01s) [2022-05-05T09:50:15.654Z] === RUN TestRestore [2022-05-05T09:50:15.654Z] time="2022-05-05T09:50:15Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-05T09:50:15.654Z] --- PASS: TestRestore (0.04s) [2022-05-05T09:50:15.654Z] === RUN TestAddDelete [2022-05-05T09:50:15.654Z] --- PASS: TestAddDelete (0.02s) [2022-05-05T09:50:15.654Z] === RUN TestSearchAfterDelete [2022-05-05T09:50:15.654Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-05-05T09:50:15.654Z] === RUN TestParentReset [2022-05-05T09:50:15.654Z] --- PASS: TestParentReset (0.03s) [2022-05-05T09:50:15.654Z] === RUN TestGetAndSetLastUpdated [2022-05-05T09:50:15.654Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-05T09:50:15.654Z] === RUN TestStoreLen [2022-05-05T09:50:15.654Z] --- PASS: TestStoreLen (0.10s) [2022-05-05T09:50:15.654Z] PASS [2022-05-05T09:50:15.654Z] coverage: 86.9% of statements [2022-05-05T09:50:15.654Z] ok github.com/docker/docker/image 0.721s coverage: 86.9% of statements [2022-05-05T09:50:15.654Z] === RUN TestValidateManifest [2022-05-05T09:50:15.654Z] === RUN TestValidateManifest/non-nil [2022-05-05T09:50:15.654Z] === RUN TestValidateManifest/nil [2022-05-05T09:50:15.654Z] --- PASS: TestValidateManifest (0.00s) [2022-05-05T09:50:15.654Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-05T09:50:15.654Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-05T09:50:15.654Z] PASS [2022-05-05T09:50:15.654Z] coverage: 0.7% of statements [2022-05-05T09:50:15.654Z] ok github.com/docker/docker/image/tarexport 0.070s coverage: 0.7% of statements [2022-05-05T09:50:16.112Z] === RUN TestMakeV1ConfigFromConfig [2022-05-05T09:50:16.112Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-05-05T09:50:16.112Z] PASS [2022-05-05T09:50:16.112Z] coverage: 25.0% of statements [2022-05-05T09:50:16.112Z] ok github.com/docker/docker/image/v1 0.077s coverage: 25.0% of statements [2022-05-05T09:50:16.112Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-05T09:50:16.124Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-05-05T09:50:16.140Z] --- PASS: TestDockerNetworkConnectAlias (4.26s) [2022-05-05T09:50:16.141Z] === RUN TestDockerNetworkReConnect [2022-05-05T09:50:16.381Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-05T09:50:16.638Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-05T09:50:17.059Z] === RUN TestCheckpointCreateError [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCheckpointCreate [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCheckpointDeleteError [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCheckpointDelete [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCheckpointListError [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCheckpointList [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointList (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCheckpointListContainerNotFound [2022-05-05T09:50:17.059Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNewClientWithOpsFromEnv [2022-05-05T09:50:17.059Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-05T09:50:17.059Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestGetAPIPath [2022-05-05T09:50:17.059Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestParseHostURL [2022-05-05T09:50:17.059Z] --- PASS: TestParseHostURL (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-05T09:50:17.059Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersion [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPVersionOverride [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-05T09:50:17.059Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestClientRedirect [2022-05-05T09:50:17.059Z] === RUN TestClientRedirect/GET [2022-05-05T09:50:17.059Z] === RUN TestClientRedirect/POST [2022-05-05T09:50:17.059Z] === RUN TestClientRedirect/PUT [2022-05-05T09:50:17.059Z] === RUN TestClientRedirect/DELETE [2022-05-05T09:50:17.059Z] --- PASS: TestClientRedirect (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-05T09:50:17.059Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigCreateUnsupported [2022-05-05T09:50:17.059Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigCreateError [2022-05-05T09:50:17.059Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigCreate [2022-05-05T09:50:17.059Z] --- PASS: TestConfigCreate (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigInspectNotFound [2022-05-05T09:50:17.059Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigInspectWithEmptyID [2022-05-05T09:50:17.059Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigInspectUnsupported [2022-05-05T09:50:17.059Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigInspectError [2022-05-05T09:50:17.059Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigInspectConfigNotFound [2022-05-05T09:50:17.059Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigInspect [2022-05-05T09:50:17.059Z] --- PASS: TestConfigInspect (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigListUnsupported [2022-05-05T09:50:17.059Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigListError [2022-05-05T09:50:17.059Z] --- PASS: TestConfigListError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigList [2022-05-05T09:50:17.059Z] --- PASS: TestConfigList (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigRemoveUnsupported [2022-05-05T09:50:17.059Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigRemoveError [2022-05-05T09:50:17.059Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigRemove [2022-05-05T09:50:17.059Z] --- PASS: TestConfigRemove (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigUpdateUnsupported [2022-05-05T09:50:17.059Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigUpdateError [2022-05-05T09:50:17.059Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestConfigUpdate [2022-05-05T09:50:17.059Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerCommitError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerCommit [2022-05-05T09:50:17.059Z] --- PASS: TestContainerCommit (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerStatPathError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerStatPathNotFoundError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerStatPathNoHeaderError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerStatPath [2022-05-05T09:50:17.059Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyToContainerError [2022-05-05T09:50:17.059Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyToContainerNotFoundError [2022-05-05T09:50:17.059Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyToContainerEmptyResponse [2022-05-05T09:50:17.059Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyToContainer [2022-05-05T09:50:17.059Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyFromContainerError [2022-05-05T09:50:17.059Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyFromContainerNotFoundError [2022-05-05T09:50:17.059Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-05T09:50:17.059Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-05T09:50:17.059Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestCopyFromContainer [2022-05-05T09:50:17.059Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerCreateError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerCreateImageNotFound [2022-05-05T09:50:17.059Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerCreateWithName [2022-05-05T09:50:17.059Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerCreateAutoRemove [2022-05-05T09:50:17.059Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerDiffError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerDiff [2022-05-05T09:50:17.059Z] --- PASS: TestContainerDiff (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecCreateError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecCreate [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecStartError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecStart [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecInspectError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecInspect [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExportError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExportError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExport [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExport (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerInspectError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerInspectContainerNotFound [2022-05-05T09:50:17.059Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerInspectWithEmptyID [2022-05-05T09:50:17.059Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerInspect [2022-05-05T09:50:17.059Z] --- PASS: TestContainerInspect (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerInspectNode [2022-05-05T09:50:17.059Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerKillError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerKillError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerKill [2022-05-05T09:50:17.059Z] --- PASS: TestContainerKill (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerListError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerListError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerList [2022-05-05T09:50:17.059Z] --- PASS: TestContainerList (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerLogsNotFoundError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerLogsError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerLogs [2022-05-05T09:50:17.059Z] --- PASS: TestContainerLogs (0.27s) [2022-05-05T09:50:17.059Z] === RUN TestContainerPauseError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerPause [2022-05-05T09:50:17.059Z] --- PASS: TestContainerPause (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainersPruneError [2022-05-05T09:50:17.059Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainersPrune [2022-05-05T09:50:17.059Z] --- PASS: TestContainersPrune (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerRemoveError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerRemoveNotFoundError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerRemove [2022-05-05T09:50:17.059Z] --- PASS: TestContainerRemove (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerRenameError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerRename [2022-05-05T09:50:17.059Z] --- PASS: TestContainerRename (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerResizeError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerExecResizeError [2022-05-05T09:50:17.059Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-05T09:50:17.059Z] === RUN TestContainerResize [2022-05-05T09:50:17.060Z] --- PASS: TestContainerResize (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerExecResize [2022-05-05T09:50:17.060Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerRestartError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerRestart [2022-05-05T09:50:17.060Z] --- PASS: TestContainerRestart (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerStartError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerStartError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerStart [2022-05-05T09:50:17.060Z] --- PASS: TestContainerStart (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerStatsError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerStats [2022-05-05T09:50:17.060Z] --- PASS: TestContainerStats (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerStopError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerStopError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerStop [2022-05-05T09:50:17.060Z] --- PASS: TestContainerStop (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerTopError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerTopError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerTop [2022-05-05T09:50:17.060Z] --- PASS: TestContainerTop (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerUnpauseError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerUnpause [2022-05-05T09:50:17.060Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerUpdateError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerUpdate [2022-05-05T09:50:17.060Z] --- PASS: TestContainerUpdate (0.02s) [2022-05-05T09:50:17.060Z] === RUN TestContainerWaitError [2022-05-05T09:50:17.060Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestContainerWait [2022-05-05T09:50:17.060Z] --- PASS: TestContainerWait (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestDiskUsageError [2022-05-05T09:50:17.060Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestDiskUsage [2022-05-05T09:50:17.060Z] --- PASS: TestDiskUsage (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestDistributionInspectUnsupported [2022-05-05T09:50:17.060Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestDistributionInspectWithEmptyID [2022-05-05T09:50:17.060Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestEventsErrorInOptions [2022-05-05T09:50:17.060Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestEventsErrorFromServer [2022-05-05T09:50:17.060Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestEvents [2022-05-05T09:50:17.060Z] --- PASS: TestEvents (0.01s) [2022-05-05T09:50:17.060Z] === RUN TestTLSCloseWriter [2022-05-05T09:50:17.060Z] === PAUSE TestTLSCloseWriter [2022-05-05T09:50:17.060Z] === RUN TestImageBuildError [2022-05-05T09:50:17.060Z] --- PASS: TestImageBuildError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageBuild [2022-05-05T09:50:17.060Z] --- PASS: TestImageBuild (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestGetDockerOS [2022-05-05T09:50:17.060Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageCreateError [2022-05-05T09:50:17.060Z] --- PASS: TestImageCreateError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageCreate [2022-05-05T09:50:17.060Z] --- PASS: TestImageCreate (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageHistoryError [2022-05-05T09:50:17.060Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageHistory [2022-05-05T09:50:17.060Z] --- PASS: TestImageHistory (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageImportError [2022-05-05T09:50:17.060Z] --- PASS: TestImageImportError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageImport [2022-05-05T09:50:17.060Z] --- PASS: TestImageImport (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageInspectError [2022-05-05T09:50:17.060Z] --- PASS: TestImageInspectError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageInspectImageNotFound [2022-05-05T09:50:17.060Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageInspectWithEmptyID [2022-05-05T09:50:17.060Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageInspect [2022-05-05T09:50:17.060Z] --- PASS: TestImageInspect (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageListError [2022-05-05T09:50:17.060Z] --- PASS: TestImageListError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageList [2022-05-05T09:50:17.060Z] --- PASS: TestImageList (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageListApiBefore125 [2022-05-05T09:50:17.060Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageLoadError [2022-05-05T09:50:17.060Z] --- PASS: TestImageLoadError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageLoad [2022-05-05T09:50:17.060Z] --- PASS: TestImageLoad (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagesPruneError [2022-05-05T09:50:17.060Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagesPrune [2022-05-05T09:50:17.060Z] --- PASS: TestImagesPrune (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullReferenceParseError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullAnyError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePullWithoutErrors [2022-05-05T09:50:17.060Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushReferenceError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushAnyError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithoutErrors [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-05T09:50:17.060Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-05T09:50:17.060Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageRemoveError [2022-05-05T09:50:17.060Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageRemoveImageNotFound [2022-05-05T09:50:17.060Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageRemove [2022-05-05T09:50:17.060Z] --- PASS: TestImageRemove (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSaveError [2022-05-05T09:50:17.060Z] --- PASS: TestImageSaveError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSave [2022-05-05T09:50:17.060Z] --- PASS: TestImageSave (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSearchAnyError [2022-05-05T09:50:17.060Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-05T09:50:17.060Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:50:17.060Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:50:17.060Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-05T09:50:17.060Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageSearchWithoutErrors [2022-05-05T09:50:17.060Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageTagError [2022-05-05T09:50:17.060Z] --- PASS: TestImageTagError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageTagInvalidReference [2022-05-05T09:50:17.060Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageTagInvalidSourceImageName [2022-05-05T09:50:17.060Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageTagHexSource [2022-05-05T09:50:17.060Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestImageTag [2022-05-05T09:50:17.060Z] --- PASS: TestImageTag (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestInfoServerError [2022-05-05T09:50:17.060Z] --- PASS: TestInfoServerError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestInfoInvalidResponseJSONError [2022-05-05T09:50:17.060Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestInfo [2022-05-05T09:50:17.060Z] --- PASS: TestInfo (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestNetworkConnectError [2022-05-05T09:50:17.060Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-05T09:50:17.060Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkConnect [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkCreateError [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkCreate [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkDisconnectError [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkDisconnect [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect/empty_ID [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect/no_options [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect/verbose [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect/global_scope [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect/unknown_network [2022-05-05T09:50:17.543Z] === RUN TestNetworkInspect/server_error [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkListError [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkListError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkList [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkList (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworksPruneError [2022-05-05T09:50:17.543Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworksPrune [2022-05-05T09:50:17.543Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkRemoveError [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNetworkRemove [2022-05-05T09:50:17.543Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeInspectError [2022-05-05T09:50:17.543Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeInspectNodeNotFound [2022-05-05T09:50:17.543Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeInspectWithEmptyID [2022-05-05T09:50:17.543Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeInspect [2022-05-05T09:50:17.543Z] --- PASS: TestNodeInspect (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeListError [2022-05-05T09:50:17.543Z] --- PASS: TestNodeListError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeList [2022-05-05T09:50:17.543Z] --- PASS: TestNodeList (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeRemoveError [2022-05-05T09:50:17.543Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeRemove [2022-05-05T09:50:17.543Z] --- PASS: TestNodeRemove (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeUpdateError [2022-05-05T09:50:17.543Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestNodeUpdate [2022-05-05T09:50:17.543Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestOptionWithHostFromEnv [2022-05-05T09:50:17.543Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestOptionWithTimeout [2022-05-05T09:50:17.543Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestOptionWithVersionFromEnv [2022-05-05T09:50:17.543Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPingFail [2022-05-05T09:50:17.543Z] --- PASS: TestPingFail (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPingWithError [2022-05-05T09:50:17.543Z] 2022/05/05 09:50:16 RoundTripper returned a response & error; ignoring response [2022-05-05T09:50:17.543Z] 2022/05/05 09:50:16 RoundTripper returned a response & error; ignoring response [2022-05-05T09:50:17.543Z] --- PASS: TestPingWithError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPingSuccess [2022-05-05T09:50:17.543Z] --- PASS: TestPingSuccess (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPingHeadFallback [2022-05-05T09:50:17.543Z] === RUN TestPingHeadFallback/OK [2022-05-05T09:50:17.543Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-05T09:50:17.543Z] === RUN TestPingHeadFallback/Not_Found [2022-05-05T09:50:17.543Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-05T09:50:17.543Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-05T09:50:17.543Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPluginDisableError [2022-05-05T09:50:17.543Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPluginDisable [2022-05-05T09:50:17.543Z] --- PASS: TestPluginDisable (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPluginEnableError [2022-05-05T09:50:17.543Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-05T09:50:17.543Z] === RUN TestPluginEnable [2022-05-05T09:50:17.544Z] --- PASS: TestPluginEnable (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginInspectError [2022-05-05T09:50:17.544Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginInspectWithEmptyID [2022-05-05T09:50:17.544Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginInspect [2022-05-05T09:50:17.544Z] --- PASS: TestPluginInspect (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginListError [2022-05-05T09:50:17.544Z] --- PASS: TestPluginListError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginList [2022-05-05T09:50:17.544Z] --- PASS: TestPluginList (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginPushError [2022-05-05T09:50:17.544Z] --- PASS: TestPluginPushError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginPush [2022-05-05T09:50:17.544Z] --- PASS: TestPluginPush (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginRemoveError [2022-05-05T09:50:17.544Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginRemove [2022-05-05T09:50:17.544Z] --- PASS: TestPluginRemove (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginSetError [2022-05-05T09:50:17.544Z] --- PASS: TestPluginSetError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPluginSet [2022-05-05T09:50:17.544Z] --- PASS: TestPluginSet (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSetHostHeader [2022-05-05T09:50:17.544Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestPlainTextError [2022-05-05T09:50:17.544Z] --- PASS: TestPlainTextError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestInfiniteError [2022-05-05T09:50:17.544Z] --- PASS: TestInfiniteError (0.02s) [2022-05-05T09:50:17.544Z] === RUN TestCanceledContext [2022-05-05T09:50:17.544Z] 2022/05/05 09:50:16 RoundTripper returned a response & error; ignoring response [2022-05-05T09:50:17.544Z] --- PASS: TestCanceledContext (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestDeadlineExceededContext [2022-05-05T09:50:17.544Z] 2022/05/05 09:50:16 RoundTripper returned a response & error; ignoring response [2022-05-05T09:50:17.544Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretCreateUnsupported [2022-05-05T09:50:17.544Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretCreateError [2022-05-05T09:50:17.544Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretCreate [2022-05-05T09:50:17.544Z] --- PASS: TestSecretCreate (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretInspectUnsupported [2022-05-05T09:50:17.544Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretInspectError [2022-05-05T09:50:17.544Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretInspectSecretNotFound [2022-05-05T09:50:17.544Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretInspectWithEmptyID [2022-05-05T09:50:17.544Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretInspect [2022-05-05T09:50:17.544Z] --- PASS: TestSecretInspect (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretListUnsupported [2022-05-05T09:50:17.544Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretListError [2022-05-05T09:50:17.544Z] --- PASS: TestSecretListError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretList [2022-05-05T09:50:17.544Z] --- PASS: TestSecretList (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretRemoveUnsupported [2022-05-05T09:50:17.544Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretRemoveError [2022-05-05T09:50:17.544Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretRemove [2022-05-05T09:50:17.544Z] --- PASS: TestSecretRemove (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretUpdateUnsupported [2022-05-05T09:50:17.544Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretUpdateError [2022-05-05T09:50:17.544Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSecretUpdate [2022-05-05T09:50:17.544Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceCreateError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceCreateError (0.01s) [2022-05-05T09:50:17.544Z] === RUN TestServiceCreate [2022-05-05T09:50:17.544Z] --- PASS: TestServiceCreate (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-05T09:50:17.544Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceCreateDigestPinning [2022-05-05T09:50:17.544Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceInspectError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceInspectServiceNotFound [2022-05-05T09:50:17.544Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceInspectWithEmptyID [2022-05-05T09:50:17.544Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceInspect [2022-05-05T09:50:17.544Z] --- PASS: TestServiceInspect (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceListError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceListError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceList [2022-05-05T09:50:17.544Z] --- PASS: TestServiceList (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceLogsError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceLogs [2022-05-05T09:50:17.544Z] --- PASS: TestServiceLogs (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceRemoveError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceRemoveNotFoundError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceRemove [2022-05-05T09:50:17.544Z] --- PASS: TestServiceRemove (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceUpdateError [2022-05-05T09:50:17.544Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestServiceUpdate [2022-05-05T09:50:17.544Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmGetUnlockKeyError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmGetUnlockKey [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmInitError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmInit [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmInit (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmInspectError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmInspect [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmJoinError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmJoin [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmLeaveError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmLeave [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmUnlockError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmUnlock [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmUpdateError [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestSwarmUpdate [2022-05-05T09:50:17.544Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestTaskInspectError [2022-05-05T09:50:17.544Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestTaskInspectWithEmptyID [2022-05-05T09:50:17.544Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestTaskInspect [2022-05-05T09:50:17.544Z] --- PASS: TestTaskInspect (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestTaskListError [2022-05-05T09:50:17.544Z] --- PASS: TestTaskListError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestTaskList [2022-05-05T09:50:17.544Z] --- PASS: TestTaskList (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeCreateError [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeCreate [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeInspectError [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeInspectNotFound [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeInspectWithEmptyID [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeInspect [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeListError [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeListError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeList [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeList (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeRemoveError [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-05T09:50:17.544Z] === RUN TestVolumeRemove [2022-05-05T09:50:17.544Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-05T09:50:17.544Z] === CONT TestTLSCloseWriter [2022-05-05T09:50:17.544Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-05T09:50:17.544Z] PASS [2022-05-05T09:50:17.544Z] coverage: 75.1% of statements [2022-05-05T09:50:17.544Z] ok github.com/docker/docker/client 0.550s coverage: 75.1% of statements [2022-05-05T09:50:17.572Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-05T09:50:17.649Z] === RUN TestSerialization [2022-05-05T09:50:17.649Z] --- PASS: TestSerialization (0.02s) [2022-05-05T09:50:17.649Z] PASS [2022-05-05T09:50:17.649Z] coverage: 100.0% of statements [2022-05-05T09:50:17.649Z] ok github.com/docker/docker/libcontainerd/queue 0.061s coverage: 100.0% of statements [2022-05-05T09:50:18.108Z] === RUN TestEmptyLayer [2022-05-05T09:50:18.108Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-05T09:50:18.108Z] === RUN TestCommitFailure [2022-05-05T09:50:18.108Z] --- PASS: TestCommitFailure (0.01s) [2022-05-05T09:50:18.108Z] === RUN TestStartTransactionFailure [2022-05-05T09:50:18.108Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-05-05T09:50:18.108Z] === RUN TestGetOrphan [2022-05-05T09:50:18.108Z] --- PASS: TestGetOrphan (0.02s) [2022-05-05T09:50:18.108Z] === RUN TestMountAndRegister [2022-05-05T09:50:18.108Z] layer_test.go:258: Layer size: 14 [2022-05-05T09:50:18.108Z] === RUN TestEnvironmentParsing [2022-05-05T09:50:18.108Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-05T09:50:18.108Z] PASS [2022-05-05T09:50:18.108Z] coverage: 1.2% of statements [2022-05-05T09:50:18.108Z] ok github.com/docker/docker/libcontainerd/local 0.073s coverage: 1.2% of statements [2022-05-05T09:50:18.108Z] --- PASS: TestMountAndRegister (0.07s) [2022-05-05T09:50:18.108Z] === RUN TestLayerRelease [2022-05-05T09:50:18.108Z] layer_test.go:291: Failing on Windows [2022-05-05T09:50:18.108Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-05T09:50:18.108Z] === RUN TestStoreRestore [2022-05-05T09:50:18.108Z] layer_test.go:340: Failing on Windows [2022-05-05T09:50:18.108Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-05T09:50:18.108Z] === RUN TestTarStreamStability [2022-05-05T09:50:18.108Z] layer_test.go:455: Failing on Windows [2022-05-05T09:50:18.108Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-05T09:50:18.108Z] === RUN TestRegisterExistingLayer [2022-05-05T09:50:18.567Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-05-05T09:50:18.567Z] === RUN TestTarStreamVerification [2022-05-05T09:50:18.567Z] layer_test.go:684: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-05T09:50:18.567Z] === RUN TestLayerMigration [2022-05-05T09:50:18.567Z] migration_test.go:45: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-05T09:50:18.567Z] === RUN TestLayerMigrationNoTarsplit [2022-05-05T09:50:18.567Z] migration_test.go:181: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-05T09:50:18.567Z] === RUN TestMountInit [2022-05-05T09:50:18.567Z] mount_test.go:17: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestMountInit (0.00s) [2022-05-05T09:50:18.567Z] === RUN TestMountSize [2022-05-05T09:50:18.567Z] mount_test.go:76: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestMountSize (0.00s) [2022-05-05T09:50:18.567Z] === RUN TestMountChanges [2022-05-05T09:50:18.567Z] mount_test.go:125: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestMountChanges (0.00s) [2022-05-05T09:50:18.567Z] === RUN TestMountApply [2022-05-05T09:50:18.567Z] mount_test.go:212: Failing on Windows [2022-05-05T09:50:18.567Z] --- SKIP: TestMountApply (0.00s) [2022-05-05T09:50:18.567Z] PASS [2022-05-05T09:50:18.567Z] coverage: 30.6% of statements [2022-05-05T09:50:18.567Z] ok github.com/docker/docker/layer 0.350s coverage: 30.6% of statements [2022-05-05T09:50:18.567Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-05T09:50:18.567Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-05T09:50:18.567Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-05T09:50:18.567Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-05T09:50:19.031Z] === RUN TestSequenceGetAvailableBit [2022-05-05T09:50:19.031Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSequenceEqual [2022-05-05T09:50:19.031Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSequenceCopy [2022-05-05T09:50:19.031Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestGetFirstAvailable [2022-05-05T09:50:19.031Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestFindSequence [2022-05-05T09:50:19.031Z] --- PASS: TestFindSequence (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestCheckIfAvailable [2022-05-05T09:50:19.031Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestMergeSequences [2022-05-05T09:50:19.031Z] --- PASS: TestMergeSequences (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestPushReservation [2022-05-05T09:50:19.031Z] --- PASS: TestPushReservation (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSerializeDeserialize [2022-05-05T09:50:19.031Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSet [2022-05-05T09:50:19.031Z] --- PASS: TestSet (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSetUnset [2022-05-05T09:50:19.031Z] --- PASS: TestSetUnset (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestOffsetSetUnset [2022-05-05T09:50:19.031Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSetInRange [2022-05-05T09:50:19.031Z] --- PASS: TestSetInRange (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestSetAnyInRange [2022-05-05T09:50:19.031Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestMethods [2022-05-05T09:50:19.031Z] --- PASS: TestMethods (0.00s) [2022-05-05T09:50:19.031Z] === RUN TestRandomAllocateDeallocate [2022-05-05T09:50:19.304Z] --- PASS: TestServiceWithDataPathPortInit (13.71s) [2022-05-05T09:50:19.304Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T09:50:19.437Z] --- PASS: TestDockerNetworkReConnect (3.36s) [2022-05-05T09:50:19.437Z] === RUN TestServicePlugin [2022-05-05T09:50:20.092Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-05T09:50:20.092Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-05T09:50:20.245Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:q845noqw76r88km0n044qd6yn Created:2022-05-05 09:50:19.056289705 +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[6cd1e11941c782844adc38206bfc22ee96d33013716eca190422b1c211aad2d0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p613rmxd8zn5vshm9j38gi6e3 EndpointID:9808d2305d3b1695f277b83e07677052e162ff722bc925be82a618f5c317008e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4072ebab9642baa698ab43e0f455e0945b27ce1c375e8afb79c5c60af83c407a 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:0fdfdc219d22 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p613rmxd8zn5vshm9j38gi6e3 EndpointID:9808d2305d3b1695f277b83e07677052e162ff722bc925be82a618f5c317008e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-05T09:50:21.211Z] === RUN TestInvalidConfig [2022-05-05T09:50:21.211Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-05T09:50:21.211Z] === RUN TestConfig [2022-05-05T09:50:21.211Z] --- PASS: TestConfig (0.00s) [2022-05-05T09:50:21.211Z] === RUN TestOptionsLabels [2022-05-05T09:50:21.211Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-05T09:50:21.211Z] === RUN TestValidName [2022-05-05T09:50:21.211Z] --- PASS: TestValidName (0.00s) [2022-05-05T09:50:21.211Z] PASS [2022-05-05T09:50:21.211Z] coverage: 19.7% of statements [2022-05-05T09:50:21.211Z] ok github.com/docker/docker/libnetwork/config 0.088s coverage: 19.7% of statements [2022-05-05T09:50:21.460Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-05T09:50:21.674Z] === RUN TestKey [2022-05-05T09:50:21.674Z] --- PASS: TestKey (0.00s) [2022-05-05T09:50:21.674Z] === RUN TestParseKey [2022-05-05T09:50:21.674Z] --- PASS: TestParseKey (0.00s) [2022-05-05T09:50:21.674Z] === RUN TestInvalidDataStore [2022-05-05T09:50:21.674Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-05T09:50:21.674Z] === RUN TestKVObjectFlatKey [2022-05-05T09:50:21.674Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-05T09:50:21.674Z] === RUN TestAtomicKVObjectFlatKey [2022-05-05T09:50:21.674Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-05T09:50:21.674Z] PASS [2022-05-05T09:50:21.674Z] coverage: 21.9% of statements [2022-05-05T09:50:21.674Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2022-05-05T09:50:21.716Z] check_test.go:307: [df6de02f9a87b] daemon is not started [2022-05-05T09:50:21.716Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-05-05T09:50:21.972Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-05T09:50:22.133Z] === RUN TestErrorInterfaces [2022-05-05T09:50:22.133Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-05T09:50:22.133Z] === RUN TestNetworkMarshalling [2022-05-05T09:50:22.537Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-05T09:50:22.593Z] --- PASS: TestNetworkMarshalling (0.20s) [2022-05-05T09:50:22.593Z] === RUN TestEndpointMarshalling [2022-05-05T09:50:22.593Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestAuxAddresses [2022-05-05T09:50:22.593Z] time="2022-05-05T09:50:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T09:50:22.593Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-05T09:50:22.593Z] === RUN TestSRVServiceQuery [2022-05-05T09:50:22.593Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-05T09:50:22.593Z] === RUN TestServiceVIPReuse [2022-05-05T09:50:22.593Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-05T09:50:22.593Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestDNSIPQuery [2022-05-05T09:50:22.593Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestDNSProxyServFail [2022-05-05T09:50:22.593Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestSandboxAddEmpty [2022-05-05T09:50:22.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestSandboxAddMultiPrio [2022-05-05T09:50:22.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestSandboxAddSamePrio [2022-05-05T09:50:22.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestCleanupServiceDiscovery [2022-05-05T09:50:22.593Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestDNSOptions [2022-05-05T09:50:22.593Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:50:22.593Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestMultipleControllersWithSameStore [2022-05-05T09:50:22.593Z] time="2022-05-05T09:50:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T09:50:22.593Z] time="2022-05-05T09:50:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T09:50:22.593Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-05-05T09:50:22.593Z] PASS [2022-05-05T09:50:22.593Z] coverage: 8.5% of statements [2022-05-05T09:50:22.593Z] ok github.com/docker/docker/libnetwork 0.353s coverage: 8.5% of statements [2022-05-05T09:50:22.593Z] === RUN TestIPDataMarshalling [2022-05-05T09:50:22.593Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-05T09:50:22.593Z] === RUN TestValidateAndIsV6 [2022-05-05T09:50:22.593Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-05T09:50:22.593Z] PASS [2022-05-05T09:50:22.593Z] coverage: 68.9% of statements [2022-05-05T09:50:22.593Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-05-05T09:50:23.053Z] === RUN TestDriver [2022-05-05T09:50:23.053Z] --- PASS: TestDriver (0.00s) [2022-05-05T09:50:23.053Z] PASS [2022-05-05T09:50:23.053Z] coverage: 34.8% of statements [2022-05-05T09:50:23.053Z] ok github.com/docker/docker/libnetwork/drivers/host 0.039s coverage: 34.8% of statements [2022-05-05T09:50:23.516Z] === RUN TestDriver [2022-05-05T09:50:23.516Z] --- PASS: TestDriver (0.00s) [2022-05-05T09:50:23.516Z] PASS [2022-05-05T09:50:23.516Z] coverage: 34.8% of statements [2022-05-05T09:50:23.516Z] ok github.com/docker/docker/libnetwork/drivers/null 0.047s coverage: 34.8% of statements [2022-05-05T09:50:23.639Z] plugin_test.go:61: [d88f7b4fcfe98] joining swarm manager [dd1ef5bed1b63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:50:23.977Z] === RUN TestNetworkAllocateFree [2022-05-05T09:50:23.977Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-05T09:50:23.977Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-05T09:50:23.977Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-05T09:50:23.977Z] PASS [2022-05-05T09:50:23.977Z] coverage: 63.6% of statements [2022-05-05T09:50:23.977Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.049s coverage: 63.6% of statements [2022-05-05T09:50:24.428Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-05-05T09:50:24.436Z] === RUN TestGetEmptyCapabilities [2022-05-05T09:50:24.436Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-05T09:50:24.436Z] === RUN TestGetExtraCapabilities [2022-05-05T09:50:24.436Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-05-05T09:50:24.436Z] === RUN TestGetInvalidCapabilities [2022-05-05T09:50:24.436Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-05T09:50:24.436Z] === RUN TestRemoteDriver [2022-05-05T09:50:24.436Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-05T09:50:24.436Z] === RUN TestDriverError [2022-05-05T09:50:24.436Z] --- PASS: TestDriverError (0.00s) [2022-05-05T09:50:24.436Z] === RUN TestMissingValues [2022-05-05T09:50:24.436Z] --- PASS: TestMissingValues (0.01s) [2022-05-05T09:50:24.436Z] === RUN TestRollback [2022-05-05T09:50:24.436Z] --- PASS: TestRollback (0.00s) [2022-05-05T09:50:24.436Z] PASS [2022-05-05T09:50:24.436Z] coverage: 57.4% of statements [2022-05-05T09:50:24.436Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.092s coverage: 57.4% of statements [2022-05-05T09:50:24.581Z] plugin_test.go:64: [d5a3d2954f55c] joining swarm manager [dd1ef5bed1b63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:50:24.685Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-05T09:50:24.895Z] --- PASS: TestRandomAllocateDeallocate (5.99s) [2022-05-05T09:50:24.895Z] === RUN TestAllocateRandomDeallocate [2022-05-05T09:50:24.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-05T09:50:25.183Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-05T09:50:25.354Z] === RUN TestNew [2022-05-05T09:50:25.354Z] --- PASS: TestNew (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestAddDriver [2022-05-05T09:50:25.354Z] --- PASS: TestAddDriver (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestAddDuplicateDriver [2022-05-05T09:50:25.354Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-05T09:50:25.354Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestDriver [2022-05-05T09:50:25.354Z] --- PASS: TestDriver (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestIPAM [2022-05-05T09:50:25.354Z] --- PASS: TestIPAM (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestWalkIPAMs [2022-05-05T09:50:25.354Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestWalkDrivers [2022-05-05T09:50:25.354Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-05T09:50:25.354Z] PASS [2022-05-05T09:50:25.354Z] coverage: 82.4% of statements [2022-05-05T09:50:25.354Z] ok github.com/docker/docker/libnetwork/drvregistry 0.076s coverage: 82.4% of statements [2022-05-05T09:50:25.354Z] === RUN TestNAT [2022-05-05T09:50:25.354Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-05T09:50:25.354Z] --- SKIP: TestNAT (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestTransparent [2022-05-05T09:50:25.354Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-05T09:50:25.354Z] --- SKIP: TestTransparent (0.00s) [2022-05-05T09:50:25.354Z] PASS [2022-05-05T09:50:25.354Z] coverage: 0.0% of statements [2022-05-05T09:50:25.354Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.054s coverage: 0.0% of statements [2022-05-05T09:50:25.354Z] === RUN TestBuildDefault [2022-05-05T09:50:25.354Z] --- PASS: TestBuildDefault (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestBuildHostnameDomainname [2022-05-05T09:50:25.354Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestBuildHostname [2022-05-05T09:50:25.354Z] --- PASS: TestBuildHostname (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestBuildHostnameFQDN [2022-05-05T09:50:25.354Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestBuildNoIP [2022-05-05T09:50:25.354Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestUpdate [2022-05-05T09:50:25.354Z] --- PASS: TestUpdate (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-05T09:50:25.354Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-05T09:50:25.354Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestAddEmpty [2022-05-05T09:50:25.354Z] --- PASS: TestAddEmpty (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestAdd [2022-05-05T09:50:25.354Z] --- PASS: TestAdd (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestDeleteEmpty [2022-05-05T09:50:25.354Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestDeleteNewline [2022-05-05T09:50:25.354Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestDelete [2022-05-05T09:50:25.354Z] --- PASS: TestDelete (0.00s) [2022-05-05T09:50:25.354Z] === RUN TestConcurrentWrites [2022-05-05T09:50:25.527Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s) [2022-05-05T09:50:25.527Z] PASS [2022-05-05T09:50:25.527Z] [2022-05-05T09:50:25.527Z] === Skipped [2022-05-05T09:50:25.528Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:50:25.528Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:50:25.528Z] [2022-05-05T09:50:25.528Z] DONE 38 tests, 1 skipped in 43.618s [2022-05-05T09:50:25.528Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:50:25.528Z] ++ 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-05T09:50:25.528Z] ++ set -e [2022-05-05T09:50:25.528Z] ++ '[' -n 0 ']' [2022-05-05T09:50:25.528Z] ++ set -x [2022-05-05T09:50:25.528Z] ++ 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-05T09:50:25.528Z] INFO: Testing against a local daemon [2022-05-05T09:50:25.528Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-05T09:50:25.528Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:50:25.528Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:50:25.528Z] === RUN TestDockerNetworkIpvlan [2022-05-05T09:50:25.528Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:50:25.528Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:50:25.528Z] PASS [2022-05-05T09:50:25.528Z] [2022-05-05T09:50:25.528Z] === Skipped [2022-05-05T09:50:25.528Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:50:25.528Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:50:25.528Z] [2022-05-05T09:50:25.528Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:50:25.528Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:50:25.528Z] [2022-05-05T09:50:25.528Z] DONE 2 tests, 2 skipped in 0.089s [2022-05-05T09:50:25.528Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:50:25.528Z] ++ 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-05T09:50:25.528Z] ++ set -e [2022-05-05T09:50:25.528Z] ++ '[' -n 0 ']' [2022-05-05T09:50:25.528Z] ++ set -x [2022-05-05T09:50:25.528Z] ++ 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-05T09:50:25.528Z] INFO: Testing against a local daemon [2022-05-05T09:50:25.528Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-05T09:50:25.821Z] --- PASS: TestConcurrentWrites (0.25s) [2022-05-05T09:50:25.821Z] PASS [2022-05-05T09:50:25.821Z] coverage: 81.2% of statements [2022-05-05T09:50:25.821Z] ok github.com/docker/docker/libnetwork/etchosts 0.322s coverage: 81.2% of statements [2022-05-05T09:50:25.821Z] === RUN TestCaller [2022-05-05T09:50:25.821Z] --- PASS: TestCaller (0.00s) [2022-05-05T09:50:25.821Z] PASS [2022-05-05T09:50:25.821Z] coverage: 100.0% of statements [2022-05-05T09:50:25.821Z] ok github.com/docker/docker/libnetwork/internal/caller 0.043s coverage: 100.0% of statements [2022-05-05T09:50:25.821Z] === RUN TestNew [2022-05-05T09:50:25.821Z] --- PASS: TestNew (0.00s) [2022-05-05T09:50:25.821Z] === RUN TestAllocate [2022-05-05T09:50:25.821Z] --- PASS: TestAllocate (0.00s) [2022-05-05T09:50:25.821Z] === RUN TestUninitialized [2022-05-05T09:50:25.821Z] --- PASS: TestUninitialized (0.00s) [2022-05-05T09:50:25.821Z] === RUN TestAllocateInRange [2022-05-05T09:50:25.821Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-05T09:50:25.821Z] === RUN TestAllocateSerial [2022-05-05T09:50:25.821Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-05T09:50:25.821Z] PASS [2022-05-05T09:50:25.821Z] coverage: 87.5% of statements [2022-05-05T09:50:25.821Z] ok github.com/docker/docker/libnetwork/idm 0.042s coverage: 87.5% of statements [2022-05-05T09:50:26.180Z] [2022-05-05T09:50:26.180Z] ________ ____ __. [2022-05-05T09:50:26.180Z] \_____ \ | |/ _| [2022-05-05T09:50:26.180Z] / | \| < [2022-05-05T09:50:26.180Z] / | \ | \ [2022-05-05T09:50:26.180Z] \_______ /____|__ \ [2022-05-05T09:50:26.180Z] \/ \/ [2022-05-05T09:50:26.180Z] [2022-05-05T09:50:26.180Z] INFO: make.ps1 ended at 05/05/2022 09:50:25 [2022-05-05T09:50:26.279Z] --- PASS: TestAllocateRandomDeallocate (1.17s) [2022-05-05T09:50:26.279Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-05T09:50:26.310Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-05T09:50:26.469Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2022-05-05T09:50:26.469Z] === RUN TestDockerNetworkMacvlan [2022-05-05T09:50:26.738Z] === RUN TestSetSerialInsertDelete [2022-05-05T09:50:26.738Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-05T09:50:26.738Z] === RUN TestSetParallelInsertDelete [2022-05-05T09:50:27.040Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-05T09:50:27.196Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.28s) [2022-05-05T09:50:27.196Z] === RUN TestRetrieveFromStore [2022-05-05T09:50:27.611Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-05T09:50:27.655Z] === RUN TestInt2IP2IntConversion [2022-05-05T09:50:27.760Z] INFO: Binaries build ended at 05/05/2022 09:50:27. Duration:00:01:52.3033365 [2022-05-05T09:50:28.114Z] --- PASS: TestRetrieveFromStore (0.57s) [2022-05-05T09:50:28.114Z] === RUN TestIsCorrupted [2022-05-05T09:50:28.114Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-05T09:50:28.114Z] === RUN TestSetRollover [2022-05-05T09:50:28.114Z] --- PASS: TestInt2IP2IntConversion (0.51s) [2022-05-05T09:50:28.114Z] === RUN TestGetAddressVersion [2022-05-05T09:50:28.114Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-05T09:50:28.114Z] === RUN TestKeyString [2022-05-05T09:50:28.114Z] --- PASS: TestKeyString (0.00s) [2022-05-05T09:50:28.114Z] === RUN TestPoolDataMarshal [2022-05-05T09:50:28.114Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-05T09:50:28.114Z] === RUN TestSubnetsMarshal [2022-05-05T09:50:28.114Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-05-05T09:50:28.114Z] === RUN TestAddSubnets [2022-05-05T09:50:28.114Z] --- PASS: TestAddSubnets (0.08s) [2022-05-05T09:50:28.114Z] === RUN TestDoublePoolRelease [2022-05-05T09:50:28.208Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-05T09:50:28.552Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-05T09:50:28.572Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-05-05T09:50:28.572Z] === RUN TestAddReleasePoolID [2022-05-05T09:50:28.572Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-05-05T09:50:28.572Z] === RUN TestPredefinedPool [2022-05-05T09:50:28.572Z] --- PASS: TestPredefinedPool (0.03s) [2022-05-05T09:50:28.572Z] === RUN TestRemoveSubnet [2022-05-05T09:50:28.572Z] === RUN TestPoolRequest [2022-05-05T09:50:28.572Z] --- PASS: TestPoolRequest (0.00s) [2022-05-05T09:50:28.572Z] === RUN TestOtherRequests [2022-05-05T09:50:28.572Z] --- PASS: TestOtherRequests (0.00s) [2022-05-05T09:50:28.572Z] PASS [2022-05-05T09:50:28.572Z] coverage: 57.1% of statements [2022-05-05T09:50:28.572Z] ok github.com/docker/docker/libnetwork/ipams/null 0.042s coverage: 57.1% of statements [2022-05-05T09:50:28.572Z] --- PASS: TestRemoveSubnet (0.20s) [2022-05-05T09:50:28.572Z] === RUN TestGetSameAddress [2022-05-05T09:50:28.572Z] --- PASS: TestGetSameAddress (0.02s) [2022-05-05T09:50:28.572Z] === RUN TestPoolAllocationReuse [2022-05-05T09:50:29.343Z] INFO: Copying the built daemon binary to d:\CI\PR-43563\3\binary\dockerd-d6115b8f40.exe... [2022-05-05T09:50:29.343Z] INFO: Copying the built client binary to d:\CI\PR-43563\3\binary\docker-d6115b8f40.exe... [2022-05-05T09:50:29.343Z] INFO: Copying the golang package from the container to d:\CI\PR-43563\3\installer\go.zip... [2022-05-05T09:50:29.540Z] --- PASS: TestSetRollover (1.49s) [2022-05-05T09:50:29.540Z] === RUN TestSetRolloverSerial [2022-05-05T09:50:29.540Z] === RUN TestGetCapabilities [2022-05-05T09:50:29.540Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-05T09:50:29.540Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-05T09:50:29.540Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-05T09:50:29.540Z] === RUN TestGetDefaultAddressSpaces [2022-05-05T09:50:29.540Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-05T09:50:29.540Z] === RUN TestRemoteDriver [2022-05-05T09:50:29.540Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-05T09:50:29.540Z] PASS [2022-05-05T09:50:29.540Z] coverage: 47.4% of statements [2022-05-05T09:50:29.540Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.072s coverage: 47.4% of statements [2022-05-05T09:50:30.341Z] INFO: Extracting go.zip to d:\CI\PR-43563\3\go [2022-05-05T09:50:30.464Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-05T09:50:30.507Z] --- PASS: TestPoolAllocationReuse (1.62s) [2022-05-05T09:50:30.508Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-05T09:50:30.508Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-05-05T09:50:30.508Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-05T09:50:30.508Z] === RUN TestWindowsIPAM [2022-05-05T09:50:30.508Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-05T09:50:30.508Z] PASS [2022-05-05T09:50:30.508Z] coverage: 71.4% of statements [2022-05-05T09:50:30.508Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.043s coverage: 71.4% of statements [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.34s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.76s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.53s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.00s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.00s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.41s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.49s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.39s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.89s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.94s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.34s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.31s) [2022-05-05T09:50:30.729Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.56s) [2022-05-05T09:50:30.729Z] === RUN TestCgroupNamespacesRun [2022-05-05T09:50:30.966Z] --- PASS: TestSetRolloverSerial (1.57s) [2022-05-05T09:50:30.966Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-05T09:50:30.966Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-05T09:50:30.966Z] PASS [2022-05-05T09:50:30.966Z] coverage: 84.4% of statements [2022-05-05T09:50:30.966Z] ok github.com/docker/docker/libnetwork/bitseq 12.140s coverage: 84.4% of statements [2022-05-05T09:50:31.424Z] === RUN TestDefaultNetwork [2022-05-05T09:50:31.848Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-05T09:50:31.883Z] --- PASS: TestDefaultNetwork (0.28s) [2022-05-05T09:50:31.884Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-05T09:50:31.884Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-05-05T09:50:31.884Z] === RUN TestInitAddressPools [2022-05-05T09:50:31.884Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-05T09:50:31.884Z] PASS [2022-05-05T09:50:31.884Z] coverage: 74.0% of statements [2022-05-05T09:50:31.884Z] ok github.com/docker/docker/libnetwork/ipamutils 0.645s coverage: 74.0% of statements [2022-05-05T09:50:33.053Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.31s) [2022-05-05T09:50:33.053Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-05T09:50:33.053Z] === RUN TestKeyValue [2022-05-05T09:50:33.053Z] --- PASS: TestKeyValue (0.00s) [2022-05-05T09:50:33.053Z] PASS [2022-05-05T09:50:33.053Z] coverage: 60.0% of statements [2022-05-05T09:50:33.053Z] ok github.com/docker/docker/libnetwork/netlabel 0.041s coverage: 60.0% of statements [2022-05-05T09:50:33.249Z] --- PASS: TestCgroupNamespacesRun (2.33s) [2022-05-05T09:50:33.249Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-05T09:50:35.140Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s) [2022-05-05T09:50:35.140Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-05T09:50:35.146Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-05T09:50:35.229Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.72s) [2022-05-05T09:50:35.229Z] === RUN TestGetAddress [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-05T09:50:35.688Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-05T09:50:35.716Z] --- PASS: TestDockerNetworkMacvlan (9.38s) [2022-05-05T09:50:35.716Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-05T09:50:35.716Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-05T09:50:35.716Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s) [2022-05-05T09:50:35.717Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2022-05-05T09:50:35.717Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.02s) [2022-05-05T09:50:35.717Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-05-05T09:50:35.717Z] PASS [2022-05-05T09:50:35.717Z] [2022-05-05T09:50:35.717Z] DONE 8 tests in 10.899s [2022-05-05T09:50:35.717Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-05T09:50:35.717Z] ++ 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-05T09:50:35.717Z] ++ set -e [2022-05-05T09:50:35.717Z] ++ '[' -n 0 ']' [2022-05-05T09:50:35.717Z] ++ set -x [2022-05-05T09:50:35.717Z] ++ 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-05T09:50:35.717Z] testing: warning: no tests to run [2022-05-05T09:50:35.717Z] PASS [2022-05-05T09:50:35.717Z] [2022-05-05T09:50:35.717Z] DONE 0 tests in 0.024s [2022-05-05T09:50:35.717Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-05T09:50:35.717Z] ++ 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-05T09:50:35.717Z] ++ set -e [2022-05-05T09:50:35.717Z] ++ '[' -n 0 ']' [2022-05-05T09:50:35.717Z] ++ set -x [2022-05-05T09:50:35.717Z] ++ 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-05T09:50:35.717Z] INFO: Testing against a local daemon [2022-05-05T09:50:35.717Z] === RUN TestAuthZPluginAllowRequest [2022-05-05T09:50:36.146Z] === RUN TestNetworkDBSimple [2022-05-05T09:50:36.605Z] === RUN TestGenerate [2022-05-05T09:50:36.605Z] --- PASS: TestGenerate (0.00s) [2022-05-05T09:50:36.605Z] === RUN TestGeneratePtr [2022-05-05T09:50:36.605Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-05T09:50:36.605Z] === RUN TestGenerateMissingField [2022-05-05T09:50:36.605Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-05T09:50:36.605Z] === RUN TestFieldCannotBeSet [2022-05-05T09:50:36.605Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-05T09:50:36.605Z] === RUN TestTypeMismatchError [2022-05-05T09:50:36.605Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-05T09:50:36.605Z] PASS [2022-05-05T09:50:36.605Z] coverage: 100.0% of statements [2022-05-05T09:50:36.605Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-05-05T09:50:37.064Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-05-05T09:50:37.064Z] PASS [2022-05-05T09:50:37.064Z] coverage: 100.0% of statements [2022-05-05T09:50:37.064Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.052s coverage: 100.0% of statements [2022-05-05T09:50:37.064Z] 2022/05/05 09:50:36 Closing DB instances... [2022-05-05T09:50:37.103Z] --- PASS: TestAuthZPluginAllowRequest (1.10s) [2022-05-05T09:50:37.103Z] === RUN TestAuthZPluginTLS [2022-05-05T09:50:37.363Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-05-05T09:50:37.363Z] === RUN TestAuthZPluginDenyRequest [2022-05-05T09:50:37.524Z] testing: warning: no tests to run [2022-05-05T09:50:37.524Z] PASS [2022-05-05T09:50:37.524Z] coverage: 0.0% of statements [2022-05-05T09:50:37.524Z] ok github.com/docker/docker/libnetwork/osl 0.042s coverage: 0.0% of statements [no tests to run] [2022-05-05T09:50:37.662Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.07s) [2022-05-05T09:50:37.662Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-05T09:50:37.919Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-05T09:50:37.947Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-05T09:50:37.947Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-05T09:50:37.983Z] === RUN TestRequestNewPort [2022-05-05T09:50:37.983Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestRequestSpecificPort [2022-05-05T09:50:37.983Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestReleasePort [2022-05-05T09:50:37.983Z] --- PASS: TestReleasePort (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestReuseReleasedPort [2022-05-05T09:50:37.983Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestReleaseUnreadledPort [2022-05-05T09:50:37.983Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestUnknowProtocol [2022-05-05T09:50:37.983Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestAllocateAllPorts [2022-05-05T09:50:37.983Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestPortAllocation [2022-05-05T09:50:37.983Z] --- PASS: TestPortAllocation (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestPortAllocationWithCustomRange [2022-05-05T09:50:37.983Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestNoDuplicateBPR [2022-05-05T09:50:37.983Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-05T09:50:37.983Z] === RUN TestChangePortRange [2022-05-05T09:50:37.983Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-05T09:50:37.983Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-05T09:50:37.983Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-05T09:50:37.983Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-05T09:50:37.983Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-05T09:50:37.983Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-05T09:50:37.983Z] --- PASS: TestChangePortRange (0.00s) [2022-05-05T09:50:37.983Z] PASS [2022-05-05T09:50:37.983Z] coverage: 88.6% of statements [2022-05-05T09:50:37.983Z] ok github.com/docker/docker/libnetwork/portallocator 0.056s coverage: 88.6% of statements [2022-05-05T09:50:38.442Z] testing: warning: no tests to run [2022-05-05T09:50:38.442Z] PASS [2022-05-05T09:50:38.442Z] coverage: 0.0% of statements [2022-05-05T09:50:38.442Z] ok github.com/docker/docker/libnetwork/portmapper 0.040s coverage: 0.0% of statements [no tests to run] [2022-05-05T09:50:38.442Z] === RUN TestHashData [2022-05-05T09:50:38.442Z] --- PASS: TestHashData (0.00s) [2022-05-05T09:50:38.442Z] PASS [2022-05-05T09:50:38.442Z] coverage: 2.8% of statements [2022-05-05T09:50:38.442Z] ok github.com/docker/docker/libnetwork/resolvconf 0.038s coverage: 2.8% of statements [2022-05-05T09:50:38.526Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-05T09:50:38.526Z] === RUN TestAuthZPluginDenyResponse [2022-05-05T09:50:38.901Z] --- PASS: TestNetworkDBSimple (2.66s) [2022-05-05T09:50:38.901Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-05T09:50:38.901Z] === RUN TestErrorConstructors [2022-05-05T09:50:38.901Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-05T09:50:38.901Z] === RUN TestCompareIPMask [2022-05-05T09:50:38.901Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-05T09:50:38.901Z] === RUN TestUtilGetHostPartIP [2022-05-05T09:50:38.901Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-05T09:50:38.901Z] === RUN TestUtilGetBroadcastIP [2022-05-05T09:50:38.901Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-05T09:50:38.901Z] === RUN TestParseCIDR [2022-05-05T09:50:38.901Z] --- PASS: TestParseCIDR (0.00s) [2022-05-05T09:50:38.901Z] PASS [2022-05-05T09:50:38.927Z] --- PASS: TestCheckoutGit (35.97s) [2022-05-05T09:50:38.927Z] === RUN TestValidGitTransport [2022-05-05T09:50:38.927Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-05T09:50:38.927Z] === RUN TestGitInvalidRef [2022-05-05T09:50:38.927Z] --- PASS: TestGitInvalidRef (0.25s) [2022-05-05T09:50:38.927Z] PASS [2022-05-05T09:50:38.927Z] coverage: 86.3% of statements [2022-05-05T09:50:38.927Z] ok github.com/docker/docker/builder/remotecontext/git 36.294s coverage: 86.3% of statements [2022-05-05T09:50:38.927Z] ? github.com/docker/docker/cli [no test files] [2022-05-05T09:50:38.927Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-05T09:50:38.927Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-05T09:50:38.927Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-05T09:50:39.108Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-05T09:50:39.108Z] === RUN TestAuthZPluginAllowEventStream [2022-05-05T09:50:39.361Z] coverage: 37.3% of statements [2022-05-05T09:50:39.361Z] ok github.com/docker/docker/libnetwork/types 0.039s coverage: 37.3% of statements [2022-05-05T09:50:39.818Z] --- PASS: TestCgroupNamespacesRunHostMode (2.28s) [2022-05-05T09:50:39.818Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-05T09:50:39.819Z] 2022/05/05 09:50:39 Closing DB instances... [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-05T09:50:39.819Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-05T09:50:39.819Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-05T09:50:39.819Z] PASS [2022-05-05T09:50:39.819Z] coverage: 55.0% of statements [2022-05-05T09:50:39.819Z] ok github.com/docker/docker/oci 0.049s coverage: 55.0% of statements [2022-05-05T09:50:40.075Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-05-05T09:50:40.491Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s) [2022-05-05T09:50:40.491Z] === RUN TestAuthZPluginErrorResponse [2022-05-05T09:50:40.751Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-05T09:50:40.751Z] === RUN TestAuthZPluginErrorRequest [2022-05-05T09:50:40.787Z] === RUN TestAddressPoolOpt [2022-05-05T09:50:40.787Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/a [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/something [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/_=a [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/env1=value1 [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/_env1=value1 [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/PATH [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/=a [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/PATH= [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/PATH=something [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/asd!qwe [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/1asd [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/123 [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/some_space [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/__some_space_before [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/some_space_after__ [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/= [2022-05-05T09:50:40.787Z] === RUN TestValidateEnv/PaTh [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-05T09:50:40.787Z] === RUN TestParseHost [2022-05-05T09:50:40.787Z] === RUN TestParseHost/:// [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://:port [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/something_with_spaces [2022-05-05T09:50:40.787Z] === RUN TestParseHost/unknown:// [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://invalid:port [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://:5555/ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://:5555/p [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-05T09:50:40.787Z] === RUN TestParseHost/unix://path/to/socket [2022-05-05T09:50:40.787Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-05T09:50:40.787Z] === RUN TestParseHost/__ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp:// [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://host: [2022-05-05T09:50:40.787Z] === RUN TestParseHost/_ [2022-05-05T09:50:40.787Z] === RUN TestParseHost/fd:// [2022-05-05T09:50:40.787Z] === RUN TestParseHost/fd://something [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://: [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://[::1]: [2022-05-05T09:50:40.787Z] === RUN TestParseHost/#00 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-05T09:50:40.787Z] === RUN TestParseHost/unix:// [2022-05-05T09:50:40.787Z] === RUN TestParseHost/npipe:// [2022-05-05T09:50:40.787Z] === RUN TestParseHost/tcp://:5555 [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/: [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-05T09:50:40.787Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-05T09:50:40.787Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestParseTCP [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/localhost:5555/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/:5555/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/tcp:// [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/0.0.0.1 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/[::1]:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/localhost:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/tcp://: [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/::1 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/[::1]: [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/localhost [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/0.0.0.1: [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/: [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/tcp://:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/#00 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-05T09:50:40.788Z] === RUN TestParseTCP/localhost: [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-05T09:50:40.788Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestValidateExtraHosts [2022-05-05T09:50:40.788Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestValidateIPAddress [2022-05-05T09:50:40.788Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestMapOpts [2022-05-05T09:50:40.788Z] --- PASS: TestMapOpts (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestListOptsWithoutValidator [2022-05-05T09:50:40.788Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestListOptsWithValidator [2022-05-05T09:50:40.788Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestValidateDNSSearch [2022-05-05T09:50:40.788Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_general_format [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_one_more [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-05T09:50:40.788Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-05T09:50:40.788Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestNamedListOpts [2022-05-05T09:50:40.788Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestNamedMapOpts [2022-05-05T09:50:40.788Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestParseLink [2022-05-05T09:50:40.788Z] --- PASS: TestParseLink (0.00s) [2022-05-05T09:50:40.788Z] === RUN TestUlimitOpt [2022-05-05T09:50:40.788Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-05T09:50:40.788Z] PASS [2022-05-05T09:50:40.788Z] coverage: 65.5% of statements [2022-05-05T09:50:40.788Z] ok github.com/docker/docker/opts 0.096s coverage: 65.5% of statements [2022-05-05T09:50:40.788Z] === RUN TestParseVersion [2022-05-05T09:50:40.788Z] --- PASS: TestParseVersion (0.00s) [2022-05-05T09:50:40.788Z] PASS [2022-05-05T09:50:40.788Z] coverage: 52.9% of statements [2022-05-05T09:50:40.788Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2022-05-05T09:50:41.010Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-05T09:50:41.247Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2022-05-05T09:50:41.247Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-05T09:50:41.266Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2022-05-05T09:50:41.266Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-05T09:50:41.321Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-05T09:50:41.321Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-05T09:50:41.893Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-05T09:50:41.893Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-05T09:50:42.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-05-05T09:50:42.786Z] === RUN TestPeerCertificateMarshalJSON [2022-05-05T09:50:42.786Z] 2022/05/05 09:50:42 Closing DB instances... [2022-05-05T09:50:43.129Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s) [2022-05-05T09:50:43.129Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-05T09:50:43.245Z] === RUN TestIsArchivePathDir [2022-05-05T09:50:43.245Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-05-05T09:50:43.245Z] === RUN TestIsArchivePathInvalidFile [2022-05-05T09:50:43.245Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-05-05T09:50:43.245Z] === RUN TestIsArchivePathTar [2022-05-05T09:50:43.245Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-05T09:50:43.245Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-05T09:50:43.245Z] --- PASS: TestPeerCertificateMarshalJSON (0.67s) [2022-05-05T09:50:43.245Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-05T09:50:43.245Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-05T09:50:43.245Z] === RUN TestMiddleware [2022-05-05T09:50:43.245Z] --- PASS: TestMiddleware (0.00s) [2022-05-05T09:50:43.245Z] === RUN TestNewResponseModifier [2022-05-05T09:50:43.245Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-05T09:50:43.245Z] PASS [2022-05-05T09:50:43.245Z] coverage: 26.8% of statements [2022-05-05T09:50:43.245Z] ok github.com/docker/docker/pkg/authorization 0.729s coverage: 26.8% of statements [2022-05-05T09:50:43.276Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s) [2022-05-05T09:50:43.276Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-05T09:50:43.386Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-05-05T09:50:43.386Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-05T09:50:43.705Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-05-05T09:50:43.705Z] === RUN TestDecompressStreamGzip [2022-05-05T09:50:43.705Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-05T09:50:43.705Z] === RUN TestDecompressStreamBzip2 [2022-05-05T09:50:43.705Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-05-05T09:50:43.705Z] === RUN TestDecompressStreamXz [2022-05-05T09:50:43.705Z] archive_test.go:133: Xz not present in msys2 [2022-05-05T09:50:43.705Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestDecompressStreamZstd [2022-05-05T09:50:43.705Z] archive_test.go:140: zstd not installed [2022-05-05T09:50:43.705Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-05T09:50:43.705Z] === RUN TestCompressStreamXzUnsupported [2022-05-05T09:50:43.705Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-05T09:50:43.705Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestCompressStreamInvalid [2022-05-05T09:50:43.705Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestExtensionInvalid [2022-05-05T09:50:43.705Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestExtensionUncompressed [2022-05-05T09:50:43.705Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestExtensionBzip2 [2022-05-05T09:50:43.705Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestExtensionGzip [2022-05-05T09:50:43.705Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestExtensionXz [2022-05-05T09:50:43.705Z] --- PASS: TestExtensionXz (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestExtensionZstd [2022-05-05T09:50:43.705Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestCmdStreamLargeStderr [2022-05-05T09:50:43.705Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-05T09:50:43.705Z] === RUN TestCmdStreamBad [2022-05-05T09:50:43.705Z] archive_test.go:252: Failing on Windows CI machines [2022-05-05T09:50:43.705Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-05T09:50:43.705Z] === RUN TestCmdStreamGood [2022-05-05T09:50:43.705Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-05T09:50:43.705Z] === RUN TestUntarPathWithInvalidDest [2022-05-05T09:50:43.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-05T09:50:43.949Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2022-05-05T09:50:43.949Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-05T09:50:44.169Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-05T09:50:44.169Z] === RUN TestUntarPathWithInvalidSrc [2022-05-05T09:50:44.169Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestUntarPath [2022-05-05T09:50:44.169Z] --- PASS: TestUntarPath (0.08s) [2022-05-05T09:50:44.169Z] === RUN TestUntarPathWithDestinationFile [2022-05-05T09:50:44.169Z] === RUN TestUnbuffered [2022-05-05T09:50:44.169Z] --- PASS: TestUnbuffered (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestRaceUnbuffered [2022-05-05T09:50:44.169Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-05T09:50:44.169Z] PASS [2022-05-05T09:50:44.169Z] coverage: 100.0% of statements [2022-05-05T09:50:44.169Z] ok github.com/docker/docker/pkg/broadcaster 0.042s coverage: 100.0% of statements [2022-05-05T09:50:44.169Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-05-05T09:50:44.169Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-05T09:50:44.169Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-05-05T09:50:44.169Z] === RUN TestCopyWithTarInvalidSrc [2022-05-05T09:50:44.169Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-05T09:50:44.169Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestCopyWithTarSrcFile [2022-05-05T09:50:44.169Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-05T09:50:44.169Z] === RUN TestCopyWithTarSrcFolder [2022-05-05T09:50:44.169Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-05T09:50:44.169Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-05T09:50:44.169Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-05T09:50:44.169Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-05T09:50:44.169Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-05T09:50:44.169Z] === RUN TestCopyFileWithTarSrcFile [2022-05-05T09:50:44.169Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-05T09:50:44.169Z] === RUN TestTarFiles [2022-05-05T09:50:44.169Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.91s) [2022-05-05T09:50:44.169Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-05T09:50:44.628Z] === RUN TestMatch [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[foo]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[foo_bar]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[]#01 [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[qux]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-05T09:50:44.628Z] === RUN TestMatch/[[foo_baz]] [2022-05-05T09:50:44.628Z] --- PASS: TestMatch (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-05T09:50:44.628Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-05T09:50:44.628Z] PASS [2022-05-05T09:50:44.628Z] coverage: 87.5% of statements [2022-05-05T09:50:44.628Z] ok github.com/docker/docker/pkg/capabilities 0.042s coverage: 87.5% of statements [2022-05-05T09:50:44.659Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.30s) [2022-05-05T09:50:44.659Z] === RUN TestAuthZPluginHeader [2022-05-05T09:50:45.229Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-05-05T09:50:45.229Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-05T09:50:45.229Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:50:45.229Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-05T09:50:45.229Z] === RUN TestAuthZPluginV2Disable [2022-05-05T09:50:45.229Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:50:45.229Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-05-05T09:50:45.229Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-05T09:50:45.229Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:50:45.229Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-05T09:50:45.229Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-05T09:50:45.229Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:50:45.229Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-05T09:50:45.229Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-05T09:50:45.844Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.95s) [2022-05-05T09:50:45.844Z] === RUN TestNISDomainname [2022-05-05T09:50:45.844Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-05T09:50:46.164Z] === RUN TestChrootTarUntar [2022-05-05T09:50:46.164Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-05T09:50:46.164Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootUntarEmptyArchive [2022-05-05T09:50:46.164Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootTarUntarWithSymlink [2022-05-05T09:50:46.164Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootCopyWithTar [2022-05-05T09:50:46.164Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootCopyFileWithTar [2022-05-05T09:50:46.164Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootUntarPath [2022-05-05T09:50:46.164Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-05T09:50:46.164Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-05T09:50:46.164Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:50:46.164Z] === RUN TestChrootApplyDotDotFile [2022-05-05T09:50:46.164Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:46.164Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-05T09:50:46.164Z] PASS [2022-05-05T09:50:46.164Z] coverage: 12.0% of statements [2022-05-05T09:50:46.164Z] ok github.com/docker/docker/pkg/chrootarchive 0.127s coverage: 12.0% of statements [2022-05-05T09:50:46.623Z] 2022/05/05 09:50:46 Closing DB instances... [2022-05-05T09:50:46.772Z] --- PASS: TestNISDomainname (0.90s) [2022-05-05T09:50:46.772Z] === RUN TestHostnameDnsResolution [2022-05-05T09:50:47.081Z] === RUN TestEnsureRemoveAllNotExist [2022-05-05T09:50:47.081Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-05T09:50:47.081Z] === RUN TestEnsureRemoveAllWithDir [2022-05-05T09:50:47.081Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-05T09:50:47.081Z] === RUN TestEnsureRemoveAllWithFile [2022-05-05T09:50:47.081Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-05T09:50:47.081Z] PASS [2022-05-05T09:50:47.081Z] coverage: 0.0% of statements [2022-05-05T09:50:47.081Z] ok github.com/docker/docker/pkg/containerfs 0.044s coverage: 0.0% of statements [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2022-05-05T09:50:47.496Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-05T09:50:47.496Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestConfigureDaemonLogs [2022-05-05T09:50:47.496Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestCommonOptionsInstallFlags [2022-05-05T09:50:47.496Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-05T09:50:47.496Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-05T09:50:47.496Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-05T09:50:47.496Z] PASS [2022-05-05T09:50:47.496Z] coverage: 20.1% of statements [2022-05-05T09:50:47.496Z] ok github.com/docker/docker/cmd/dockerd 0.213s coverage: 20.1% of statements [2022-05-05T09:50:47.496Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-05T09:50:47.496Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-05T09:50:48.049Z] === RUN TestSizeEmpty [2022-05-05T09:50:48.049Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestSizeEmptyFile [2022-05-05T09:50:48.049Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestSizeNonemptyFile [2022-05-05T09:50:48.049Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-05T09:50:48.049Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-05T09:50:48.049Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-05T09:50:48.049Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestMoveToSubdir [2022-05-05T09:50:48.049Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-05T09:50:48.049Z] === RUN TestSizeNonExistingDirectory [2022-05-05T09:50:48.049Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-05T09:50:48.049Z] PASS [2022-05-05T09:50:48.049Z] coverage: 80.0% of statements [2022-05-05T09:50:48.049Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2022-05-05T09:50:48.162Z] --- PASS: TestHostnameDnsResolution (1.45s) [2022-05-05T09:50:48.162Z] === RUN TestUnprivilegedPortsAndPing [2022-05-05T09:50:48.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-05-05T09:50:48.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-05T09:50:48.519Z] --- PASS: TestNetworkDBCRUDTableEntry (4.26s) [2022-05-05T09:50:48.519Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-05T09:50:48.978Z] === RUN TestPollerAddRemove [2022-05-05T09:50:48.978Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-05T09:50:48.978Z] === RUN TestPollerEvent [2022-05-05T09:50:48.978Z] poller_test.go:40: No chmod on Windows [2022-05-05T09:50:48.978Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-05T09:50:48.978Z] === RUN TestPollerClose [2022-05-05T09:50:48.978Z] --- PASS: TestPollerClose (0.00s) [2022-05-05T09:50:48.978Z] PASS [2022-05-05T09:50:48.978Z] coverage: 45.7% of statements [2022-05-05T09:50:48.978Z] ok github.com/docker/docker/pkg/filenotify 0.069s coverage: 45.7% of statements [2022-05-05T09:50:49.033Z] === RUN TestContainerStopSignal [2022-05-05T09:50:49.033Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestContainerStopTimeout [2022-05-05T09:50:49.033Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-05T09:50:49.033Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-05T09:50:49.033Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-05-05T09:50:49.033Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-05T09:50:49.033Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestReplaceAndAppendEnvVars [2022-05-05T09:50:49.033Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-05T09:50:49.033Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestNewMemoryStore [2022-05-05T09:50:49.033Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestAddContainers [2022-05-05T09:50:49.033Z] --- PASS: TestAddContainers (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestGetContainer [2022-05-05T09:50:49.033Z] --- PASS: TestGetContainer (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestDeleteContainer [2022-05-05T09:50:49.033Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestListContainers [2022-05-05T09:50:49.033Z] --- PASS: TestListContainers (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestFirstContainer [2022-05-05T09:50:49.033Z] --- PASS: TestFirstContainer (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestApplyAllContainer [2022-05-05T09:50:49.033Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestIsValidHealthString [2022-05-05T09:50:49.033Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestStateRunStop [2022-05-05T09:50:49.033Z] --- PASS: TestStateRunStop (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestStateTimeoutWait [2022-05-05T09:50:49.033Z] state_test.go:141: Stop callback fired [2022-05-05T09:50:49.033Z] state_test.go:165: Stop callback fired [2022-05-05T09:50:49.033Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-05T09:50:49.033Z] === RUN TestIsValidStateString [2022-05-05T09:50:49.033Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-05T09:50:49.033Z] === RUN TestViewSaveDelete [2022-05-05T09:50:49.033Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-05T09:50:49.033Z] === RUN TestViewAll [2022-05-05T09:50:49.090Z] --- PASS: TestUnprivilegedPortsAndPing (0.93s) [2022-05-05T09:50:49.090Z] === RUN TestPrivilegedHostDevices [2022-05-05T09:50:49.492Z] --- PASS: TestViewAll (0.01s) [2022-05-05T09:50:49.492Z] === RUN TestViewGet [2022-05-05T09:50:49.492Z] --- PASS: TestViewGet (0.01s) [2022-05-05T09:50:49.492Z] === RUN TestNames [2022-05-05T09:50:49.492Z] --- PASS: TestNames (0.00s) [2022-05-05T09:50:49.492Z] === RUN TestViewWithHealthCheck [2022-05-05T09:50:49.492Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-05T09:50:49.492Z] PASS [2022-05-05T09:50:49.492Z] coverage: 41.7% of statements [2022-05-05T09:50:49.492Z] ok github.com/docker/docker/container 0.261s coverage: 41.7% of statements [2022-05-05T09:50:49.492Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-05T09:50:49.492Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-05T09:50:49.492Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-05T09:50:49.492Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-05T09:50:49.947Z] --- PASS: TestTarFiles (5.56s) [2022-05-05T09:50:49.947Z] === RUN TestDetectCompressionZstd [2022-05-05T09:50:49.947Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestTarUntar [2022-05-05T09:50:49.947Z] --- PASS: TestTarUntar (0.04s) [2022-05-05T09:50:49.947Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-05T09:50:49.947Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-05T09:50:49.947Z] === RUN TestTarWithOptions [2022-05-05T09:50:49.947Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-05T09:50:49.947Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-05T09:50:49.947Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestUntarUstarGnuConflict [2022-05-05T09:50:49.947Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestUntarInvalidFilenames [2022-05-05T09:50:49.947Z] === RUN TestCopyFileWithInvalidSrc [2022-05-05T09:50:49.947Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestCopyFileWithInvalidDest [2022-05-05T09:50:49.947Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-05T09:50:49.947Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-05T09:50:49.947Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestCopyFile [2022-05-05T09:50:49.947Z] --- PASS: TestCopyFile (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-05T09:50:49.947Z] fileutils_test.go:133: Needs porting to Windows [2022-05-05T09:50:49.947Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-05T09:50:49.947Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-05T09:50:49.947Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-05T09:50:49.948Z] fileutils_test.go:179: Needs porting to Windows [2022-05-05T09:50:49.948Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestWildcardMatches [2022-05-05T09:50:49.948Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestPatternMatches [2022-05-05T09:50:49.948Z] --- PASS: TestPatternMatches (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-05T09:50:49.948Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestPatternMatchesFolderExclusions [2022-05-05T09:50:49.948Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-05T09:50:49.948Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-05T09:50:49.948Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-05T09:50:49.948Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-05T09:50:49.948Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestSingleExclamationError [2022-05-05T09:50:49.948Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestMatchesWithNoPatterns [2022-05-05T09:50:49.948Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestMatchesWithMalformedPatterns [2022-05-05T09:50:49.948Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestMatches [2022-05-05T09:50:49.948Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-05T09:50:49.948Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-05T09:50:49.948Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-05T09:50:49.948Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-05T09:50:49.948Z] --- PASS: TestMatches (0.01s) [2022-05-05T09:50:49.948Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-05T09:50:49.948Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-05T09:50:49.948Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-05T09:50:49.948Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCleanPatterns [2022-05-05T09:50:49.948Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-05T09:50:49.948Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCleanPatternsExceptionFlag [2022-05-05T09:50:49.948Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-05T09:50:49.948Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-05T09:50:49.948Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCleanPatternsErrorSingleException [2022-05-05T09:50:49.948Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCreateIfNotExistsDir [2022-05-05T09:50:49.948Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCreateIfNotExistsFile [2022-05-05T09:50:49.948Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-05T09:50:49.948Z] === RUN TestMatch [2022-05-05T09:50:49.948Z] --- PASS: TestMatch (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestCompile [2022-05-05T09:50:49.948Z] === RUN TestCompile/slash [2022-05-05T09:50:49.948Z] === RUN TestCompile/backslash [2022-05-05T09:50:49.948Z] --- PASS: TestCompile (0.00s) [2022-05-05T09:50:49.948Z] --- PASS: TestCompile/slash (0.00s) [2022-05-05T09:50:49.948Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-05T09:50:49.948Z] PASS [2022-05-05T09:50:49.948Z] coverage: 84.7% of statements [2022-05-05T09:50:49.948Z] ok github.com/docker/docker/pkg/fileutils 0.088s coverage: 84.7% of statements [2022-05-05T09:50:49.948Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3199051695\\dest" [2022-05-05T09:50:49.948Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-05-05T09:50:49.948Z] === RUN TestUntarHardlinkToSymlink [2022-05-05T09:50:49.948Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-05T09:50:49.948Z] === RUN TestUntarInvalidHardlink [2022-05-05T09:50:49.948Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1157452349\\victim\\hello" -> "../victim/hello" [2022-05-05T09:50:49.948Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3823773882\\victim\\hello" -> "/../victim/hello" [2022-05-05T09:50:49.948Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink884297980\\victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3402320174\\victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2414238134\\victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2962779685\\victim" -> "../victim" [2022-05-05T09:50:49.948Z] --- PASS: TestUntarInvalidHardlink (0.06s) [2022-05-05T09:50:49.948Z] === RUN TestUntarInvalidSymlink [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3674843387\\dest\\dotdot" -> "../victim/hello" [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1673036868\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1193149762\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1935893283\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1991830092\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4048968920\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:49.948Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink138498018\\dest\\dir\\loophole" -> "../../victim" [2022-05-05T09:50:49.948Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-05-05T09:50:49.948Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-05T09:50:49.948Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-05T09:50:49.948Z] === RUN TestXGlobalNoParent [2022-05-05T09:50:49.950Z] === RUN TestPrepare [2022-05-05T09:50:49.950Z] --- PASS: TestPrepare (0.00s) [2022-05-05T09:50:49.950Z] === RUN TestStart [2022-05-05T09:50:49.950Z] --- PASS: TestStart (0.00s) [2022-05-05T09:50:49.950Z] === RUN TestWaitCancel [2022-05-05T09:50:49.950Z] --- PASS: TestWaitCancel (0.00s) [2022-05-05T09:50:49.950Z] === RUN TestWaitDisabled [2022-05-05T09:50:49.950Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-05T09:50:49.950Z] === RUN TestWaitEnabled [2022-05-05T09:50:49.950Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-05T09:50:49.950Z] === RUN TestRemove [2022-05-05T09:50:49.950Z] --- PASS: TestRemove (0.00s) [2022-05-05T09:50:49.950Z] PASS [2022-05-05T09:50:49.950Z] coverage: 65.3% of statements [2022-05-05T09:50:49.950Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2022-05-05T09:50:50.020Z] --- PASS: TestPrivilegedHostDevices (0.87s) [2022-05-05T09:50:50.020Z] === RUN TestStats [2022-05-05T09:50:50.408Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-05T09:50:50.408Z] === RUN TestReplaceFileTarWrapper [2022-05-05T09:50:50.408Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-05-05T09:50:50.408Z] === RUN TestPrefixHeaderReadable [2022-05-05T09:50:50.408Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-05T09:50:50.408Z] === RUN TestDisablePigz [2022-05-05T09:50:50.408Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-05T09:50:50.408Z] --- PASS: TestDisablePigz (0.15s) [2022-05-05T09:50:50.408Z] === RUN TestPigz [2022-05-05T09:50:50.866Z] === RUN TestGet [2022-05-05T09:50:50.866Z] --- PASS: TestGet (0.00s) [2022-05-05T09:50:50.866Z] === RUN TestGetShortcutString [2022-05-05T09:50:50.866Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-05T09:50:50.866Z] PASS [2022-05-05T09:50:50.866Z] coverage: 42.9% of statements [2022-05-05T09:50:50.866Z] ok github.com/docker/docker/pkg/homedir 0.048s coverage: 42.9% of statements [2022-05-05T09:50:50.866Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-05T09:50:50.866Z] --- PASS: TestPigz (0.18s) [2022-05-05T09:50:50.866Z] === RUN TestNosysFileInfo [2022-05-05T09:50:50.866Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-05T09:50:50.866Z] === RUN TestCopyFileWithInvalidDest [2022-05-05T09:50:50.866Z] archive_windows_test.go:16: Currently fails [2022-05-05T09:50:50.866Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-05T09:50:50.866Z] === RUN TestCanonicalTarNameForPath [2022-05-05T09:50:50.866Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-05T09:50:50.866Z] === RUN TestCanonicalTarName [2022-05-05T09:50:50.866Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-05T09:50:50.866Z] === RUN TestChmodTarEntry [2022-05-05T09:50:50.867Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestHardLinkOrder [2022-05-05T09:50:50.867Z] --- PASS: TestHardLinkOrder (0.08s) [2022-05-05T09:50:50.867Z] === RUN TestChangeString [2022-05-05T09:50:50.867Z] --- PASS: TestChangeString (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesWithNoChanges [2022-05-05T09:50:50.867Z] 2022/05/05 09:50:50 Closing DB instances... [2022-05-05T09:50:50.867Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-05T09:50:50.867Z] === RUN TestChangesWithChanges [2022-05-05T09:50:50.867Z] --- PASS: TestChangesWithChanges (0.03s) [2022-05-05T09:50:50.867Z] === RUN TestChangesWithChangesGH13590 [2022-05-05T09:50:50.867Z] changes_test.go:196: needs more investigation [2022-05-05T09:50:50.867Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesDirsEmpty [2022-05-05T09:50:50.867Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:50:50.867Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesDirsMutated [2022-05-05T09:50:50.867Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:50:50.867Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestApplyLayer [2022-05-05T09:50:50.867Z] changes_test.go:433: needs further investigation [2022-05-05T09:50:50.867Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesSizeWithHardlinks [2022-05-05T09:50:50.867Z] changes_test.go:469: needs further investigation [2022-05-05T09:50:50.867Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesSizeWithNoChanges [2022-05-05T09:50:50.867Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-05T09:50:50.867Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestChangesSize [2022-05-05T09:50:50.867Z] --- PASS: TestChangesSize (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestApplyLayerInvalidFilenames [2022-05-05T09:50:50.867Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames930403521\\dest" [2022-05-05T09:50:50.867Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-05T09:50:50.867Z] === RUN TestApplyLayerInvalidHardlink [2022-05-05T09:50:50.867Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3569582127\\victim\\hello" -> "../victim/hello" [2022-05-05T09:50:50.867Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2275018466\\victim\\hello" -> "/../victim/hello" [2022-05-05T09:50:50.867Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1055783660\\victim" -> "../victim" [2022-05-05T09:50:50.867Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2645141495\\victim" -> "../victim" [2022-05-05T09:50:50.867Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1098537426\\victim" -> "../victim" [2022-05-05T09:50:50.867Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3992782327\\victim" -> "../victim" [2022-05-05T09:50:50.867Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-05T09:50:50.867Z] === RUN TestApplyLayerInvalidSymlink [2022-05-05T09:50:50.867Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink26313131\\dest\\dotdot" -> "../victim/hello" [2022-05-05T09:50:50.867Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1147984141\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-05T09:50:50.867Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3023583546\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:50.867Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3901248882\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:50.867Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3958045168\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:50.867Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4199763946\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:50:50.867Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-05-05T09:50:50.867Z] === RUN TestApplyLayerWhiteouts [2022-05-05T09:50:50.867Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-05-05T09:50:50.867Z] === RUN TestGenerateEmptyFile [2022-05-05T09:50:50.867Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-05T09:50:50.867Z] === RUN TestGenerateWithContent [2022-05-05T09:50:50.867Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-05T09:50:50.867Z] PASS [2022-05-05T09:50:50.867Z] coverage: 61.9% of statements [2022-05-05T09:50:50.867Z] ok github.com/docker/docker/pkg/archive 8.048s coverage: 61.9% of statements [2022-05-05T09:50:50.949Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-05-05T09:50:51.145Z] --- PASS: TestServicePlugin (29.98s) [2022-05-05T09:50:51.145Z] === RUN TestServiceUpdateLabel [2022-05-05T09:50:51.715Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-05-05T09:50:51.715Z] === RUN TestServiceUpdateSecrets [2022-05-05T09:50:51.834Z] === RUN TestCreateIDMapOrder [2022-05-05T09:50:51.834Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-05T09:50:51.834Z] PASS [2022-05-05T09:50:51.834Z] coverage: 7.2% of statements [2022-05-05T09:50:51.834Z] ok github.com/docker/docker/pkg/idtools 0.045s coverage: 7.2% of statements [2022-05-05T09:50:52.292Z] --- PASS: TestNetworkDBCRUDTableEntries (3.69s) [2022-05-05T09:50:52.292Z] === RUN TestNetworkDBNodeLeave [2022-05-05T09:50:52.932Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-05T09:50:52.932Z] --- PASS: TestStats (2.70s) [2022-05-05T09:50:52.932Z] === RUN TestStopContainerWithTimeout [2022-05-05T09:50:52.932Z] === RUN TestStopContainerWithTimeout/0 [2022-05-05T09:50:52.932Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-05T09:50:52.932Z] === RUN TestStopContainerWithTimeout/1 [2022-05-05T09:50:52.932Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-05T09:50:52.932Z] === RUN TestStopContainerWithTimeout/3 [2022-05-05T09:50:52.932Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-05T09:50:52.932Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-05T09:50:52.932Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-05T09:50:52.932Z] === CONT TestStopContainerWithTimeout/0 [2022-05-05T09:50:52.932Z] === CONT TestStopContainerWithTimeout/3 [2022-05-05T09:50:53.268Z] === RUN TestFixedBufferCap [2022-05-05T09:50:53.268Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestFixedBufferLen [2022-05-05T09:50:53.268Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestFixedBufferString [2022-05-05T09:50:53.268Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestFixedBufferWrite [2022-05-05T09:50:53.268Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestFixedBufferRead [2022-05-05T09:50:53.268Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestBytesPipeRead [2022-05-05T09:50:53.268Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestBytesPipeWrite [2022-05-05T09:50:53.268Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-05T09:50:53.268Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-05T09:50:53.728Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-05-05T09:50:53.728Z] === RUN TestAtomicWriteToFile [2022-05-05T09:50:53.728Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-05T09:50:53.728Z] === RUN TestAtomicWriteSetCommit [2022-05-05T09:50:53.728Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-05T09:50:53.728Z] === RUN TestAtomicWriteSetCancel [2022-05-05T09:50:53.728Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-05T09:50:53.728Z] === RUN TestReadCloserWrapperClose [2022-05-05T09:50:53.728Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-05T09:50:53.728Z] === RUN TestReaderErrWrapperReadOnError [2022-05-05T09:50:53.728Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-05T09:50:53.728Z] === RUN TestReaderErrWrapperRead [2022-05-05T09:50:53.728Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-05T09:50:53.728Z] === RUN TestCancelReadCloser [2022-05-05T09:50:53.728Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-05T09:50:53.728Z] === RUN TestWriteCloserWrapperClose [2022-05-05T09:50:53.728Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-05T09:50:53.728Z] === RUN TestNopWriteCloser [2022-05-05T09:50:53.728Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-05T09:50:53.728Z] === RUN TestNopWriter [2022-05-05T09:50:53.728Z] --- PASS: TestNopWriter (0.00s) [2022-05-05T09:50:53.728Z] === RUN TestWriteCounter [2022-05-05T09:50:53.728Z] --- PASS: TestWriteCounter (0.00s) [2022-05-05T09:50:53.728Z] PASS [2022-05-05T09:50:53.728Z] coverage: 70.1% of statements [2022-05-05T09:50:53.728Z] ok github.com/docker/docker/pkg/ioutils 0.664s coverage: 70.1% of statements [2022-05-05T09:50:53.792Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-05T09:50:53.792Z] === RUN TestNewListSecretsFilters [2022-05-05T09:50:53.792Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-05T09:50:53.792Z] === RUN TestNewListConfigsFilters [2022-05-05T09:50:53.792Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-05T09:50:53.792Z] PASS [2022-05-05T09:50:53.792Z] coverage: 0.5% of statements [2022-05-05T09:50:53.792Z] ok github.com/docker/docker/daemon/cluster 1.507s coverage: 0.5% of statements [2022-05-05T09:50:53.792Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.19s) [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-05T09:50:53.792Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-05T09:50:53.792Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-05T09:50:53.792Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-05T09:50:53.792Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-05T09:50:53.792Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-05T09:50:53.792Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-05T09:50:53.866Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-05T09:50:53.866Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-05T09:50:54.251Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-05T09:50:54.251Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-05T09:50:54.251Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-05T09:50:54.251Z] PASS [2022-05-05T09:50:54.251Z] coverage: 35.9% of statements [2022-05-05T09:50:54.251Z] ok github.com/docker/docker/daemon/cluster/convert 0.522s coverage: 35.9% of statements [2022-05-05T09:50:54.695Z] === RUN TestError [2022-05-05T09:50:54.695Z] --- PASS: TestError (0.00s) [2022-05-05T09:50:54.695Z] === RUN TestProgressString [2022-05-05T09:50:54.695Z] === RUN TestProgressString/no_progress [2022-05-05T09:50:54.695Z] === RUN TestProgressString/progress_1 [2022-05-05T09:50:54.695Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-05T09:50:54.695Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-05T09:50:54.695Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-05T09:50:54.695Z] === RUN TestProgressString/with_units [2022-05-05T09:50:54.695Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-05T09:50:54.695Z] === RUN TestProgressString/hide_counts [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-05T09:50:54.695Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-05T09:50:54.695Z] === RUN TestJSONMessageDisplay [2022-05-05T09:50:54.795Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-05T09:50:55.155Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-05-05T09:50:55.155Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-05T09:50:55.155Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-05T09:50:55.155Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-05T09:50:55.155Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-05T09:50:55.155Z] === RUN TestDisplayJSONMessagesStream [2022-05-05T09:50:55.155Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-05T09:50:55.155Z] PASS [2022-05-05T09:50:55.155Z] coverage: 91.7% of statements [2022-05-05T09:50:55.155Z] ok github.com/docker/docker/pkg/jsonmessage 0.240s coverage: 91.7% of statements [2022-05-05T09:50:55.155Z] --- PASS: TestNetworkDBNodeLeave (2.97s) [2022-05-05T09:50:55.155Z] === RUN TestNetworkDBWatch [2022-05-05T09:50:55.358Z] check_test.go:307: [da83f6abc2ed6] daemon is not started [2022-05-05T09:50:55.358Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-05-05T09:50:55.358Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-05T09:50:55.614Z] === RUN TestStandardLongPath [2022-05-05T09:50:55.614Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-05T09:50:55.614Z] === RUN TestUNCLongPath [2022-05-05T09:50:55.614Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-05T09:50:55.614Z] PASS [2022-05-05T09:50:55.614Z] coverage: 100.0% of statements [2022-05-05T09:50:55.614Z] ok github.com/docker/docker/pkg/longpath 0.040s coverage: 100.0% of statements [2022-05-05T09:50:55.921Z] === CONT TestStopContainerWithTimeout/1 [2022-05-05T09:50:55.921Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-05T09:50:56.073Z] === RUN TestNameFormat [2022-05-05T09:50:56.073Z] --- PASS: TestNameFormat (0.00s) [2022-05-05T09:50:56.073Z] === RUN TestNameRetries [2022-05-05T09:50:56.073Z] --- PASS: TestNameRetries (0.00s) [2022-05-05T09:50:56.073Z] PASS [2022-05-05T09:50:56.073Z] coverage: 85.7% of statements [2022-05-05T09:50:56.073Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-05-05T09:50:56.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-05-05T09:50:57.040Z] 2022/05/05 09:50:56 Closing DB instances... [2022-05-05T09:50:57.040Z] === RUN TestParseKeyValueOpt [2022-05-05T09:50:57.040Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-05T09:50:57.040Z] === RUN TestParseUintList [2022-05-05T09:50:57.040Z] --- PASS: TestParseUintList (0.00s) [2022-05-05T09:50:57.040Z] === RUN TestParseUintListMaximumLimits [2022-05-05T09:50:57.040Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-05T09:50:57.040Z] PASS [2022-05-05T09:50:57.040Z] coverage: 97.0% of statements [2022-05-05T09:50:57.040Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-05-05T09:50:57.158Z] === RUN TestWaitNodeAttachment [2022-05-05T09:50:57.158Z] === RUN TestBuilderGC [2022-05-05T09:50:57.158Z] --- PASS: TestBuilderGC (0.02s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationNotFound [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonBrokenConfiguration [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestFindConfigurationConflicts [2022-05-05T09:50:57.158Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-05T09:50:57.158Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-05T09:50:57.158Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-05T09:50:57.158Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-05T09:50:57.158Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-05T09:50:57.158Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-05T09:50:57.158Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_label [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_dns [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_hosts [2022-05-05T09:50:57.634Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-05T09:50:57.634Z] === RUN TestReloadSetConfigFileNotExist [2022-05-05T09:50:57.634Z] time="2022-05-05T09:50:56Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-05T09:50:57.634Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-05-05T09:50:57.634Z] === RUN TestReloadDefaultConfigNotExist [2022-05-05T09:50:57.634Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:50:57.634Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-05-05T09:50:57.634Z] === RUN TestReloadBadDefaultConfig [2022-05-05T09:50:57.634Z] time="2022-05-05T09:50:56Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-360383410" [2022-05-05T09:50:57.634Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-05T09:50:57.634Z] === RUN TestReloadWithConflictingLabels [2022-05-05T09:50:57.634Z] time="2022-05-05T09:50:56Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2199443073" [2022-05-05T09:50:57.634Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-05T09:50:57.634Z] === RUN TestReloadWithDuplicateLabels [2022-05-05T09:50:57.634Z] time="2022-05-05T09:50:56Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-843679450" [2022-05-05T09:50:57.634Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-05T09:50:57.634Z] === RUN TestMaskURLCredentials [2022-05-05T09:50:57.634Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-05T09:50:57.634Z] === RUN TestDaemonConfigurationMerge [2022-05-05T09:50:57.634Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-05T09:50:57.634Z] PASS [2022-05-05T09:50:57.634Z] coverage: 79.8% of statements [2022-05-05T09:50:57.634Z] ok github.com/docker/docker/daemon/config 0.331s coverage: 79.8% of statements [2022-05-05T09:50:57.634Z] --- PASS: TestWaitNodeAttachment (0.45s) [2022-05-05T09:50:57.634Z] === RUN TestIsolationConversion [2022-05-05T09:50:57.634Z] === RUN TestIsolationConversion/default [2022-05-05T09:50:57.634Z] === RUN TestIsolationConversion/process [2022-05-05T09:50:57.634Z] === RUN TestIsolationConversion/hyperv [2022-05-05T09:50:57.634Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-05T09:50:57.634Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-05T09:50:57.635Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-05T09:50:57.635Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestContainerLabels [2022-05-05T09:50:57.635Z] --- PASS: TestContainerLabels (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestCredentialSpecConversion [2022-05-05T09:50:57.635Z] === RUN TestCredentialSpecConversion/none [2022-05-05T09:50:57.635Z] === RUN TestCredentialSpecConversion/config [2022-05-05T09:50:57.635Z] === RUN TestCredentialSpecConversion/file [2022-05-05T09:50:57.635Z] === RUN TestCredentialSpecConversion/registry [2022-05-05T09:50:57.635Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-05T09:50:57.635Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-05T09:50:57.635Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-05T09:50:57.635Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-05T09:50:57.635Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestControllerValidateMountBind [2022-05-05T09:50:57.635Z] --- PASS: TestControllerValidateMountBind (0.03s) [2022-05-05T09:50:57.635Z] === RUN TestControllerValidateMountVolume [2022-05-05T09:50:57.635Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestControllerValidateMountTarget [2022-05-05T09:50:57.635Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestControllerValidateMountTmpfs [2022-05-05T09:50:57.635Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestControllerValidateMountInvalidType [2022-05-05T09:50:57.635Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestControllerValidateMountNamedPipe [2022-05-05T09:50:57.635Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-05T09:50:57.635Z] PASS [2022-05-05T09:50:57.635Z] coverage: 11.0% of statements [2022-05-05T09:50:57.635Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.684s coverage: 11.0% of statements [2022-05-05T09:50:57.635Z] === RUN TestEventsLog [2022-05-05T09:50:57.635Z] --- PASS: TestEventsLog (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestEventsLogTimeout [2022-05-05T09:50:57.635Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-05T09:50:57.635Z] === RUN TestLogEvents [2022-05-05T09:50:57.635Z] --- PASS: TestLogEvents (0.06s) [2022-05-05T09:50:57.635Z] === RUN TestLoadBufferedEvents [2022-05-05T09:50:57.811Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-05-05T09:50:57.812Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2022-05-05T09:50:57.812Z] --- PASS: TestStopContainerWithTimeout/3 (3.22s) [2022-05-05T09:50:57.812Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2022-05-05T09:50:57.812Z] --- PASS: TestStopContainerWithTimeout/1 (1.79s) [2022-05-05T09:50:57.812Z] === RUN TestDeleteDevicemapper [2022-05-05T09:50:57.812Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:50:57.812Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-05T09:50:57.812Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-05T09:50:58.008Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-05T09:50:58.008Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-05T09:50:58.008Z] PASS [2022-05-05T09:50:58.008Z] coverage: 36.4% of statements [2022-05-05T09:50:58.008Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.043s coverage: 36.4% of statements [2022-05-05T09:50:58.098Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-05-05T09:50:58.098Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-05T09:50:58.098Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-05T09:50:58.098Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-05T09:50:58.098Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-05T09:50:58.098Z] PASS [2022-05-05T09:50:58.098Z] coverage: 50.0% of statements [2022-05-05T09:50:58.098Z] ok github.com/docker/docker/daemon/events 0.319s coverage: 50.0% of statements [2022-05-05T09:50:58.478Z] --- PASS: TestNetworkDBWatch (3.25s) [2022-05-05T09:50:58.478Z] === RUN TestNetworkDBBulkSync [2022-05-05T09:50:58.478Z] === RUN TestNewAndRemove [2022-05-05T09:50:58.478Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-05T09:50:58.478Z] === RUN TestRemoveInvalidPath [2022-05-05T09:50:58.478Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-05T09:50:58.478Z] PASS [2022-05-05T09:50:58.478Z] coverage: 82.6% of statements [2022-05-05T09:50:58.478Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.6% of statements [2022-05-05T09:50:59.687Z] === RUN TestLinkNaming [2022-05-05T09:50:59.687Z] --- PASS: TestLinkNaming (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestLinkNew [2022-05-05T09:50:59.687Z] --- PASS: TestLinkNew (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestLinkEnv [2022-05-05T09:50:59.687Z] --- PASS: TestLinkEnv (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestLinkMultipleEnv [2022-05-05T09:50:59.687Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestLinkPortRangeEnv [2022-05-05T09:50:59.687Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-05T09:50:59.687Z] PASS [2022-05-05T09:50:59.687Z] coverage: 93.0% of statements [2022-05-05T09:50:59.687Z] ok github.com/docker/docker/daemon/links 0.049s coverage: 93.0% of statements [2022-05-05T09:50:59.687Z] === RUN TestVerifyNetworkingConfig [2022-05-05T09:50:59.687Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestGetContainer [2022-05-05T09:50:59.687Z] --- PASS: TestGetContainer (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestValidContainerNames [2022-05-05T09:50:59.687Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestContainerInitDNS [2022-05-05T09:50:59.687Z] daemon_test.go:145: root required [2022-05-05T09:50:59.687Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestMerge [2022-05-05T09:50:59.687Z] --- PASS: TestMerge (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestValidateContainerIsolation [2022-05-05T09:50:59.687Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestFindNetworkErrorType [2022-05-05T09:50:59.687Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestEnsureServicesExist [2022-05-05T09:50:59.687Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestEnsureServicesExistErrors [2022-05-05T09:50:59.687Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-05T09:50:59.687Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-05T09:50:59.687Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-05T09:50:59.687Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-05T09:50:59.687Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-05T09:50:59.687Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-05T09:50:59.687Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestContainerDelete [2022-05-05T09:50:59.687Z] --- PASS: TestContainerDelete (0.00s) [2022-05-05T09:50:59.687Z] === RUN TestContainerDoubleDelete [2022-05-05T09:50:59.688Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestLogContainerEventCopyLabels [2022-05-05T09:50:59.688Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestLogContainerEventWithAttributes [2022-05-05T09:50:59.688Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestNoneHealthcheck [2022-05-05T09:50:59.688Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestHealthStates [2022-05-05T09:50:59.688Z] === RUN TestIsEmptyDir [2022-05-05T09:50:59.688Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-05T09:50:59.688Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-05T09:50:59.688Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-05T09:50:59.688Z] PASS [2022-05-05T09:50:59.688Z] coverage: 2.3% of statements [2022-05-05T09:50:59.688Z] ok github.com/docker/docker/daemon/graphdriver 0.099s coverage: 2.3% of statements [2022-05-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] time="2022-05-05T09:50:59Z" 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-05T09:50:59.688Z] --- PASS: TestHealthStates (0.22s) [2022-05-05T09:50:59.688Z] === RUN TestGetInspectData [2022-05-05T09:50:59.688Z] --- PASS: TestGetInspectData (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestFillLicense [2022-05-05T09:50:59.688Z] --- PASS: TestFillLicense (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestListInvalidFilter [2022-05-05T09:50:59.688Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestNameFilter [2022-05-05T09:50:59.688Z] --- PASS: TestNameFilter (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-05T09:50:59.688Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-05T09:50:59.688Z] === 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-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-05T09:50:59.688Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-05T09:50:59.688Z] --- 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-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-05T09:50:59.688Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-05T09:50:59.688Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestDaemonReloadLabels [2022-05-05T09:50:59.688Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-05T09:50:59.688Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-05T09:50:59.688Z] === RUN TestDaemonReloadMirrors [2022-05-05T09:50:59.721Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-05-05T09:51:00.019Z] 2022/05/05 09:50:59 Closing DB instances... [2022-05-05T09:51:00.147Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-05T09:51:00.147Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-05T09:51:00.147Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-05T09:51:00.147Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-05T09:51:00.147Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-05T09:51:00.147Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-05T09:51:00.147Z] reload_test.go:342: root required [2022-05-05T09:51:00.147Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-05T09:51:00.147Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-05T09:51:00.147Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-05-05T09:51:00.147Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-05T09:51:00.147Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-05T09:51:00.147Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-05T09:51:00.147Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-05-05T09:51:00.147Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-05T09:51:00.147Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-05T09:51:00.147Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-05T09:51:00.147Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-05T09:51:00.147Z] === RUN TestParseVolumesFrom [2022-05-05T09:51:00.147Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-05T09:51:00.147Z] PASS [2022-05-05T09:51:00.147Z] coverage: 8.6% of statements [2022-05-05T09:51:00.147Z] ok github.com/docker/docker/daemon 0.532s coverage: 8.6% of statements [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-05T09:51:00.147Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-05T09:51:00.479Z] === RUN TestFailedConnection [2022-05-05T09:51:01.090Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.23s) [2022-05-05T09:51:01.090Z] === RUN TestUpdateMemory [2022-05-05T09:51:01.090Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:51:01.090Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-05T09:51:01.090Z] === RUN TestUpdateCPUQuota [2022-05-05T09:51:01.446Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-05-05T09:51:01.446Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-05T09:51:01.904Z] --- PASS: TestGetAddress (26.71s) [2022-05-05T09:51:01.904Z] === RUN TestRequestSyntaxCheck [2022-05-05T09:51:01.904Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-05-05T09:51:01.904Z] === RUN TestRequest [2022-05-05T09:51:02.020Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-05T09:51:02.276Z] --- PASS: TestUpdateCPUQuota (1.37s) [2022-05-05T09:51:02.276Z] === RUN TestUpdatePidsLimit [2022-05-05T09:51:02.276Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/defaults [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-05T09:51:02.325Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-05T09:51:02.325Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-05T09:51:02.534Z] === RUN TestUpdatePidsLimit/no_change [2022-05-05T09:51:02.783Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-05T09:51:02.783Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-05T09:51:02.783Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-05T09:51:02.783Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-05T09:51:02.783Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-05T09:51:02.783Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-05T09:51:02.783Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-05T09:51:02.783Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-05T09:51:02.783Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-05-05T09:51:02.783Z] === RUN TestCreateSuccess [2022-05-05T09:51:02.783Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCreateStreamSkipped [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-05T09:51:02.783Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCreateLogGroupSuccess [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-05T09:51:02.783Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCreateError [2022-05-05T09:51:02.783Z] --- PASS: TestCreateError (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCreateAlreadyExists [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-05T09:51:02.783Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestLogClosed [2022-05-05T09:51:02.783Z] --- PASS: TestLogClosed (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestLogBlocking [2022-05-05T09:51:02.783Z] --- PASS: TestLogBlocking (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-05T09:51:02.783Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestLogNonBlockingBufferFull [2022-05-05T09:51:02.783Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestPublishBatchSuccess [2022-05-05T09:51:02.783Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestPublishBatchError [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=error msg=error [2022-05-05T09:51:02.783Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-05T09:51:02.783Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-05T09:51:02.783Z] time="2022-05-05T09:51:02Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-05T09:51:02.783Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchSimple [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchTicker [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchMultilinePattern [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-05T09:51:02.783Z] === RUN TestCollectBatchClose [2022-05-05T09:51:02.783Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen/0/Hello [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen/2/🙃 [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen/3/���� [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen/4/He��o [2022-05-05T09:51:02.783Z] === RUN TestEffectiveLen/5/ [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/0/ [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/1/Hello [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: Hello [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/2/Hello [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: He [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: llo [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/3/Hello [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: Hello [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/4/🙃 [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/5/🙃 [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/6/a� [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: a [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: � [2022-05-05T09:51:02.784Z] === RUN TestFindValidSplit/7/a� [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1076: a� [2022-05-05T09:51:02.784Z] cloudwatchlogs_test.go:1077: [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestProcessEventEmoji [2022-05-05T09:51:02.784Z] --- PASS: TestProcessEventEmoji (0.09s) [2022-05-05T09:51:02.784Z] === RUN TestCollectBatchLineSplit [2022-05-05T09:51:02.784Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-05T09:51:02.784Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestCollectBatchMaxEvents [2022-05-05T09:51:02.784Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-05T09:51:02.784Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-05T09:51:02.784Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2022-05-05T09:51:02.784Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-05T09:51:02.784Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-05-05T09:51:02.784Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-05T09:51:02.784Z] === RUN TestSearchRegistryForImagesErrors [2022-05-05T09:51:02.784Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-05T09:51:02.784Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsFormat [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestSearchRegistryForImagesErrors (0.01s) [2022-05-05T09:51:02.784Z] === RUN TestSearchRegistryForImages [2022-05-05T09:51:02.784Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestOnlyPlatformWithFallback [2022-05-05T09:51:02.784Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestImageDelete [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestCreateTagSuccess [2022-05-05T09:51:02.784Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-05T09:51:02.784Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-05T09:51:02.784Z] === RUN TestImageDelete/no_lease [2022-05-05T09:51:02.784Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-05T09:51:02.784Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-05T09:51:02.784Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-05T09:51:02.784Z] PASS [2022-05-05T09:51:02.784Z] coverage: 80.2% of statements [2022-05-05T09:51:02.784Z] ok github.com/docker/docker/daemon/logger/awslogs 0.527s coverage: 80.2% of statements [2022-05-05T09:51:02.784Z] === RUN TestImageDelete/lease_exists [2022-05-05T09:51:02.784Z] --- PASS: TestImageDelete (0.05s) [2022-05-05T09:51:02.784Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-05-05T09:51:02.784Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-05T09:51:02.784Z] === RUN TestContentStoreForPull [2022-05-05T09:51:02.784Z] === RUN TestAdapterReadLogs [2022-05-05T09:51:02.784Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestCopier [2022-05-05T09:51:02.784Z] --- PASS: TestCopier (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestCopierLongLines [2022-05-05T09:51:02.784Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestCopierSlow [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-05T09:51:02.784Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/#00 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/something:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-05T09:51:02.784Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-05T09:51:02.785Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-05T09:51:02.785Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-05T09:51:02.785Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-05T09:51:02.785Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-05T09:51:02.785Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-05T09:51:02.785Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-05T09:51:02.785Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-05T09:51:02.785Z] PASS [2022-05-05T09:51:02.785Z] coverage: 53.6% of statements [2022-05-05T09:51:02.785Z] ok github.com/docker/docker/daemon/logger/fluentd 0.090s coverage: 53.6% of statements [2022-05-05T09:51:02.871Z] --- PASS: TestFailedConnection (2.12s) [2022-05-05T09:51:02.871Z] === RUN TestFailOnce [2022-05-05T09:51:02.871Z] 2022/05/05 09:51:02 http: panic serving 127.0.0.1:49295: Plugin not ready [2022-05-05T09:51:02.871Z] goroutine 13 [running]: [2022-05-05T09:51:02.871Z] net/http.(*conn).serve.func1() [2022-05-05T09:51:02.871Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-05T09:51:02.871Z] panic({0xee3700, 0x102d0e0}) [2022-05-05T09:51:02.871Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-05T09:51:02.871Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001bba70?) [2022-05-05T09:51:02.871Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-05T09:51:02.871Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x10328f8?, 0xc0001a40e0?}, 0xe3da86?) [2022-05-05T09:51:02.871Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-05T09:51:02.871Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x10328f8, 0xc0001a40e0}, 0xc00019e300) [2022-05-05T09:51:02.871Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-05T09:51:02.871Z] net/http.serverHandler.ServeHTTP({0x1030f18?}, {0x10328f8, 0xc0001a40e0}, 0xc00019e300) [2022-05-05T09:51:02.871Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-05T09:51:02.871Z] net/http.(*conn).serve(0xc000066dc0, {0x1032df8, 0xc00008a0c0}) [2022-05-05T09:51:02.871Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-05T09:51:02.871Z] created by net/http.(*Server).Serve [2022-05-05T09:51:02.871Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-05T09:51:02.871Z] time="2022-05-05T09:51:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.FailOnce: Post \"http://127.0.0.1:49294/Test.FailOnce\": EOF, retrying in 1s" [2022-05-05T09:51:03.099Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-05T09:51:03.245Z] --- PASS: TestCopierSlow (0.20s) [2022-05-05T09:51:03.245Z] === RUN TestCopierWithSized [2022-05-05T09:51:03.245Z] === RUN TestCopierWithSized/as_is [2022-05-05T09:51:03.245Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-05T09:51:03.245Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-05T09:51:03.245Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-05T09:51:03.245Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-05T09:51:03.245Z] === RUN TestCopierWithPartial [2022-05-05T09:51:03.245Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-05T09:51:03.245Z] === RUN TestRingLogger [2022-05-05T09:51:03.245Z] --- PASS: TestRingLogger (0.00s) [2022-05-05T09:51:03.245Z] === RUN TestRingCap [2022-05-05T09:51:03.245Z] --- PASS: TestRingCap (0.00s) [2022-05-05T09:51:03.245Z] === RUN TestRingClose [2022-05-05T09:51:03.245Z] --- PASS: TestRingClose (0.00s) [2022-05-05T09:51:03.245Z] === RUN TestRingDrain [2022-05-05T09:51:03.245Z] --- PASS: TestRingDrain (0.00s) [2022-05-05T09:51:03.245Z] PASS [2022-05-05T09:51:03.245Z] coverage: 43.2% of statements [2022-05-05T09:51:03.245Z] --- PASS: TestContentStoreForPull (0.23s) [2022-05-05T09:51:03.245Z] PASS [2022-05-05T09:51:03.245Z] coverage: 6.6% of statements [2022-05-05T09:51:03.245Z] ok github.com/docker/docker/daemon/images 0.454s coverage: 6.6% of statements [2022-05-05T09:51:03.245Z] ok github.com/docker/docker/daemon/logger 0.284s coverage: 43.2% of statements [2022-05-05T09:51:03.245Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-05T09:51:03.245Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-05T09:51:03.245Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-05T09:51:03.245Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-05T09:51:03.245Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-05T09:51:03.245Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-05T09:51:03.351Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-05T09:51:03.351Z] PASS [2022-05-05T09:51:03.351Z] [2022-05-05T09:51:03.351Z] === Skipped [2022-05-05T09:51:03.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-05T09:51:03.351Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:51:03.351Z] [2022-05-05T09:51:03.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-05-05T09:51:03.351Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:51:03.351Z] [2022-05-05T09:51:03.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-05T09:51:03.351Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:51:03.351Z] [2022-05-05T09:51:03.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-05T09:51:03.351Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:51:03.351Z] [2022-05-05T09:51:03.351Z] DONE 17 tests, 4 skipped in 26.007s [2022-05-05T09:51:03.351Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-05T09:51:03.351Z] ++ 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-05T09:51:03.351Z] ++ set -e [2022-05-05T09:51:03.351Z] ++ '[' -n 0 ']' [2022-05-05T09:51:03.351Z] ++ set -x [2022-05-05T09:51:03.351Z] ++ 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-05T09:51:03.351Z] INFO: Testing against a local daemon [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:51:03.351Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:51:03.351Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T09:51:03.351Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T09:51:03.351Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T09:51:03.351Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T09:51:03.351Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T09:51:03.351Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T09:51:03.351Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T09:51:03.351Z] === RUN TestPluginInstall [2022-05-05T09:51:03.351Z] === RUN TestPluginInstall/no_auth [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b0ac38521a5687722e8c0b8c097e99a2b2b33315f3913e6b243b3ceb5b557989" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b0ac38521a5687722e8c0b8c097e99a2b2b33315f3913e6b243b3ceb5b557989" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:51:03.351Z] === RUN TestPluginInstall/with_htpasswd [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b0ac38521a5687722e8c0b8c097e99a2b2b33315f3913e6b243b3ceb5b557989" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:51:03.351Z] time="2022-05-05T09:51:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b0ac38521a5687722e8c0b8c097e99a2b2b33315f3913e6b243b3ceb5b557989" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:51:03.351Z] === RUN TestPluginInstall/with_insecure [2022-05-05T09:51:03.356Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-05T09:51:03.356Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-05T09:51:03.383Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-05T09:51:03.383Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-05-05T09:51:03.383Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-05T09:51:03.383Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-05T09:51:03.383Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-05T09:51:03.383Z] Cross building: bundles/cross/windows/amd64 [2022-05-05T09:51:03.383Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-05-05T09:51:03.383Z] { [2022-05-05T09:51:03.383Z] "RT_GROUP_ICON": { [2022-05-05T09:51:03.383Z] "#1": { [2022-05-05T09:51:03.383Z] "0409": "../../winresources/docker.ico" [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] }, [2022-05-05T09:51:03.383Z] "RT_MANIFEST": { [2022-05-05T09:51:03.383Z] "#1": { [2022-05-05T09:51:03.383Z] "0409": { [2022-05-05T09:51:03.383Z] "identity": {}, [2022-05-05T09:51:03.383Z] "description": "Docker Engine", [2022-05-05T09:51:03.383Z] "minimum-os": "vista", [2022-05-05T09:51:03.383Z] "execution-level": "", [2022-05-05T09:51:03.383Z] "ui-access": false, [2022-05-05T09:51:03.383Z] "auto-elevate": false, [2022-05-05T09:51:03.383Z] "dpi-awareness": "unaware", [2022-05-05T09:51:03.383Z] "disable-theming": false, [2022-05-05T09:51:03.383Z] "disable-window-filtering": false, [2022-05-05T09:51:03.383Z] "high-resolution-scrolling-aware": false, [2022-05-05T09:51:03.383Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-05T09:51:03.383Z] "long-path-aware": false, [2022-05-05T09:51:03.383Z] "printer-driver-isolation": false, [2022-05-05T09:51:03.383Z] "gdi-scaling": false, [2022-05-05T09:51:03.383Z] "segment-heap": false, [2022-05-05T09:51:03.383Z] "use-common-controls-v6": false [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] }, [2022-05-05T09:51:03.383Z] "RT_MESSAGETABLE": { [2022-05-05T09:51:03.383Z] "#1": { [2022-05-05T09:51:03.383Z] "0409": "../../winresources/event_messages.bin" [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] }, [2022-05-05T09:51:03.383Z] "RT_VERSION": { [2022-05-05T09:51:03.383Z] "#1": { [2022-05-05T09:51:03.383Z] "0409": { [2022-05-05T09:51:03.383Z] "fixed": { [2022-05-05T09:51:03.383Z] "file_version": "0.0.0.0", [2022-05-05T09:51:03.383Z] "product_version": "0.0.0.0", [2022-05-05T09:51:03.383Z] "type": "Unknown" [2022-05-05T09:51:03.383Z] }, [2022-05-05T09:51:03.383Z] "info": { [2022-05-05T09:51:03.383Z] "0000": { [2022-05-05T09:51:03.383Z] "CompanyName": "", [2022-05-05T09:51:03.383Z] "FileVersion": "dev", [2022-05-05T09:51:03.383Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-05T09:51:03.383Z] "OriginalFileName": "dockerd-dev.exe", [2022-05-05T09:51:03.383Z] "ProductName": "", [2022-05-05T09:51:03.383Z] "ProductVersion": "dev", [2022-05-05T09:51:03.383Z] "SpecialBuild": "d6115b8f407d8975534988ead723c1da5ce022b1" [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] } [2022-05-05T09:51:03.383Z] cmd/dockerd/config.go [2022-05-05T09:51:03.383Z] cmd/dockerd/config_windows.go [2022-05-05T09:51:03.383Z] cmd/dockerd/daemon.go [2022-05-05T09:51:03.383Z] cmd/dockerd/daemon_test.go [2022-05-05T09:51:03.383Z] cmd/dockerd/daemon_windows.go [2022-05-05T09:51:03.383Z] cmd/dockerd/docker.go [2022-05-05T09:51:03.383Z] cmd/dockerd/docker_windows.go [2022-05-05T09:51:03.383Z] cmd/dockerd/genwinres_windows.go [2022-05-05T09:51:03.383Z] cmd/dockerd/metrics.go [2022-05-05T09:51:03.383Z] cmd/dockerd/options.go [2022-05-05T09:51:03.383Z] cmd/dockerd/options_test.go [2022-05-05T09:51:03.383Z] cmd/dockerd/service_windows.go [2022-05-05T09:51:03.383Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-05T09:51:03.383Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-05T09:51:03.613Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-05T09:51:03.704Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-05T09:51:03.704Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-05T09:51:03.704Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-05T09:51:03.836Z] --- PASS: TestFailOnce (1.19s) [2022-05-05T09:51:03.836Z] === RUN TestEchoInputOutput [2022-05-05T09:51:03.836Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-05T09:51:03.836Z] === RUN TestBackoff [2022-05-05T09:51:03.836Z] --- PASS: TestBackoff (0.00s) [2022-05-05T09:51:03.836Z] === RUN TestAbortRetry [2022-05-05T09:51:03.836Z] --- PASS: TestAbortRetry (0.00s) [2022-05-05T09:51:03.836Z] === RUN TestClientScheme [2022-05-05T09:51:03.836Z] --- PASS: TestClientScheme (0.00s) [2022-05-05T09:51:03.836Z] === RUN TestNewClientWithTimeout [2022-05-05T09:51:04.162Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-05-05T09:51:04.162Z] === RUN TestFastTimeMarshalJSON [2022-05-05T09:51:04.162Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-05T09:51:04.162Z] PASS [2022-05-05T09:51:04.162Z] coverage: 87.2% of statements [2022-05-05T09:51:04.163Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.254s coverage: 87.2% of statements [2022-05-05T09:51:04.175Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-05T09:51:04.175Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-05-05T09:51:04.291Z] time="2022-05-05T09:51:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:51:04.291Z] time="2022-05-05T09:51:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c506df9ab0c4e66bc536386c6de921bf4f0d8bf19be42097af6d3e43e9390a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:51:04.291Z] time="2022-05-05T09:51:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:51:04.291Z] time="2022-05-05T09:51:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c506df9ab0c4e66bc536386c6de921bf4f0d8bf19be42097af6d3e43e9390a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:51:04.291Z] plugin_test.go:195: [dff341c1382d1] daemon is not started [2022-05-05T09:51:04.291Z] --- PASS: TestPluginInstall (2.54s) [2022-05-05T09:51:04.291Z] --- PASS: TestPluginInstall/no_auth (0.98s) [2022-05-05T09:51:04.291Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-05-05T09:51:04.291Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-05-05T09:51:04.291Z] === RUN TestPluginsWithRuntimes [2022-05-05T09:51:04.295Z] time="2022-05-05T09:51:04Z" 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-05T09:51:04.295Z] 2022/05/05 09:51:04 Closing DB instances... [2022-05-05T09:51:04.431Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-05T09:51:04.621Z] === RUN TestJSONFileLogger [2022-05-05T09:51:04.621Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-05T09:51:04.621Z] === RUN TestJSONFileLoggerWithTags [2022-05-05T09:51:04.621Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-05T09:51:04.621Z] === RUN TestJSONFileLoggerWithOpts [2022-05-05T09:51:04.621Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-05T09:51:04.621Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-05T09:51:04.621Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-05T09:51:04.621Z] === RUN TestEncodeDecode [2022-05-05T09:51:04.621Z] === PAUSE TestEncodeDecode [2022-05-05T09:51:04.621Z] === RUN TestUnexpectedEOF [2022-05-05T09:51:04.621Z] time="2022-05-05T09:51:04Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-05T09:51:04.621Z] time="2022-05-05T09:51:04Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-05T09:51:04.621Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-05-05T09:51:04.621Z] === CONT TestEncodeDecode [2022-05-05T09:51:04.621Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-05T09:51:04.621Z] PASS [2022-05-05T09:51:04.621Z] coverage: 69.9% of statements [2022-05-05T09:51:04.621Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.282s coverage: 69.9% of statements [2022-05-05T09:51:05.081Z] === RUN TestWriteLog [2022-05-05T09:51:05.081Z] === PAUSE TestWriteLog [2022-05-05T09:51:05.081Z] === RUN TestReadLog [2022-05-05T09:51:05.081Z] === PAUSE TestReadLog [2022-05-05T09:51:05.081Z] === RUN TestDecode [2022-05-05T09:51:05.081Z] --- PASS: TestDecode (0.03s) [2022-05-05T09:51:05.081Z] === CONT TestWriteLog [2022-05-05T09:51:05.081Z] === CONT TestReadLog [2022-05-05T09:51:05.081Z] === RUN TestReadLog/tail_exact [2022-05-05T09:51:05.081Z] --- PASS: TestWriteLog (0.00s) [2022-05-05T09:51:05.081Z] === RUN TestReadLog/tail_less_than_available [2022-05-05T09:51:05.361Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-05T09:51:05.539Z] === RUN TestReadLog/tail_more_than_available [2022-05-05T09:51:05.539Z] --- PASS: TestReadLog (0.30s) [2022-05-05T09:51:05.539Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-05-05T09:51:05.539Z] --- PASS: TestReadLog/tail_less_than_available (0.07s) [2022-05-05T09:51:05.539Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-05-05T09:51:05.539Z] PASS [2022-05-05T09:51:05.539Z] coverage: 78.7% of statements [2022-05-05T09:51:05.539Z] ok github.com/docker/docker/daemon/logger/local 0.505s coverage: 78.7% of statements [2022-05-05T09:51:05.539Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-05T09:51:05.539Z] === RUN TestOpenFileDelete [2022-05-05T09:51:05.539Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestOpenFileRename [2022-05-05T09:51:05.539Z] --- PASS: TestOpenFileRename (0.01s) [2022-05-05T09:51:05.539Z] === RUN TestHandleDecoderErr [2022-05-05T09:51:05.539Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestParseLogTagDefaultTag [2022-05-05T09:51:05.539Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestParseLogTag [2022-05-05T09:51:05.539Z] --- PASS: TestParseLogTag (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestParseLogTagEmptyTag [2022-05-05T09:51:05.539Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestTailFiles [2022-05-05T09:51:05.539Z] --- PASS: TestTailFiles (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestFollowLogsConsumerGone [2022-05-05T09:51:05.539Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-05T09:51:05.539Z] === RUN TestFollowLogsProducerGone [2022-05-05T09:51:05.539Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-05T09:51:05.539Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-05T09:51:05.539Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-05T09:51:05.539Z] === RUN TestCheckCapacityAndRotate [2022-05-05T09:51:05.539Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-05T09:51:05.539Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit (3.46s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.31s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2022-05-05T09:51:05.617Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2022-05-05T09:51:05.617Z] === RUN TestUpdateRestartPolicy [2022-05-05T09:51:05.830Z] time="2022-05-05T09:51:05Z" 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-05T09:51:05.997Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-05-05T09:51:05.997Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-05T09:51:05.997Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-05-05T09:51:05.997Z] PASS [2022-05-05T09:51:05.997Z] coverage: 53.5% of statements [2022-05-05T09:51:05.997Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.139s coverage: 53.5% of statements [2022-05-05T09:51:05.997Z] === RUN TestLog [2022-05-05T09:51:06.201Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-05T09:51:06.274Z] INFO: Extraction ended at 05/05/2022 09:51:01. Duration:00:00:31.4139021 [2022-05-05T09:51:06.274Z] INFO: Updating the golang and path environment variables [2022-05-05T09:51:06.274Z] INFO: GOPATH=d:\gopath [2022-05-05T09:51:06.274Z] INFO: go version go1.18.1 windows/amd64 [2022-05-05T09:51:06.274Z] INFO: Running the daemon under test in debug mode [2022-05-05T09:51:06.274Z] INFO: Starting a daemon under test... [2022-05-05T09:51:06.274Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43563\3\daemon --pidfile d:\CI\PR-43563\3\docker.pid -D [2022-05-05T09:51:06.274Z] INFO: Process started successfully. [2022-05-05T09:51:06.274Z] INFO: Start tailing logs of the daemon under tests [2022-05-05T09:51:06.274Z] INFO: Waiting for the daemon under test to start... [2022-05-05T09:51:06.455Z] --- PASS: TestLog (0.03s) [2022-05-05T09:51:06.456Z] PASS [2022-05-05T09:51:06.456Z] coverage: 31.5% of statements [2022-05-05T09:51:06.456Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.088s coverage: 31.5% of statements [2022-05-05T09:51:06.615Z] --- PASS: TestServiceUpdateSecrets (14.56s) [2022-05-05T09:51:06.615Z] === RUN TestServiceUpdateConfigs [2022-05-05T09:51:06.772Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-05T09:51:06.914Z] === RUN TestNewParse [2022-05-05T09:51:06.914Z] --- PASS: TestNewParse (0.00s) [2022-05-05T09:51:06.914Z] PASS [2022-05-05T09:51:06.914Z] coverage: 8.3% of statements [2022-05-05T09:51:06.914Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2022-05-05T09:51:06.914Z] === RUN TestValidateLogOpt [2022-05-05T09:51:06.914Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestNewMissedConfig [2022-05-05T09:51:06.914Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestNewMissedUrl [2022-05-05T09:51:06.914Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestNewMissedToken [2022-05-05T09:51:06.914Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestNewWithProxy [2022-05-05T09:51:06.914Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestDefault [2022-05-05T09:51:06.914Z] --- PASS: TestDefault (0.01s) [2022-05-05T09:51:06.914Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-05T09:51:06.914Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestJsonFormat [2022-05-05T09:51:06.914Z] --- PASS: TestJsonFormat (0.01s) [2022-05-05T09:51:06.914Z] === RUN TestRawFormat [2022-05-05T09:51:06.914Z] --- PASS: TestRawFormat (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestRawFormatWithLabels [2022-05-05T09:51:06.914Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestRawFormatWithoutTag [2022-05-05T09:51:06.914Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-05T09:51:06.914Z] === RUN TestBatching [2022-05-05T09:51:07.365Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.10s) [2022-05-05T09:51:07.365Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-05T09:51:07.375Z] --- PASS: TestBatching (0.28s) [2022-05-05T09:51:07.375Z] === RUN TestFrequency [2022-05-05T09:51:07.375Z] --- PASS: TestFrequency (0.17s) [2022-05-05T09:51:07.375Z] === RUN TestOneMessagePerRequest [2022-05-05T09:51:07.375Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestVerify [2022-05-05T09:51:07.375Z] --- PASS: TestVerify (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestSkipVerify [2022-05-05T09:51:07.375Z] === RUN TestParseLogFormat [2022-05-05T09:51:07.375Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestValidateLogOptEmpty [2022-05-05T09:51:07.375Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogAddress [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestParseAddressDefaultPort [2022-05-05T09:51:07.375Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestValidateSyslogFacility [2022-05-05T09:51:07.375Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestValidateLogOptSyslogFormat [2022-05-05T09:51:07.375Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-05T09:51:07.375Z] === RUN TestValidateLogOpt [2022-05-05T09:51:07.375Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-05T09:51:07.375Z] PASS [2022-05-05T09:51:07.375Z] coverage: 43.6% of statements [2022-05-05T09:51:07.375Z] ok github.com/docker/docker/daemon/logger/syslog 0.066s coverage: 43.6% of statements [2022-05-05T09:51:07.713Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2022-05-05T09:51:07.713Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-05-05T09:51:07.713Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.90s) [2022-05-05T09:51:07.713Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] --- PASS: TestSkipVerify (0.46s) [2022-05-05T09:51:07.833Z] === RUN TestBufferMaximum [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.594236\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.594236\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-05T09:51:07.833Z] === RUN TestServerAlwaysDown [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.597231\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.597231\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.597231\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.598231\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] time="2022-05-05T09:51:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744267.598231\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:07.833Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-05T09:51:07.833Z] === RUN TestCannotSendAfterClose [2022-05-05T09:51:07.833Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-05T09:51:07.833Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-05T09:51:08.286Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-05-05T09:51:08.286Z] PASS [2022-05-05T09:51:08.286Z] [2022-05-05T09:51:08.286Z] DONE 24 tests in 6.534s [2022-05-05T09:51:08.286Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-05T09:51:08.286Z] ++ 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-05T09:51:08.286Z] ++ set -e [2022-05-05T09:51:08.286Z] ++ '[' -n 0 ']' [2022-05-05T09:51:08.286Z] ++ set -x [2022-05-05T09:51:08.286Z] ++ 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-05T09:51:08.286Z] INFO: Testing against a local daemon [2022-05-05T09:51:08.286Z] === RUN TestExternalGraphDriver [2022-05-05T09:51:08.291Z] === RUN TestV1IDService [2022-05-05T09:51:08.291Z] --- PASS: TestV1IDService (0.02s) [2022-05-05T09:51:08.291Z] === RUN TestV2MetadataService [2022-05-05T09:51:08.335Z] time="2022-05-05T09:51:08Z" 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-05T09:51:08.335Z] 2022/05/05 09:51:08 Closing DB instances... [2022-05-05T09:51:08.546Z] === RUN TestExternalGraphDriver/json [2022-05-05T09:51:08.750Z] time="2022-05-05T09:51:08Z" 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-05T09:51:08.750Z] time="2022-05-05T09:51:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"9c8159504285\"}'" [2022-05-05T09:51:08.750Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-05-05T09:51:08.750Z] PASS [2022-05-05T09:51:08.750Z] coverage: 82.5% of statements [2022-05-05T09:51:08.750Z] ok github.com/docker/docker/daemon/logger/splunk 2.036s coverage: 82.5% of statements [2022-05-05T09:51:08.750Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-05T09:51:08.750Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-05T09:51:08.750Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-05T09:51:08.889Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-05-05T09:51:09.211Z] --- PASS: TestV2MetadataService (0.94s) [2022-05-05T09:51:09.211Z] PASS [2022-05-05T09:51:09.211Z] coverage: 48.2% of statements [2022-05-05T09:51:09.211Z] ok github.com/docker/docker/distribution/metadata 1.086s coverage: 48.2% of statements [2022-05-05T09:51:09.301Z] --- PASS: TestRequest (7.13s) [2022-05-05T09:51:09.301Z] === RUN TestOverlappingRequests [2022-05-05T09:51:09.759Z] --- PASS: TestOverlappingRequests (0.35s) [2022-05-05T09:51:09.759Z] === RUN TestRelease [2022-05-05T09:51:09.759Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-05T09:51:09.759Z] === RUN TestNetworkDBGarbageCollection [2022-05-05T09:51:09.929Z] === RUN TestExternalGraphDriver/spec [2022-05-05T09:51:10.178Z] === RUN TestSuccessfulDownload [2022-05-05T09:51:10.178Z] download_test.go:267: Needs fixing on Windows [2022-05-05T09:51:10.178Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-05T09:51:10.178Z] === RUN TestCancelledDownload [2022-05-05T09:51:10.178Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-05T09:51:10.178Z] === RUN TestMaxDownloadAttempts [2022-05-05T09:51:10.178Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T09:51:10.178Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T09:51:10.178Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T09:51:10.178Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T09:51:10.178Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T09:51:10.178Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T09:51:10.178Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T09:51:10.178Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T09:51:10.178Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T09:51:10.178Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T09:51:10.178Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T09:51:10.178Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T09:51:10.178Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-05T09:51:10.178Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-05T09:51:10.178Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-05T09:51:10.178Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-05T09:51:10.178Z] === RUN TestContinueOnError_NeverContinue [2022-05-05T09:51:10.178Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-05T09:51:10.178Z] === RUN TestManifestStore [2022-05-05T09:51:10.178Z] === RUN TestManifestStore/no_remote_or_local [2022-05-05T09:51:10.256Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T09:51:10.636Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2022-05-05T09:51:10.636Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2022-05-05T09:51:10.636Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2022-05-05T09:51:10.636Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2022-05-05T09:51:10.636Z] === RUN TestTransfer [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2478207896\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/no_local_cache [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/with_local_cache [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/unknown_media_type [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="reference for unknown type: " [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="reference for unknown type: " [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-05T09:51:10.636Z] --- PASS: TestTransfer (0.23s) [2022-05-05T09:51:10.636Z] === RUN TestConcurrencyLimit [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="reference for unknown type: " [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="reference for unknown type: " [2022-05-05T09:51:10.636Z] === RUN TestNotFound [2022-05-05T09:51:10.636Z] --- PASS: TestNotFound (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestConflict [2022-05-05T09:51:10.636Z] --- PASS: TestConflict (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestForbidden [2022-05-05T09:51:10.636Z] --- PASS: TestForbidden (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestInvalidParameter [2022-05-05T09:51:10.636Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestNotImplemented [2022-05-05T09:51:10.636Z] --- PASS: TestNotImplemented (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestNotModified [2022-05-05T09:51:10.636Z] --- PASS: TestNotModified (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestUnauthorized [2022-05-05T09:51:10.636Z] --- PASS: TestUnauthorized (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestUnknown [2022-05-05T09:51:10.636Z] --- PASS: TestUnknown (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestCancelled [2022-05-05T09:51:10.636Z] --- PASS: TestCancelled (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestDeadline [2022-05-05T09:51:10.636Z] --- PASS: TestDeadline (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestDataLoss [2022-05-05T09:51:10.636Z] --- PASS: TestDataLoss (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestUnavailable [2022-05-05T09:51:10.636Z] --- PASS: TestUnavailable (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestSystem [2022-05-05T09:51:10.636Z] --- PASS: TestSystem (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Not_Found [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Bad_Request [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Conflict [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Unauthorized [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Forbidden [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Not_Modified [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-05T09:51:10.636Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-05T09:51:10.636Z] PASS [2022-05-05T09:51:10.636Z] coverage: 77.0% of statements [2022-05-05T09:51:10.636Z] ok github.com/docker/docker/errdefs 0.053s coverage: 77.0% of statements [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="reference for unknown type: " [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-05T09:51:10.636Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-05T09:51:10.636Z] time="2022-05-05T09:51:10Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore (0.40s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/no_remote_or_local (0.27s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-05T09:51:10.636Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-05T09:51:10.636Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestFixManifestLayers [2022-05-05T09:51:10.636Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-05T09:51:10.636Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-05T09:51:10.636Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestFixManifestLayersBadParent [2022-05-05T09:51:10.636Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestValidateManifest [2022-05-05T09:51:10.636Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-05T09:51:10.636Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestFormatPlatform [2022-05-05T09:51:10.636Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-05T09:51:10.636Z] === RUN TestPullSchema2Config [2022-05-05T09:51:10.636Z] === RUN TestPullSchema2Config/success_first_time [2022-05-05T09:51:10.636Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:51:10.636Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:51:10.636Z] === RUN TestPullSchema2Config/500_status [2022-05-05T09:51:10.636Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:51:10.636Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:51:10.725Z] --- PASS: TestRelease (1.37s) [2022-05-05T09:51:10.725Z] === RUN TestAllocateRandomDeallocate [2022-05-05T09:51:11.095Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:51:11.095Z] === RUN TestPullSchema2Config/EOF [2022-05-05T09:51:11.095Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:51:11.095Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:51:11.095Z] 2022/05/05 09:51:10 http: panic serving 127.0.0.1:49218: intentional panic [2022-05-05T09:51:11.095Z] goroutine 14 [running]: [2022-05-05T09:51:11.095Z] net/http.(*conn).serve.func1() [2022-05-05T09:51:11.095Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-05T09:51:11.095Z] panic({0xec8f00, 0x10ab310}) [2022-05-05T09:51:11.095Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-05T09:51:11.095Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0002104e0?, {0x10b2ab8?, 0xc000224000?}) [2022-05-05T09:51:11.095Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-05T09:51:11.095Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x10b2ab8, 0xc000224000}, 0xc00021e000) [2022-05-05T09:51:11.095Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-05T09:51:11.095Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x10b2ab8?, 0xc000224000?}, 0xc000080000?) [2022-05-05T09:51:11.095Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-05T09:51:11.095Z] net/http.serverHandler.ServeHTTP({0xc0003c0090?}, {0x10b2ab8, 0xc000224000}, 0xc00021e000) [2022-05-05T09:51:11.095Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-05T09:51:11.095Z] net/http.(*conn).serve(0xc0001e8000, {0x10b3330, 0xc0003c0780}) [2022-05-05T09:51:11.095Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-05T09:51:11.095Z] created by net/http.(*Server).Serve [2022-05-05T09:51:11.095Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-05T09:51:11.095Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-05-05T09:51:11.095Z] === RUN TestInactiveJobs [2022-05-05T09:51:11.095Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:51:11.095Z] === RUN TestPullSchema2Config/unauthorized [2022-05-05T09:51:11.095Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T09:51:11.095Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T09:51:11.095Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-05T09:51:11.095Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-05T09:51:11.095Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-05T09:51:11.095Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-05T09:51:11.095Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-05-05T09:51:11.095Z] === RUN TestGetRepositoryMountCandidates [2022-05-05T09:51:11.095Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-05T09:51:11.095Z] === RUN TestLayerAlreadyExists [2022-05-05T09:51:11.095Z] 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-05T09:51:11.095Z] 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-05T09:51:11.095Z] 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-05T09:51:11.095Z] 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-05T09:51:11.095Z] 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-05T09:51:11.095Z] 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-05T09:51:11.095Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-05T09:51:11.095Z] === RUN TestWhenEmptyAuthConfig [2022-05-05T09:51:11.554Z] --- PASS: TestInactiveJobs (0.35s) [2022-05-05T09:51:11.554Z] === RUN TestWatchRelease [2022-05-05T09:51:11.554Z] --- PASS: TestWatchRelease (0.04s) [2022-05-05T09:51:11.554Z] === RUN TestWatchFinishedTransfer [2022-05-05T09:51:11.554Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-05T09:51:11.554Z] === RUN TestDuplicateTransfer [2022-05-05T09:51:11.554Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-05-05T09:51:11.554Z] === RUN TestSuccessfulUpload [2022-05-05T09:51:11.554Z] === RUN TestFSGetInvalidData [2022-05-05T09:51:11.554Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-05T09:51:11.554Z] === RUN TestFSInvalidSet [2022-05-05T09:51:11.554Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-05T09:51:11.554Z] === RUN TestFSInvalidRoot [2022-05-05T09:51:11.554Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-05T09:51:11.554Z] === RUN TestFSMetadataGetSet [2022-05-05T09:51:11.554Z] --- PASS: TestFSMetadataGetSet (0.02s) [2022-05-05T09:51:11.554Z] === RUN TestFSInvalidWalker [2022-05-05T09:51:11.554Z] time="2022-05-05T09:51:11Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-05T09:51:11.554Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-05T09:51:11.554Z] === RUN TestFSGetSet [2022-05-05T09:51:11.625Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-05-05T09:51:11.838Z] === RUN TestExternalGraphDriver/pull [2022-05-05T09:51:12.013Z] --- PASS: TestFSGetSet (0.03s) [2022-05-05T09:51:12.013Z] === RUN TestFSGetUnsetKey [2022-05-05T09:51:12.013Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-05T09:51:12.013Z] === RUN TestFSGetEmptyData [2022-05-05T09:51:12.013Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-05T09:51:12.013Z] === RUN TestFSDelete [2022-05-05T09:51:12.013Z] --- PASS: TestFSDelete (0.02s) [2022-05-05T09:51:12.013Z] === RUN TestFSWalker [2022-05-05T09:51:12.013Z] --- PASS: TestFSWalker (0.01s) [2022-05-05T09:51:12.013Z] === RUN TestFSWalkerStopOnError [2022-05-05T09:51:12.013Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-05T09:51:12.013Z] === RUN TestNewFromJSON [2022-05-05T09:51:12.013Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-05T09:51:12.013Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-05T09:51:12.013Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-05T09:51:12.013Z] === RUN TestMarshalKeyOrder [2022-05-05T09:51:12.013Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-05T09:51:12.013Z] === RUN TestHistoryEqual [2022-05-05T09:51:12.013Z] --- PASS: TestSuccessfulUpload (0.41s) [2022-05-05T09:51:12.013Z] === RUN TestCancelledUpload [2022-05-05T09:51:12.013Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-05T09:51:12.013Z] PASS [2022-05-05T09:51:12.013Z] coverage: 76.8% of statements [2022-05-05T09:51:12.013Z] ok github.com/docker/docker/distribution/xfer 2.046s coverage: 76.8% of statements [2022-05-05T09:51:12.013Z] === RUN TestCompare [2022-05-05T09:51:12.013Z] --- PASS: TestCompare (0.00s) [2022-05-05T09:51:12.013Z] PASS [2022-05-05T09:51:12.013Z] coverage: 19.2% of statements [2022-05-05T09:51:12.013Z] --- PASS: TestHistoryEqual (0.21s) [2022-05-05T09:51:12.013Z] === RUN TestImage [2022-05-05T09:51:12.013Z] --- PASS: TestImage (0.00s) [2022-05-05T09:51:12.013Z] === RUN TestImageOSNotEmpty [2022-05-05T09:51:12.013Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-05T09:51:12.013Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-05T09:51:12.013Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-05T09:51:12.013Z] === RUN TestCreate [2022-05-05T09:51:12.013Z] ok github.com/docker/docker/image/cache 0.076s coverage: 19.2% of statements [2022-05-05T09:51:12.013Z] --- PASS: TestCreate (0.01s) [2022-05-05T09:51:12.013Z] === RUN TestRestore [2022-05-05T09:51:12.013Z] time="2022-05-05T09:51:11Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-05T09:51:12.013Z] --- PASS: TestRestore (0.04s) [2022-05-05T09:51:12.013Z] === RUN TestAddDelete [2022-05-05T09:51:12.013Z] --- PASS: TestAddDelete (0.04s) [2022-05-05T09:51:12.013Z] === RUN TestSearchAfterDelete [2022-05-05T09:51:12.013Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-05T09:51:12.013Z] === RUN TestParentReset [2022-05-05T09:51:12.013Z] --- PASS: TestParentReset (0.04s) [2022-05-05T09:51:12.013Z] === RUN TestGetAndSetLastUpdated [2022-05-05T09:51:12.013Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-05T09:51:12.190Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-05T09:51:12.471Z] === RUN TestStoreLen [2022-05-05T09:51:12.471Z] --- PASS: TestStoreLen (0.07s) [2022-05-05T09:51:12.471Z] PASS [2022-05-05T09:51:12.471Z] coverage: 86.9% of statements [2022-05-05T09:51:12.471Z] ok github.com/docker/docker/image 0.683s coverage: 86.9% of statements [2022-05-05T09:51:12.471Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-05-05T09:51:12.471Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-05T09:51:12.471Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-05T09:51:12.471Z] === RUN TestTokenPassThru [2022-05-05T09:51:12.471Z] --- PASS: TestTokenPassThru (0.02s) [2022-05-05T09:51:12.471Z] === RUN TestTokenPassThruDifferentHost [2022-05-05T09:51:12.471Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-05T09:51:12.471Z] PASS [2022-05-05T09:51:12.471Z] coverage: 26.6% of statements [2022-05-05T09:51:12.471Z] ok github.com/docker/docker/distribution 2.255s coverage: 26.6% of statements [2022-05-05T09:51:12.753Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-05T09:51:12.904Z] time="2022-05-05T09:51:12Z" 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-05T09:51:12.929Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-05T09:51:12.929Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-05T09:51:13.009Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-05T09:51:13.009Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-05-05T09:51:13.222Z] --- PASS: TestExternalGraphDriver (4.75s) [2022-05-05T09:51:13.222Z] --- PASS: TestExternalGraphDriver/json (1.54s) [2022-05-05T09:51:13.222Z] --- PASS: TestExternalGraphDriver/spec (1.57s) [2022-05-05T09:51:13.222Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2022-05-05T09:51:13.222Z] === RUN TestGraphdriverPluginV2 [2022-05-05T09:51:13.222Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:51:13.222Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-05-05T09:51:13.222Z] PASS [2022-05-05T09:51:13.222Z] [2022-05-05T09:51:13.222Z] === Skipped [2022-05-05T09:51:13.222Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-05-05T09:51:13.222Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:51:13.222Z] [2022-05-05T09:51:13.222Z] DONE 5 tests, 1 skipped in 4.875s [2022-05-05T09:51:13.222Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-05T09:51:13.222Z] ++ 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-05T09:51:13.222Z] ++ set -e [2022-05-05T09:51:13.222Z] ++ '[' -n 0 ']' [2022-05-05T09:51:13.222Z] ++ set -x [2022-05-05T09:51:13.222Z] ++ 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-05T09:51:13.222Z] INFO: Testing against a local daemon [2022-05-05T09:51:13.222Z] === RUN TestContinueAfterPluginCrash [2022-05-05T09:51:13.222Z] === PAUSE TestContinueAfterPluginCrash [2022-05-05T09:51:13.222Z] === RUN TestReadPluginNoRead [2022-05-05T09:51:13.222Z] === PAUSE TestReadPluginNoRead [2022-05-05T09:51:13.222Z] === RUN TestDaemonStartWithLogOpt [2022-05-05T09:51:13.222Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-05T09:51:13.222Z] === CONT TestContinueAfterPluginCrash [2022-05-05T09:51:13.222Z] === CONT TestDaemonStartWithLogOpt [2022-05-05T09:51:13.474Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-05T09:51:13.474Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-05T09:51:13.545Z] === RUN TestMakeV1ConfigFromConfig [2022-05-05T09:51:13.546Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-05-05T09:51:13.546Z] PASS [2022-05-05T09:51:13.546Z] coverage: 25.0% of statements [2022-05-05T09:51:13.546Z] ok github.com/docker/docker/image/v1 0.088s coverage: 25.0% of statements [2022-05-05T09:51:13.546Z] === RUN TestValidateManifest [2022-05-05T09:51:13.546Z] === RUN TestValidateManifest/nil [2022-05-05T09:51:13.546Z] === RUN TestValidateManifest/non-nil [2022-05-05T09:51:13.546Z] --- PASS: TestValidateManifest (0.00s) [2022-05-05T09:51:13.546Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-05T09:51:13.546Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-05T09:51:13.546Z] PASS [2022-05-05T09:51:13.546Z] coverage: 0.7% of statements [2022-05-05T09:51:13.546Z] ok github.com/docker/docker/image/tarexport 0.118s coverage: 0.7% of statements [2022-05-05T09:51:13.546Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-05T09:51:13.733Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-05T09:51:13.733Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-05T09:51:13.733Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-05T09:51:15.084Z] === RUN TestSerialization [2022-05-05T09:51:15.084Z] --- PASS: TestSerialization (0.02s) [2022-05-05T09:51:15.084Z] PASS [2022-05-05T09:51:15.084Z] coverage: 100.0% of statements [2022-05-05T09:51:15.084Z] ok github.com/docker/docker/libcontainerd/queue 0.061s coverage: 100.0% of statements [2022-05-05T09:51:15.105Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-05T09:51:15.105Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-05-05T09:51:15.266Z] --- PASS: TestAllocateRandomDeallocate (4.33s) [2022-05-05T09:51:15.266Z] === RUN TestRetrieveFromStore [2022-05-05T09:51:15.542Z] === RUN TestEmptyLayer [2022-05-05T09:51:15.542Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-05T09:51:15.542Z] === RUN TestCommitFailure [2022-05-05T09:51:16.001Z] --- PASS: TestCommitFailure (0.01s) [2022-05-05T09:51:16.001Z] === RUN TestStartTransactionFailure [2022-05-05T09:51:16.001Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestGetOrphan [2022-05-05T09:51:16.001Z] --- PASS: TestGetOrphan (0.01s) [2022-05-05T09:51:16.001Z] === RUN TestMountAndRegister [2022-05-05T09:51:16.001Z] === RUN TestEnvironmentParsing [2022-05-05T09:51:16.001Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-05T09:51:16.001Z] PASS [2022-05-05T09:51:16.001Z] coverage: 1.2% of statements [2022-05-05T09:51:16.001Z] layer_test.go:258: Layer size: 14 [2022-05-05T09:51:16.001Z] ok github.com/docker/docker/libcontainerd/local 0.085s coverage: 1.2% of statements [2022-05-05T09:51:16.001Z] --- PASS: TestMountAndRegister (0.07s) [2022-05-05T09:51:16.001Z] === RUN TestLayerRelease [2022-05-05T09:51:16.001Z] layer_test.go:291: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestStoreRestore [2022-05-05T09:51:16.001Z] layer_test.go:340: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestTarStreamStability [2022-05-05T09:51:16.001Z] layer_test.go:455: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestRegisterExistingLayer [2022-05-05T09:51:16.001Z] --- PASS: TestRegisterExistingLayer (0.12s) [2022-05-05T09:51:16.001Z] === RUN TestTarStreamVerification [2022-05-05T09:51:16.001Z] layer_test.go:684: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestLayerMigration [2022-05-05T09:51:16.001Z] migration_test.go:45: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestLayerMigrationNoTarsplit [2022-05-05T09:51:16.001Z] migration_test.go:181: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestMountInit [2022-05-05T09:51:16.001Z] mount_test.go:17: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestMountInit (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestMountSize [2022-05-05T09:51:16.001Z] mount_test.go:76: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestMountSize (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestMountChanges [2022-05-05T09:51:16.001Z] mount_test.go:125: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestMountChanges (0.00s) [2022-05-05T09:51:16.001Z] === RUN TestMountApply [2022-05-05T09:51:16.001Z] mount_test.go:212: Failing on Windows [2022-05-05T09:51:16.001Z] --- SKIP: TestMountApply (0.00s) [2022-05-05T09:51:16.001Z] PASS [2022-05-05T09:51:16.001Z] coverage: 30.6% of statements [2022-05-05T09:51:16.001Z] ok github.com/docker/docker/layer 0.428s coverage: 30.6% of statements [2022-05-05T09:51:16.462Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-05T09:51:16.462Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-05T09:51:16.462Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-05T09:51:16.462Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-05T09:51:16.462Z] === RUN TestSequenceGetAvailableBit [2022-05-05T09:51:16.462Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSequenceEqual [2022-05-05T09:51:16.462Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSequenceCopy [2022-05-05T09:51:16.462Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestGetFirstAvailable [2022-05-05T09:51:16.462Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestFindSequence [2022-05-05T09:51:16.462Z] --- PASS: TestFindSequence (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestCheckIfAvailable [2022-05-05T09:51:16.462Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestMergeSequences [2022-05-05T09:51:16.462Z] --- PASS: TestMergeSequences (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestPushReservation [2022-05-05T09:51:16.462Z] --- PASS: TestPushReservation (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSerializeDeserialize [2022-05-05T09:51:16.462Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSet [2022-05-05T09:51:16.462Z] --- PASS: TestSet (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSetUnset [2022-05-05T09:51:16.462Z] --- PASS: TestSetUnset (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestOffsetSetUnset [2022-05-05T09:51:16.462Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSetInRange [2022-05-05T09:51:16.462Z] --- PASS: TestSetInRange (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestSetAnyInRange [2022-05-05T09:51:16.462Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestMethods [2022-05-05T09:51:16.462Z] --- PASS: TestMethods (0.00s) [2022-05-05T09:51:16.462Z] === RUN TestRandomAllocateDeallocate [2022-05-05T09:51:16.524Z] --- PASS: TestDaemonStartWithLogOpt (2.89s) [2022-05-05T09:51:16.524Z] === CONT TestReadPluginNoRead [2022-05-05T09:51:16.807Z] --- PASS: TestRetrieveFromStore (1.43s) [2022-05-05T09:51:16.807Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-05T09:51:16.807Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-05T09:51:16.807Z] === RUN TestParallelPredefinedRequest1 [2022-05-05T09:51:16.807Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-05T09:51:16.807Z] === RUN TestParallelPredefinedRequest2 [2022-05-05T09:51:16.807Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-05T09:51:16.807Z] === RUN TestParallelPredefinedRequest3 [2022-05-05T09:51:16.807Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-05T09:51:16.807Z] === RUN TestParallelPredefinedRequest4 [2022-05-05T09:51:16.807Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-05T09:51:16.807Z] === RUN TestParallelPredefinedRequest5 [2022-05-05T09:51:16.807Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-05T09:51:16.807Z] === RUN TestDebug [2022-05-05T09:51:16.807Z] --- PASS: TestDebug (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestRequestPoolParallel [2022-05-05T09:51:16.807Z] === RUN TestParseEmptyInterface [2022-05-05T09:51:16.807Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestParseNonInterfaceType [2022-05-05T09:51:16.807Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestParseWithOneFunction [2022-05-05T09:51:16.807Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestParseWithMultipleFuncs [2022-05-05T09:51:16.807Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestParseWithUnnamedReturn [2022-05-05T09:51:16.807Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestEmbeddedInterface [2022-05-05T09:51:16.807Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestParsedImports [2022-05-05T09:51:16.807Z] --- PASS: TestParsedImports (0.00s) [2022-05-05T09:51:16.807Z] === RUN TestAliasedImports [2022-05-05T09:51:16.807Z] --- PASS: TestAliasedImports (0.00s) [2022-05-05T09:51:16.807Z] PASS [2022-05-05T09:51:16.807Z] coverage: 56.8% of statements [2022-05-05T09:51:16.807Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2022-05-05T09:51:16.807Z] --- PASS: TestRequestPoolParallel (0.27s) [2022-05-05T09:51:16.807Z] === RUN TestFullAllocateRelease [2022-05-05T09:51:17.271Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-05-05T09:51:17.271Z] === RUN TestOddAllocateRelease [2022-05-05T09:51:17.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-05-05T09:51:17.639Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-05T09:51:17.639Z] check_test.go:307: [d43943d8d6b4d] daemon is not started [2022-05-05T09:51:17.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-05-05T09:51:17.639Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-05T09:51:17.639Z] check_test.go:307: [da52769696ac8] daemon is not started [2022-05-05T09:51:17.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-05-05T09:51:17.730Z] --- PASS: TestOddAllocateRelease (0.33s) [2022-05-05T09:51:17.730Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-05T09:51:17.730Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-05-05T09:51:17.730Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-05T09:51:18.189Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2022-05-05T09:51:18.189Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-05T09:51:18.189Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.09s) [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest1 [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest4 [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest1 [2022-05-05T09:51:18.189Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest4 [2022-05-05T09:51:18.189Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:51:18.189Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest3 [2022-05-05T09:51:18.189Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:51:18.189Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest2 [2022-05-05T09:51:18.189Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:51:18.189Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-05T09:51:18.189Z] === CONT TestParallelPredefinedRequest5 [2022-05-05T09:51:18.189Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:51:18.189Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-05T09:51:18.189Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-05T09:51:18.189Z] PASS [2022-05-05T09:51:18.189Z] coverage: 85.3% of statements [2022-05-05T09:51:18.189Z] ok github.com/docker/docker/libnetwork/ipam 50.430s coverage: 85.3% of statements [2022-05-05T09:51:18.189Z] === RUN TestHTTPTransport [2022-05-05T09:51:18.189Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-05T09:51:18.189Z] PASS [2022-05-05T09:51:18.189Z] coverage: 85.7% of statements [2022-05-05T09:51:18.189Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-05-05T09:51:18.448Z] === RUN TestReadPluginNoRead/default [2022-05-05T09:51:18.572Z] --- PASS: TestUpdateRestartPolicy (12.97s) [2022-05-05T09:51:18.572Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T09:51:19.134Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-05T09:51:19.158Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-05T09:51:19.158Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-05T09:51:19.158Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-05T09:51:19.158Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-05T09:51:19.158Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-05T09:51:19.158Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-05T09:51:19.158Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-05T09:51:19.158Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-05T09:51:19.158Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-05T09:51:19.158Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-05T09:51:19.158Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-05T09:51:19.158Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-05T09:51:19.158Z] === RUN TestBufferPoolPutAndGet [2022-05-05T09:51:19.158Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-05T09:51:19.158Z] PASS [2022-05-05T09:51:19.158Z] coverage: 88.2% of statements [2022-05-05T09:51:19.158Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2022-05-05T09:51:19.379Z] === RUN TestInvalidConfig [2022-05-05T09:51:19.379Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-05T09:51:19.379Z] === RUN TestConfig [2022-05-05T09:51:19.379Z] --- PASS: TestConfig (0.00s) [2022-05-05T09:51:19.379Z] === RUN TestOptionsLabels [2022-05-05T09:51:19.379Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-05T09:51:19.379Z] === RUN TestValidName [2022-05-05T09:51:19.379Z] --- PASS: TestValidName (0.00s) [2022-05-05T09:51:19.379Z] PASS [2022-05-05T09:51:19.379Z] coverage: 19.7% of statements [2022-05-05T09:51:19.379Z] ok github.com/docker/docker/libnetwork/config 0.084s coverage: 19.7% of statements [2022-05-05T09:51:19.390Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-05T09:51:19.391Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2022-05-05T09:51:19.391Z] === RUN TestWaitNonBlocked [2022-05-05T09:51:19.391Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:51:19.391Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:51:19.391Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:51:19.391Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:51:19.391Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:51:19.391Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:51:19.616Z] === RUN TestOutputOnPrematureClose [2022-05-05T09:51:19.616Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-05T09:51:19.616Z] === RUN TestCompleteSilently [2022-05-05T09:51:19.616Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-05T09:51:19.616Z] PASS [2022-05-05T09:51:19.616Z] coverage: 75.9% of statements [2022-05-05T09:51:19.616Z] ok github.com/docker/docker/pkg/progress 0.044s coverage: 75.9% of statements [2022-05-05T09:51:19.840Z] === RUN TestKey [2022-05-05T09:51:19.841Z] --- PASS: TestKey (0.00s) [2022-05-05T09:51:19.841Z] === RUN TestParseKey [2022-05-05T09:51:19.841Z] --- PASS: TestParseKey (0.00s) [2022-05-05T09:51:19.841Z] === RUN TestInvalidDataStore [2022-05-05T09:51:19.841Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-05T09:51:19.841Z] === RUN TestKVObjectFlatKey [2022-05-05T09:51:19.841Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-05T09:51:19.841Z] === RUN TestAtomicKVObjectFlatKey [2022-05-05T09:51:19.841Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-05T09:51:19.841Z] PASS [2022-05-05T09:51:19.841Z] coverage: 21.9% of statements [2022-05-05T09:51:19.841Z] ok github.com/docker/docker/libnetwork/datastore 0.051s coverage: 21.9% of statements [2022-05-05T09:51:19.841Z] === RUN TestErrorInterfaces [2022-05-05T09:51:19.841Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-05T09:51:19.841Z] === RUN TestNetworkMarshalling [2022-05-05T09:51:19.960Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-05T09:51:20.217Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-05-05T09:51:20.217Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s) [2022-05-05T09:51:20.217Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.86s) [2022-05-05T09:51:20.217Z] === RUN TestWaitBlocked [2022-05-05T09:51:20.217Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:51:20.217Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:51:20.217Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:51:20.217Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:51:20.217Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-05T09:51:20.217Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-05T09:51:20.299Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-05-05T09:51:20.299Z] === RUN TestEndpointMarshalling [2022-05-05T09:51:20.299Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestAuxAddresses [2022-05-05T09:51:20.299Z] time="2022-05-05T09:51:19Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T09:51:20.299Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-05T09:51:20.299Z] === RUN TestSRVServiceQuery [2022-05-05T09:51:20.299Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestSRVServiceQuery (0.02s) [2022-05-05T09:51:20.299Z] === RUN TestServiceVIPReuse [2022-05-05T09:51:20.299Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-05T09:51:20.299Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestDNSIPQuery [2022-05-05T09:51:20.299Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestDNSProxyServFail [2022-05-05T09:51:20.299Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestSandboxAddEmpty [2022-05-05T09:51:20.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestSandboxAddMultiPrio [2022-05-05T09:51:20.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestSandboxAddSamePrio [2022-05-05T09:51:20.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestCleanupServiceDiscovery [2022-05-05T09:51:20.299Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestDNSOptions [2022-05-05T09:51:20.299Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:51:20.299Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestMultipleControllersWithSameStore [2022-05-05T09:51:20.299Z] time="2022-05-05T09:51:19Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T09:51:20.299Z] time="2022-05-05T09:51:20Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T09:51:20.299Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-05T09:51:20.299Z] PASS [2022-05-05T09:51:20.299Z] coverage: 8.5% of statements [2022-05-05T09:51:20.299Z] ok github.com/docker/docker/libnetwork 0.399s coverage: 8.5% of statements [2022-05-05T09:51:20.299Z] === RUN TestIPDataMarshalling [2022-05-05T09:51:20.299Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-05T09:51:20.299Z] === RUN TestValidateAndIsV6 [2022-05-05T09:51:20.299Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-05T09:51:20.299Z] PASS [2022-05-05T09:51:20.299Z] coverage: 68.9% of statements [2022-05-05T09:51:20.299Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-05-05T09:51:20.584Z] === RUN TestSendToOneSub [2022-05-05T09:51:20.584Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-05T09:51:20.584Z] === RUN TestSendToMultipleSubs [2022-05-05T09:51:20.584Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-05T09:51:20.584Z] === RUN TestEvictOneSub [2022-05-05T09:51:20.584Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-05T09:51:20.584Z] === RUN TestClosePublisher [2022-05-05T09:51:20.584Z] --- PASS: TestClosePublisher (0.00s) [2022-05-05T09:51:20.584Z] === RUN TestPubSubRace [2022-05-05T09:51:20.775Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-05T09:51:21.147Z] check_test.go:307: [da755210c44ef] daemon is not started [2022-05-05T09:51:21.147Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-05-05T09:51:21.147Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-05T09:51:21.269Z] === RUN TestDriver [2022-05-05T09:51:21.269Z] --- PASS: TestDriver (0.00s) [2022-05-05T09:51:21.269Z] PASS [2022-05-05T09:51:21.269Z] coverage: 34.8% of statements [2022-05-05T09:51:21.269Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2022-05-05T09:51:21.345Z] --- PASS: TestContinueAfterPluginCrash (8.00s) [2022-05-05T09:51:21.446Z] .....INFO: Daemon under test started and replied! [2022-05-05T09:51:21.446Z] INFO: Docker version of the daemon under test [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] Client: [2022-05-05T09:51:21.446Z] Version: 17.06.2-ce [2022-05-05T09:51:21.446Z] API version: 1.30 [2022-05-05T09:51:21.446Z] Go version: go1.8.3 [2022-05-05T09:51:21.446Z] Git commit: cec0b72 [2022-05-05T09:51:21.446Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-05T09:51:21.446Z] OS/Arch: windows/amd64 [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] Server: [2022-05-05T09:51:21.446Z] Version: 0.0.0-dev [2022-05-05T09:51:21.446Z] API version: 1.42 (minimum version 1.24) [2022-05-05T09:51:21.446Z] Go version: go1.18.1 [2022-05-05T09:51:21.446Z] Git commit: d6115b8f40 [2022-05-05T09:51:21.446Z] Built: [2022-05-05T09:51:21.446Z] OS/Arch: windows/amd64 [2022-05-05T09:51:21.446Z] Experimental: false [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] INFO: Docker info of the daemon under test [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] Containers: 0 [2022-05-05T09:51:21.446Z] Running: 0 [2022-05-05T09:51:21.446Z] Paused: 0 [2022-05-05T09:51:21.446Z] Stopped: 0 [2022-05-05T09:51:21.446Z] Images: 0 [2022-05-05T09:51:21.446Z] Server Version: 0.0.0-dev [2022-05-05T09:51:21.446Z] Storage Driver: windowsfilter [2022-05-05T09:51:21.446Z] Windows: [2022-05-05T09:51:21.446Z] Logging Driver: json-file [2022-05-05T09:51:21.446Z] Plugins: [2022-05-05T09:51:21.446Z] Volume: local [2022-05-05T09:51:21.446Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T09:51:21.446Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T09:51:21.446Z] Swarm: inactive [2022-05-05T09:51:21.446Z] Default Isolation: process [2022-05-05T09:51:21.446Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-05T09:51:21.446Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-05T09:51:21.446Z] OSType: windows [2022-05-05T09:51:21.446Z] Architecture: x86_64 [2022-05-05T09:51:21.446Z] CPUs: 4 [2022-05-05T09:51:21.446Z] Total Memory: 32GiB [2022-05-05T09:51:21.446Z] Name: azwin-2-8063a0 [2022-05-05T09:51:21.446Z] ID: HPUT:HE2C:CGCP:JLIY:O5HP:E4PO:VOIE:NKQA:BKXF:X4S2:VO7U:G477 [2022-05-05T09:51:21.446Z] Docker Root Dir: D:\CI\PR-43563\3\daemon [2022-05-05T09:51:21.446Z] Debug Mode (client): false [2022-05-05T09:51:21.446Z] Debug Mode (server): true [2022-05-05T09:51:21.446Z] File Descriptors: -1 [2022-05-05T09:51:21.446Z] Goroutines: 16 [2022-05-05T09:51:21.446Z] System Time: 2022-05-05T09:51:21.0956276Z [2022-05-05T09:51:21.446Z] EventsListeners: 0 [2022-05-05T09:51:21.446Z] Registry: https://index.docker.io/v1/ [2022-05-05T09:51:21.446Z] Labels: [2022-05-05T09:51:21.446Z] Experimental: false [2022-05-05T09:51:21.446Z] Insecure Registries: [2022-05-05T09:51:21.446Z] 127.0.0.0/8 [2022-05-05T09:51:21.446Z] Live Restore Enabled: false [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] INFO: Docker images of the daemon under test [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-05T09:51:21.446Z] [2022-05-05T09:51:21.446Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-05T09:51:21.446Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-05-05T09:51:21.516Z] --- PASS: TestServiceUpdateConfigs (14.48s) [2022-05-05T09:51:21.516Z] === RUN TestServiceUpdateNetwork [2022-05-05T09:51:21.551Z] --- PASS: TestPubSubRace (1.06s) [2022-05-05T09:51:21.551Z] PASS [2022-05-05T09:51:21.551Z] coverage: 75.0% of statements [2022-05-05T09:51:21.551Z] ok github.com/docker/docker/pkg/pubsub 1.106s coverage: 75.0% of statements [2022-05-05T09:51:21.551Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-05T09:51:21.551Z] === RUN TestClientStream [2022-05-05T09:51:21.551Z] --- PASS: TestClientStream (0.00s) [2022-05-05T09:51:21.551Z] === RUN TestClientSendFile [2022-05-05T09:51:21.551Z] --- PASS: TestClientSendFile (0.00s) [2022-05-05T09:51:21.551Z] === RUN TestClientWithRequestTimeout [2022-05-05T09:51:21.551Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-05T09:51:21.551Z] === RUN TestFileSpecPlugin [2022-05-05T09:51:21.551Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-05T09:51:21.551Z] === RUN TestFileJSONSpecPlugin [2022-05-05T09:51:21.551Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-05T09:51:21.551Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-05T09:51:21.551Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-05T09:51:21.551Z] === RUN TestPluginAddHandler [2022-05-05T09:51:21.551Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-05T09:51:21.551Z] === RUN TestPluginWaitBadPlugin [2022-05-05T09:51:21.551Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-05T09:51:21.551Z] === RUN TestGet [2022-05-05T09:51:21.551Z] time="2022-05-05T09:51:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-05T09:51:21.709Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-05T09:51:21.709Z] --- PASS: TestWaitBlocked (0.04s) [2022-05-05T09:51:21.709Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2022-05-05T09:51:21.709Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s) [2022-05-05T09:51:21.709Z] === CONT TestContainerStartOnDaemonRestart [2022-05-05T09:51:21.709Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-05T09:51:21.730Z] === RUN TestDriver [2022-05-05T09:51:21.730Z] --- PASS: TestDriver (0.00s) [2022-05-05T09:51:21.730Z] PASS [2022-05-05T09:51:21.730Z] coverage: 34.8% of statements [2022-05-05T09:51:21.730Z] ok github.com/docker/docker/libnetwork/drivers/null 0.047s coverage: 34.8% of statements [2022-05-05T09:51:21.730Z] === RUN TestNetworkAllocateFree [2022-05-05T09:51:21.730Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-05T09:51:21.730Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-05T09:51:21.730Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-05T09:51:21.730Z] PASS [2022-05-05T09:51:21.730Z] coverage: 63.6% of statements [2022-05-05T09:51:21.730Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.053s coverage: 63.6% of statements [2022-05-05T09:51:21.916Z] === CONT TestReadPluginNoRead [2022-05-05T09:51:21.916Z] read_test.go:92: [dbff507115bd5] daemon is not started [2022-05-05T09:51:21.916Z] --- PASS: TestReadPluginNoRead (5.61s) [2022-05-05T09:51:21.916Z] --- PASS: TestReadPluginNoRead/default (1.20s) [2022-05-05T09:51:21.916Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-05-05T09:51:21.916Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-05-05T09:51:21.916Z] PASS [2022-05-05T09:51:21.916Z] [2022-05-05T09:51:21.916Z] DONE 6 tests in 8.622s [2022-05-05T09:51:21.916Z] 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-05T09:51:21.916Z] ++ 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-05T09:51:21.916Z] ++ set -e [2022-05-05T09:51:21.916Z] ++ '[' -n 0 ']' [2022-05-05T09:51:21.916Z] ++ set -x [2022-05-05T09:51:21.916Z] ++ 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-05T09:51:21.916Z] testing: warning: no tests to run [2022-05-05T09:51:21.916Z] PASS [2022-05-05T09:51:21.916Z] [2022-05-05T09:51:21.916Z] DONE 0 tests in 0.040s [2022-05-05T09:51:21.916Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-05T09:51:21.916Z] ++ 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-05T09:51:21.916Z] ++ set -e [2022-05-05T09:51:21.916Z] ++ '[' -n 0 ']' [2022-05-05T09:51:21.916Z] ++ set -x [2022-05-05T09:51:21.916Z] ++ 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-05T09:51:21.916Z] INFO: Testing against a local daemon [2022-05-05T09:51:21.916Z] === RUN TestPluginWithDevMounts [2022-05-05T09:51:21.916Z] === PAUSE TestPluginWithDevMounts [2022-05-05T09:51:21.916Z] === CONT TestPluginWithDevMounts [2022-05-05T09:51:21.918Z] ltsc2019: Pulling from windows/servercore [2022-05-05T09:51:21.918Z] 4612f6d0b889: Pulling fs layer [2022-05-05T09:51:21.918Z] ba8181afd426: Pulling fs layer [2022-05-05T09:51:22.009Z] === RUN TestRegister [2022-05-05T09:51:22.009Z] --- PASS: TestRegister (0.00s) [2022-05-05T09:51:22.009Z] === RUN TestCommand [2022-05-05T09:51:22.188Z] --- PASS: TestRandomAllocateDeallocate (5.47s) [2022-05-05T09:51:22.188Z] === RUN TestAllocateRandomDeallocate [2022-05-05T09:51:22.467Z] --- PASS: TestCommand (0.03s) [2022-05-05T09:51:22.467Z] === RUN TestNaiveSelf [2022-05-05T09:51:22.467Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-05T09:51:22.467Z] PASS [2022-05-05T09:51:22.467Z] coverage: 82.4% of statements [2022-05-05T09:51:22.467Z] ok github.com/docker/docker/pkg/reexec 0.114s coverage: 82.4% of statements [2022-05-05T09:51:22.467Z] time="2022-05-05T09:51:22Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-05T09:51:22.638Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-05T09:51:22.647Z] === RUN TestGetEmptyCapabilities [2022-05-05T09:51:22.647Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-05T09:51:22.647Z] === RUN TestGetExtraCapabilities [2022-05-05T09:51:22.647Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-05T09:51:22.647Z] === RUN TestGetInvalidCapabilities [2022-05-05T09:51:22.647Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-05T09:51:22.647Z] === RUN TestRemoteDriver [2022-05-05T09:51:22.647Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-05T09:51:22.647Z] === RUN TestDriverError [2022-05-05T09:51:22.647Z] --- PASS: TestDriverError (0.01s) [2022-05-05T09:51:22.647Z] === RUN TestMissingValues [2022-05-05T09:51:22.647Z] --- PASS: TestMissingValues (0.01s) [2022-05-05T09:51:22.647Z] === RUN TestRollback [2022-05-05T09:51:22.647Z] --- PASS: TestRollback (0.01s) [2022-05-05T09:51:22.647Z] PASS [2022-05-05T09:51:22.647Z] coverage: 57.4% of statements [2022-05-05T09:51:22.647Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.113s coverage: 57.4% of statements [2022-05-05T09:51:23.105Z] --- PASS: TestAllocateRandomDeallocate (1.09s) [2022-05-05T09:51:23.105Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-05T09:51:23.202Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-05T09:51:23.434Z] === RUN TestDump [2022-05-05T09:51:23.434Z] goroutine 4 [running]: [2022-05-05T09:51:23.434Z] github.com/docker/docker/pkg/stack.dump(0xe42d57?) [2022-05-05T09:51:23.434Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-05T09:51:23.434Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-05T09:51:23.434Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-05T09:51:23.434Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-05T09:51:23.434Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-05T09:51:23.434Z] testing.tRunner(0xc000031d40, 0x100a498) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:51:23.434Z] created by testing.(*T).Run [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-05T09:51:23.434Z] [2022-05-05T09:51:23.434Z] goroutine 1 [chan receive]: [2022-05-05T09:51:23.434Z] testing.(*T).Run(0xc000031ba0, {0xff913c?, 0xe1c1f3?}, 0x100a498) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-05T09:51:23.434Z] testing.runTests.func1(0xc00005e870?) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-05T09:51:23.434Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:51:23.434Z] testing.runTests(0xc00004a500?, {0x118e400, 0x3, 0x3}, {0x2727f350108?, 0x40?, 0x11934a0?}) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-05T09:51:23.434Z] testing.(*M).Run(0xc00004a500) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-05T09:51:23.434Z] main.main() [2022-05-05T09:51:23.434Z] _testmain.go:99 +0x255 [2022-05-05T09:51:23.434Z] --- PASS: TestDump (0.00s) [2022-05-05T09:51:23.434Z] === RUN TestDumpToFile [2022-05-05T09:51:23.434Z] --- PASS: TestDumpToFile (0.20s) [2022-05-05T09:51:23.434Z] === RUN TestDumpToFileWithEmptyInput [2022-05-05T09:51:23.434Z] goroutine 6 [running]: [2022-05-05T09:51:23.434Z] github.com/docker/docker/pkg/stack.dump(0xebed13?) [2022-05-05T09:51:23.434Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-05T09:51:23.434Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xebece0?}) [2022-05-05T09:51:23.434Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-05T09:51:23.434Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000031d40?) [2022-05-05T09:51:23.434Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-05T09:51:23.434Z] testing.tRunner(0xc00015e4e0, 0x100a488) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:51:23.434Z] created by testing.(*T).Run [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-05T09:51:23.434Z] [2022-05-05T09:51:23.434Z] goroutine 1 [chan receive]: [2022-05-05T09:51:23.434Z] testing.(*T).Run(0xc000031ba0, {0x1000713?, 0xe1c1f3?}, 0x100a488) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-05T09:51:23.434Z] testing.runTests.func1(0xc00005e870?) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-05T09:51:23.434Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:51:23.434Z] testing.runTests(0xc00004a500?, {0x118e400, 0x3, 0x3}, {0x2727f350108?, 0x40?, 0x11934a0?}) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-05T09:51:23.434Z] testing.(*M).Run(0xc00004a500) [2022-05-05T09:51:23.434Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-05T09:51:23.434Z] main.main() [2022-05-05T09:51:23.434Z] _testmain.go:99 +0x255 [2022-05-05T09:51:23.434Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-05T09:51:23.434Z] PASS [2022-05-05T09:51:23.434Z] coverage: 90.9% of statements [2022-05-05T09:51:23.434Z] ok github.com/docker/docker/pkg/stack 0.249s coverage: 90.9% of statements [2022-05-05T09:51:23.459Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-05T09:51:23.564Z] === RUN TestNAT [2022-05-05T09:51:23.564Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-05T09:51:23.564Z] --- SKIP: TestNAT (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestTransparent [2022-05-05T09:51:23.564Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-05T09:51:23.564Z] --- SKIP: TestTransparent (0.00s) [2022-05-05T09:51:23.564Z] PASS [2022-05-05T09:51:23.564Z] coverage: 0.0% of statements [2022-05-05T09:51:23.564Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-05-05T09:51:23.564Z] === RUN TestNew [2022-05-05T09:51:23.564Z] --- PASS: TestNew (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestAddDriver [2022-05-05T09:51:23.564Z] --- PASS: TestAddDriver (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestAddDuplicateDriver [2022-05-05T09:51:23.564Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-05T09:51:23.564Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestDriver [2022-05-05T09:51:23.564Z] --- PASS: TestDriver (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestIPAM [2022-05-05T09:51:23.564Z] --- PASS: TestIPAM (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestWalkIPAMs [2022-05-05T09:51:23.564Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-05T09:51:23.564Z] === RUN TestWalkDrivers [2022-05-05T09:51:23.564Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-05T09:51:23.564Z] PASS [2022-05-05T09:51:23.564Z] coverage: 82.4% of statements [2022-05-05T09:51:23.564Z] ok github.com/docker/docker/libnetwork/drvregistry 0.106s coverage: 82.4% of statements [2022-05-05T09:51:23.826Z] --- PASS: TestPluginWithDevMounts (1.49s) [2022-05-05T09:51:23.826Z] PASS [2022-05-05T09:51:23.826Z] [2022-05-05T09:51:23.826Z] DONE 1 tests in 1.594s [2022-05-05T09:51:23.826Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-05T09:51:23.826Z] ++ 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-05T09:51:23.826Z] ++ set -e [2022-05-05T09:51:23.826Z] ++ '[' -n 0 ']' [2022-05-05T09:51:23.826Z] ++ set -x [2022-05-05T09:51:23.826Z] ++ 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-05T09:51:23.826Z] INFO: Testing against a local daemon [2022-05-05T09:51:23.826Z] === RUN TestSecretInspect [2022-05-05T09:51:23.893Z] === RUN TestNewStdWriter [2022-05-05T09:51:23.893Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-05T09:51:23.893Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestWriteWithNilBytes [2022-05-05T09:51:23.893Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestWrite [2022-05-05T09:51:23.893Z] --- PASS: TestWrite (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestWriteWithWriterError [2022-05-05T09:51:23.893Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-05T09:51:23.893Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyWriteAndRead [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-05T09:51:23.893Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-05T09:51:23.893Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-05T09:51:23.893Z] PASS [2022-05-05T09:51:23.893Z] coverage: 100.0% of statements [2022-05-05T09:51:23.893Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2022-05-05T09:51:24.023Z] === RUN TestBuildDefault [2022-05-05T09:51:24.023Z] --- PASS: TestBuildDefault (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestBuildHostnameDomainname [2022-05-05T09:51:24.023Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestBuildHostname [2022-05-05T09:51:24.023Z] --- PASS: TestBuildHostname (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestBuildHostnameFQDN [2022-05-05T09:51:24.023Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestBuildNoIP [2022-05-05T09:51:24.023Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestUpdate [2022-05-05T09:51:24.023Z] --- PASS: TestUpdate (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-05T09:51:24.023Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-05T09:51:24.023Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestAddEmpty [2022-05-05T09:51:24.023Z] --- PASS: TestAddEmpty (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestAdd [2022-05-05T09:51:24.023Z] --- PASS: TestAdd (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestDeleteEmpty [2022-05-05T09:51:24.023Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestDeleteNewline [2022-05-05T09:51:24.023Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestDelete [2022-05-05T09:51:24.023Z] --- PASS: TestDelete (0.00s) [2022-05-05T09:51:24.023Z] === RUN TestConcurrentWrites [2022-05-05T09:51:24.023Z] --- PASS: TestConcurrentWrites (0.27s) [2022-05-05T09:51:24.023Z] PASS [2022-05-05T09:51:24.023Z] coverage: 81.2% of statements [2022-05-05T09:51:24.023Z] ok github.com/docker/docker/libnetwork/etchosts 0.348s coverage: 81.2% of statements [2022-05-05T09:51:24.351Z] time="2022-05-05T09:51:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-05T09:51:24.481Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.15s) [2022-05-05T09:51:24.481Z] === RUN TestRetrieveFromStore [2022-05-05T09:51:24.481Z] === RUN TestNew [2022-05-05T09:51:24.481Z] --- PASS: TestNew (0.00s) [2022-05-05T09:51:24.481Z] === RUN TestAllocate [2022-05-05T09:51:24.481Z] --- PASS: TestAllocate (0.00s) [2022-05-05T09:51:24.481Z] === RUN TestUninitialized [2022-05-05T09:51:24.481Z] --- PASS: TestUninitialized (0.00s) [2022-05-05T09:51:24.481Z] === RUN TestAllocateInRange [2022-05-05T09:51:24.481Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-05T09:51:24.481Z] === RUN TestAllocateSerial [2022-05-05T09:51:24.481Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-05T09:51:24.481Z] PASS [2022-05-05T09:51:24.481Z] coverage: 87.5% of statements [2022-05-05T09:51:24.481Z] ok github.com/docker/docker/libnetwork/idm 0.061s coverage: 87.5% of statements [2022-05-05T09:51:24.481Z] === RUN TestCaller [2022-05-05T09:51:24.481Z] --- PASS: TestCaller (0.00s) [2022-05-05T09:51:24.481Z] PASS [2022-05-05T09:51:24.481Z] coverage: 100.0% of statements [2022-05-05T09:51:24.481Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-05-05T09:51:24.942Z] --- PASS: TestRetrieveFromStore (0.44s) [2022-05-05T09:51:24.942Z] === RUN TestIsCorrupted [2022-05-05T09:51:24.942Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-05T09:51:24.942Z] === RUN TestSetRollover [2022-05-05T09:51:25.319Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-05T09:51:25.320Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-05T09:51:25.320Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestFormatStatus [2022-05-05T09:51:25.320Z] --- PASS: TestFormatStatus (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestFormatError [2022-05-05T09:51:25.320Z] --- PASS: TestFormatError (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestFormatJSONError [2022-05-05T09:51:25.320Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-05T09:51:25.320Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-05T09:51:25.320Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestNewJSONProgressOutput [2022-05-05T09:51:25.320Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestAuxFormatterEmit [2022-05-05T09:51:25.320Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestStreamWriterStdout [2022-05-05T09:51:25.320Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-05T09:51:25.320Z] === RUN TestStreamWriterStderr [2022-05-05T09:51:25.320Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-05T09:51:25.320Z] PASS [2022-05-05T09:51:25.320Z] coverage: 66.2% of statements [2022-05-05T09:51:25.320Z] ok github.com/docker/docker/pkg/streamformatter 0.047s coverage: 66.2% of statements [2022-05-05T09:51:25.351Z] --- PASS: TestContainerStartOnDaemonRestart (3.62s) [2022-05-05T09:51:25.351Z] === CONT TestIpcModeOlderClient [2022-05-05T09:51:25.351Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-05-05T09:51:25.351Z] === CONT TestContainerKillOnDaemonStart [2022-05-05T09:51:25.403Z] === RUN TestSetSerialInsertDelete [2022-05-05T09:51:25.403Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-05T09:51:25.403Z] === RUN TestSetParallelInsertDelete [2022-05-05T09:51:25.736Z] --- PASS: TestSecretInspect (2.18s) [2022-05-05T09:51:25.736Z] === RUN TestSecretList [2022-05-05T09:51:25.778Z] === RUN TestGenerateRandomID [2022-05-05T09:51:25.778Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-05T09:51:25.778Z] === RUN TestShortenId [2022-05-05T09:51:25.778Z] --- PASS: TestShortenId (0.00s) [2022-05-05T09:51:25.778Z] === RUN TestShortenSha256Id [2022-05-05T09:51:25.778Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-05T09:51:25.778Z] === RUN TestShortenIdEmpty [2022-05-05T09:51:25.778Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-05T09:51:25.778Z] === RUN TestShortenIdInvalid [2022-05-05T09:51:25.778Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-05T09:51:25.778Z] === RUN TestIsShortIDNonHex [2022-05-05T09:51:25.778Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-05T09:51:25.778Z] === RUN TestIsShortIDNotCorrectSize [2022-05-05T09:51:25.778Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-05T09:51:25.778Z] PASS [2022-05-05T09:51:25.778Z] coverage: 70.6% of statements [2022-05-05T09:51:25.778Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2022-05-05T09:51:25.913Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.40s) [2022-05-05T09:51:25.914Z] === CONT TestDaemonHostGatewayIP [2022-05-05T09:51:26.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-05-05T09:51:26.371Z] --- PASS: TestSetRollover (1.74s) [2022-05-05T09:51:26.371Z] === RUN TestSetRolloverSerial [2022-05-05T09:51:26.745Z] === RUN TestIsCpusetListAvailable [2022-05-05T09:51:26.745Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-05T09:51:26.745Z] PASS [2022-05-05T09:51:26.745Z] coverage: 39.4% of statements [2022-05-05T09:51:26.745Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 39.4% of statements [2022-05-05T09:51:26.831Z] === RUN TestInt2IP2IntConversion [2022-05-05T09:51:27.289Z] --- PASS: TestInt2IP2IntConversion (0.63s) [2022-05-05T09:51:27.289Z] === RUN TestGetAddressVersion [2022-05-05T09:51:27.289Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-05T09:51:27.289Z] === RUN TestKeyString [2022-05-05T09:51:27.289Z] --- PASS: TestKeyString (0.00s) [2022-05-05T09:51:27.289Z] === RUN TestPoolDataMarshal [2022-05-05T09:51:27.289Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-05T09:51:27.289Z] === RUN TestSubnetsMarshal [2022-05-05T09:51:27.289Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-05-05T09:51:27.289Z] === RUN TestAddSubnets [2022-05-05T09:51:27.289Z] --- PASS: TestAddSubnets (0.06s) [2022-05-05T09:51:27.289Z] === RUN TestDoublePoolRelease [2022-05-05T09:51:27.289Z] --- PASS: TestDoublePoolRelease (0.05s) [2022-05-05T09:51:27.289Z] === RUN TestAddReleasePoolID [2022-05-05T09:51:27.289Z] === RUN TestPoolRequest [2022-05-05T09:51:27.289Z] --- PASS: TestPoolRequest (0.00s) [2022-05-05T09:51:27.289Z] === RUN TestOtherRequests [2022-05-05T09:51:27.289Z] --- PASS: TestOtherRequests (0.00s) [2022-05-05T09:51:27.289Z] PASS [2022-05-05T09:51:27.289Z] coverage: 57.1% of statements [2022-05-05T09:51:27.289Z] ok github.com/docker/docker/libnetwork/ipams/null 0.052s coverage: 57.1% of statements [2022-05-05T09:51:27.289Z] --- PASS: TestAddReleasePoolID (0.09s) [2022-05-05T09:51:27.289Z] === RUN TestPredefinedPool [2022-05-05T09:51:27.748Z] --- PASS: TestPredefinedPool (0.03s) [2022-05-05T09:51:27.748Z] === RUN TestRemoveSubnet [2022-05-05T09:51:27.748Z] --- PASS: TestRemoveSubnet (0.23s) [2022-05-05T09:51:27.748Z] === RUN TestGetSameAddress [2022-05-05T09:51:27.748Z] --- PASS: TestGetSameAddress (0.02s) [2022-05-05T09:51:27.748Z] === RUN TestPoolAllocationReuse [2022-05-05T09:51:27.748Z] --- PASS: TestSetRolloverSerial (1.44s) [2022-05-05T09:51:27.748Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-05T09:51:27.748Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-05T09:51:27.748Z] PASS [2022-05-05T09:51:27.748Z] coverage: 84.4% of statements [2022-05-05T09:51:27.748Z] ok github.com/docker/docker/libnetwork/bitseq 11.397s coverage: 84.4% of statements [2022-05-05T09:51:28.277Z] --- PASS: TestSecretList (2.15s) [2022-05-05T09:51:28.277Z] === RUN TestSecretsCreateAndDelete [2022-05-05T09:51:28.280Z] === RUN TestChtimes [2022-05-05T09:51:28.280Z] --- PASS: TestChtimes (0.00s) [2022-05-05T09:51:28.280Z] === RUN TestChtimesWindows [2022-05-05T09:51:28.280Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-05T09:51:28.280Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-05T09:51:28.280Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-05T09:51:28.280Z] PASS [2022-05-05T09:51:28.280Z] coverage: 13.0% of statements [2022-05-05T09:51:28.280Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 13.0% of statements [2022-05-05T09:51:28.280Z] time="2022-05-05T09:51:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-05T09:51:28.714Z] === RUN TestGetCapabilities [2022-05-05T09:51:28.714Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-05T09:51:28.714Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-05T09:51:29.173Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-05T09:51:29.173Z] === RUN TestGetDefaultAddressSpaces [2022-05-05T09:51:29.173Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-05T09:51:29.173Z] === RUN TestRemoteDriver [2022-05-05T09:51:29.173Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-05T09:51:29.173Z] PASS [2022-05-05T09:51:29.173Z] coverage: 47.4% of statements [2022-05-05T09:51:29.173Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.081s coverage: 47.4% of statements [2022-05-05T09:51:29.249Z] === RUN TestTailFile [2022-05-05T09:51:29.249Z] --- PASS: TestTailFile (0.00s) [2022-05-05T09:51:29.249Z] === RUN TestTailFileManyLines [2022-05-05T09:51:29.249Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-05T09:51:29.249Z] === RUN TestTailEmptyFile [2022-05-05T09:51:29.249Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-05T09:51:29.249Z] === RUN TestTailNegativeN [2022-05-05T09:51:29.249Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader [2022-05-05T09:51:29.249Z] === CONT TestNewTailReader [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/truncated_last_line [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-05T09:51:29.249Z] === CONT TestNewTailReader/no_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.249Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-05T09:51:29.249Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.250Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.438Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-05-05T09:51:29.632Z] --- PASS: TestPoolAllocationReuse (1.66s) [2022-05-05T09:51:29.632Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-05T09:51:29.632Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-05-05T09:51:29.632Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-05T09:51:29.694Z] --- PASS: TestDaemonHostGatewayIP (3.73s) [2022-05-05T09:51:29.695Z] === CONT TestDaemonRestartIpcMode [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.709Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.709Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.709Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.710Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.710Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.710Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.711Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.711Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.711Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.712Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.712Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:51:29.713Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:51:29.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-05T09:51:29.714Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.090Z] === RUN TestWindowsIPAM [2022-05-05T09:51:30.090Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-05T09:51:30.090Z] PASS [2022-05-05T09:51:30.090Z] coverage: 71.4% of statements [2022-05-05T09:51:30.090Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.051s coverage: 71.4% of statements [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.02s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:51:30.172Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.03s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:51:30.173Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:51:30.174Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:51:30.175Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:51:30.175Z] PASS [2022-05-05T09:51:30.175Z] coverage: 88.6% of statements [2022-05-05T09:51:30.175Z] ok github.com/docker/docker/pkg/tailfile 0.481s coverage: 88.6% of statements [2022-05-05T09:51:30.186Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2022-05-05T09:51:30.187Z] === RUN TestSecretsUpdate [2022-05-05T09:51:31.057Z] === RUN TestDefaultNetwork [2022-05-05T09:51:31.142Z] === RUN TestTarSumRemoveNonExistent [2022-05-05T09:51:31.142Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestTarSumRemove [2022-05-05T09:51:31.142Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestSortFileInfoSums [2022-05-05T09:51:31.142Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestNewTarSumForLabelInvalid [2022-05-05T09:51:31.142Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestNewTarSumForLabel [2022-05-05T09:51:31.142Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestEmptyTar [2022-05-05T09:51:31.142Z] --- PASS: TestEmptyTar (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestTarSumsReadSize [2022-05-05T09:51:31.142Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-05-05T09:51:31.142Z] === RUN TestTarSums [2022-05-05T09:51:31.142Z] --- PASS: TestTarSums (0.08s) [2022-05-05T09:51:31.142Z] === RUN TestIteration [2022-05-05T09:51:31.142Z] --- PASS: TestIteration (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestVersionLabelForChecksum [2022-05-05T09:51:31.142Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestVersion [2022-05-05T09:51:31.142Z] --- PASS: TestVersion (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestGetVersion [2022-05-05T09:51:31.142Z] --- PASS: TestGetVersion (0.00s) [2022-05-05T09:51:31.142Z] === RUN TestGetVersions [2022-05-05T09:51:31.142Z] --- PASS: TestGetVersions (0.00s) [2022-05-05T09:51:31.142Z] PASS [2022-05-05T09:51:31.142Z] coverage: 89.3% of statements [2022-05-05T09:51:31.142Z] ok github.com/docker/docker/pkg/tarsum 0.141s coverage: 89.3% of statements [2022-05-05T09:51:31.515Z] --- PASS: TestDefaultNetwork (0.32s) [2022-05-05T09:51:31.515Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-05T09:51:31.515Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.10s) [2022-05-05T09:51:31.515Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-05T09:51:31.515Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-05-05T09:51:31.515Z] === RUN TestInitAddressPools [2022-05-05T09:51:31.515Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-05T09:51:31.515Z] PASS [2022-05-05T09:51:31.515Z] coverage: 74.0% of statements [2022-05-05T09:51:31.515Z] ok github.com/docker/docker/libnetwork/ipamutils 0.696s coverage: 74.0% of statements [2022-05-05T09:51:32.096Z] --- PASS: TestSecretsUpdate (2.19s) [2022-05-05T09:51:32.096Z] === RUN TestTemplatedSecret [2022-05-05T09:51:32.107Z] === RUN TestTruncIndex [2022-05-05T09:51:32.108Z] --- PASS: TestTruncIndex (0.10s) [2022-05-05T09:51:32.108Z] PASS [2022-05-05T09:51:32.108Z] coverage: 91.5% of statements [2022-05-05T09:51:32.108Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2022-05-05T09:51:32.211Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-05-05T09:51:32.481Z] === RUN TestKeyValue [2022-05-05T09:51:32.481Z] --- PASS: TestKeyValue (0.00s) [2022-05-05T09:51:32.481Z] PASS [2022-05-05T09:51:32.481Z] coverage: 60.0% of statements [2022-05-05T09:51:32.481Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-05-05T09:51:32.566Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-05T09:51:32.566Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-05T09:51:32.566Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-05T09:51:32.566Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-05T09:51:32.566Z] === RUN TestVersionInfo [2022-05-05T09:51:32.566Z] --- PASS: TestVersionInfo (0.00s) [2022-05-05T09:51:32.566Z] === RUN TestAppendVersions [2022-05-05T09:51:32.566Z] --- PASS: TestAppendVersions (0.00s) [2022-05-05T09:51:32.566Z] PASS [2022-05-05T09:51:32.566Z] coverage: 88.9% of statements [2022-05-05T09:51:32.566Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2022-05-05T09:51:33.140Z] --- PASS: TestDaemonRestartIpcMode (3.49s) [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-05T09:51:33.448Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-05T09:51:33.735Z] --- PASS: TestServiceUpdateNetwork (12.45s) [2022-05-05T09:51:33.735Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T09:51:34.102Z] === RUN TestNewSettable [2022-05-05T09:51:34.102Z] --- PASS: TestNewSettable (0.00s) [2022-05-05T09:51:34.102Z] === RUN TestIsSettable [2022-05-05T09:51:34.102Z] --- PASS: TestIsSettable (0.00s) [2022-05-05T09:51:34.102Z] === RUN TestUpdateSettingsEnv [2022-05-05T09:51:34.102Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-05T09:51:34.102Z] PASS [2022-05-05T09:51:34.102Z] coverage: 20.0% of statements [2022-05-05T09:51:34.102Z] ok github.com/docker/docker/plugin/v2 0.039s coverage: 20.0% of statements [2022-05-05T09:51:34.102Z] === RUN TestValidatePrivileges [2022-05-05T09:51:34.102Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-05T09:51:34.102Z] === RUN TestFilterByCapNeg [2022-05-05T09:51:34.102Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-05T09:51:34.102Z] === RUN TestFilterByCapPos [2022-05-05T09:51:34.102Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-05T09:51:34.102Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-05T09:51:34.102Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-05T09:51:34.102Z] PASS [2022-05-05T09:51:34.102Z] coverage: 12.2% of statements [2022-05-05T09:51:34.102Z] ok github.com/docker/docker/plugin 0.051s coverage: 12.2% of statements [2022-05-05T09:51:34.305Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-05T09:51:34.415Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.57s) [2022-05-05T09:51:34.415Z] === RUN TestGetAddress [2022-05-05T09:51:34.637Z] --- PASS: TestTemplatedSecret (2.42s) [2022-05-05T09:51:34.637Z] === RUN TestSecretCreateResolve [2022-05-05T09:51:34.873Z] === RUN TestGenerate [2022-05-05T09:51:34.873Z] --- PASS: TestGenerate (0.00s) [2022-05-05T09:51:34.873Z] === RUN TestGeneratePtr [2022-05-05T09:51:34.873Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-05T09:51:34.873Z] === RUN TestGenerateMissingField [2022-05-05T09:51:34.873Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-05T09:51:34.873Z] === RUN TestFieldCannotBeSet [2022-05-05T09:51:34.873Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-05T09:51:34.873Z] === RUN TestTypeMismatchError [2022-05-05T09:51:34.873Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-05T09:51:34.873Z] PASS [2022-05-05T09:51:34.873Z] coverage: 100.0% of statements [2022-05-05T09:51:34.873Z] ok github.com/docker/docker/libnetwork/options 0.052s coverage: 100.0% of statements [2022-05-05T09:51:35.069Z] === RUN TestLoad [2022-05-05T09:51:35.069Z] --- PASS: TestLoad (0.00s) [2022-05-05T09:51:35.069Z] === RUN TestSave [2022-05-05T09:51:35.069Z] --- PASS: TestSave (0.03s) [2022-05-05T09:51:35.069Z] === RUN TestAddDeleteGet [2022-05-05T09:51:35.069Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-05T09:51:35.069Z] === RUN TestInvalidTags [2022-05-05T09:51:35.069Z] --- PASS: TestInvalidTags (0.01s) [2022-05-05T09:51:35.069Z] PASS [2022-05-05T09:51:35.069Z] coverage: 84.4% of statements [2022-05-05T09:51:35.069Z] ok github.com/docker/docker/reference 0.174s coverage: 84.4% of statements [2022-05-05T09:51:35.089Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-05T09:51:35.089Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-05-05T09:51:35.245Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-05T09:51:35.332Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-05T09:51:35.332Z] PASS [2022-05-05T09:51:35.332Z] coverage: 100.0% of statements [2022-05-05T09:51:35.332Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.086s coverage: 100.0% of statements [2022-05-05T09:51:35.345Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-05T09:51:35.601Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-05T09:51:35.790Z] === RUN TestNetworkDBSimple [2022-05-05T09:51:35.790Z] testing: warning: no tests to run [2022-05-05T09:51:35.790Z] PASS [2022-05-05T09:51:35.790Z] coverage: 0.0% of statements [2022-05-05T09:51:35.790Z] ok github.com/docker/docker/libnetwork/osl 0.065s coverage: 0.0% of statements [no tests to run] [2022-05-05T09:51:36.035Z] === RUN TestResolveAuthConfigIndexServer [2022-05-05T09:51:36.035Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-05T09:51:36.035Z] === RUN TestResolveAuthConfigFullURL [2022-05-05T09:51:36.035Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-05T09:51:36.035Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-05T09:51:36.035Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-05T09:51:36.035Z] === RUN TestValidateMirror [2022-05-05T09:51:36.035Z] --- PASS: TestValidateMirror (0.00s) [2022-05-05T09:51:36.035Z] === RUN TestLoadInsecureRegistries [2022-05-05T09:51:36.035Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-05T09:51:36.035Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-05T09:51:36.035Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-05T09:51:36.248Z] === RUN TestRequestNewPort [2022-05-05T09:51:36.248Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestRequestSpecificPort [2022-05-05T09:51:36.248Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestReleasePort [2022-05-05T09:51:36.248Z] --- PASS: TestReleasePort (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestReuseReleasedPort [2022-05-05T09:51:36.248Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestReleaseUnreadledPort [2022-05-05T09:51:36.248Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestUnknowProtocol [2022-05-05T09:51:36.248Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestAllocateAllPorts [2022-05-05T09:51:36.248Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestPortAllocation [2022-05-05T09:51:36.248Z] --- PASS: TestPortAllocation (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestPortAllocationWithCustomRange [2022-05-05T09:51:36.248Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestNoDuplicateBPR [2022-05-05T09:51:36.248Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-05T09:51:36.248Z] === RUN TestChangePortRange [2022-05-05T09:51:36.248Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-05T09:51:36.248Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-05T09:51:36.248Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-05T09:51:36.248Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-05T09:51:36.248Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-05T09:51:36.248Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-05T09:51:36.248Z] --- PASS: TestChangePortRange (0.00s) [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestReaderWithReadError [2022-05-05T09:51:36.494Z] time="2022-05-05T09:51:35Z" 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-05T09:51:36.494Z] time="2022-05-05T09:51:36Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-05T09:51:36.494Z] time="2022-05-05T09:51:36Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-05T09:51:36.494Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-05-05T09:51:36.494Z] === RUN TestNewServiceConfig [2022-05-05T09:51:36.494Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestValidateIndexName [2022-05-05T09:51:36.494Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestValidateIndexNameWithError [2022-05-05T09:51:36.494Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestEndpointParse [2022-05-05T09:51:36.494Z] --- PASS: TestEndpointParse (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestEndpointParseInvalid [2022-05-05T09:51:36.494Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestValidateEndpoint [2022-05-05T09:51:36.494Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-05T09:51:36.494Z] === RUN TestPing [2022-05-05T09:51:36.494Z] --- PASS: TestPing (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestPingRegistryEndpoint [2022-05-05T09:51:36.494Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:36.494Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-05T09:51:36.494Z] === RUN TestEndpoint [2022-05-05T09:51:36.494Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:36.494Z] --- SKIP: TestEndpoint (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestParseRepositoryInfo [2022-05-05T09:51:36.494Z] time="2022-05-05T09:51:36Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-05T09:51:36.494Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestNewIndexInfo [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-05T09:51:36.494Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestMirrorEndpointLookup [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-05T09:51:36.494Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:36.494Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestSearchRepositories [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestReader [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-05T09:51:36.494Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-05T09:51:36.494Z] Host: 127.0.0.1:49326 [2022-05-05T09:51:36.494Z] User-Agent: docker test client [2022-05-05T09:51:36.494Z] Authorization: Token fake-token [2022-05-05T09:51:36.494Z] X-Docker-Token: true [2022-05-05T09:51:36.494Z] Accept-Encoding: gzip [2022-05-05T09:51:36.494Z] [2022-05-05T09:51:36.494Z] [2022-05-05T09:51:36.494Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-05T09:51:36.494Z] PASS [2022-05-05T09:51:36.494Z] coverage: 100.0% of statements [2022-05-05T09:51:36.494Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-05T09:51:36.494Z] Connection: close [2022-05-05T09:51:36.494Z] Content-Length: 144 [2022-05-05T09:51:36.494Z] Cache-Control: no-cache [2022-05-05T09:51:36.494Z] Content-Type: application/json [2022-05-05T09:51:36.494Z] Date: Thu, 05 May 2022 09:51:36 GMT [2022-05-05T09:51:36.494Z] Expires: -1 [2022-05-05T09:51:36.494Z] Pragma: no-cache [2022-05-05T09:51:36.494Z] Server: docker-tests/mock [2022-05-05T09:51:36.494Z] X-Docker-Registry-Config: mock [2022-05-05T09:51:36.494Z] X-Docker-Registry-Version: 0.0.0 [2022-05-05T09:51:36.494Z] [2022-05-05T09:51:36.494Z] [2022-05-05T09:51:36.494Z] --- PASS: TestSearchRepositories (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestTrustedLocation [2022-05-05T09:51:36.494Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-05T09:51:36.494Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestAllowNondistributableArtifacts [2022-05-05T09:51:36.494Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestIsSecureIndex [2022-05-05T09:51:36.494Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-05T09:51:36.494Z] PASS [2022-05-05T09:51:36.494Z] coverage: 51.7% of statements [2022-05-05T09:51:36.494Z] ok github.com/docker/docker/registry/resumable 0.256s coverage: 100.0% of statements [2022-05-05T09:51:36.494Z] ok github.com/docker/docker/registry 0.270s coverage: 51.7% of statements [2022-05-05T09:51:36.494Z] --- PASS: TestGet (15.01s) [2022-05-05T09:51:36.494Z] === RUN TestPluginWithNoManifest [2022-05-05T09:51:36.494Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-05T09:51:36.494Z] === RUN TestGetAll [2022-05-05T09:51:36.494Z] --- PASS: TestGetAll (0.01s) [2022-05-05T09:51:36.494Z] PASS [2022-05-05T09:51:36.494Z] coverage: 73.2% of statements [2022-05-05T09:51:36.494Z] ok github.com/docker/docker/pkg/plugins 36.037s coverage: 73.2% of statements [2022-05-05T09:51:36.706Z] PASS [2022-05-05T09:51:36.706Z] coverage: 88.6% of statements [2022-05-05T09:51:36.706Z] ok github.com/docker/docker/libnetwork/portallocator 0.049s coverage: 88.6% of statements [2022-05-05T09:51:36.706Z] 2022/05/05 09:51:36 Closing DB instances... [2022-05-05T09:51:36.706Z] testing: warning: no tests to run [2022-05-05T09:51:36.706Z] PASS [2022-05-05T09:51:36.706Z] coverage: 0.0% of statements [2022-05-05T09:51:36.706Z] ok github.com/docker/docker/libnetwork/portmapper 0.048s coverage: 0.0% of statements [no tests to run] [2022-05-05T09:51:36.952Z] === RUN TestRestartManagerTimeout [2022-05-05T09:51:36.952Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-05T09:51:36.952Z] === RUN TestRestartManagerTimeoutReset [2022-05-05T09:51:36.952Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-05T09:51:36.952Z] PASS [2022-05-05T09:51:36.952Z] coverage: 45.3% of statements [2022-05-05T09:51:36.952Z] ok github.com/docker/docker/restartmanager 0.048s coverage: 45.3% of statements [2022-05-05T09:51:37.178Z] --- PASS: TestSecretCreateResolve (2.17s) [2022-05-05T09:51:37.178Z] PASS [2022-05-05T09:51:37.178Z] [2022-05-05T09:51:37.178Z] DONE 6 tests in 13.342s [2022-05-05T09:51:37.178Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-05-05T09:51:37.178Z] ++ 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-05T09:51:37.178Z] ++ set -e [2022-05-05T09:51:37.178Z] ++ '[' -n 0 ']' [2022-05-05T09:51:37.178Z] ++ set -x [2022-05-05T09:51:37.178Z] ++ 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-05T09:51:37.178Z] INFO: Testing against a local daemon [2022-05-05T09:51:37.178Z] === RUN TestServiceCreateInit [2022-05-05T09:51:37.178Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T09:51:37.410Z] === RUN TestDecodeContainerConfig [2022-05-05T09:51:37.410Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-05T09:51:37.410Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-05T09:51:37.410Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-05T09:51:37.410Z] === RUN TestDecodeContainerConfigIsolation [2022-05-05T09:51:37.410Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-05T09:51:37.410Z] === RUN TestValidatePrivileged [2022-05-05T09:51:37.410Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-05T09:51:37.410Z] PASS [2022-05-05T09:51:37.410Z] coverage: 52.4% of statements [2022-05-05T09:51:37.410Z] ok github.com/docker/docker/runconfig 0.048s coverage: 52.4% of statements [2022-05-05T09:51:37.410Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-05T09:51:37.410Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-05T09:51:37.410Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-05T09:51:37.410Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-05T09:51:37.410Z] PASS [2022-05-05T09:51:37.410Z] coverage: 62.5% of statements [2022-05-05T09:51:37.410Z] ok github.com/docker/docker/testutil 0.045s coverage: 62.5% of statements [2022-05-05T09:51:37.679Z] === RUN TestHashData [2022-05-05T09:51:37.679Z] --- PASS: TestHashData (0.00s) [2022-05-05T09:51:37.679Z] PASS [2022-05-05T09:51:37.679Z] coverage: 2.8% of statements [2022-05-05T09:51:37.679Z] ok github.com/docker/docker/libnetwork/resolvconf 0.050s coverage: 2.8% of statements [2022-05-05T09:51:37.679Z] === RUN TestErrorConstructors [2022-05-05T09:51:37.679Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-05T09:51:37.679Z] === RUN TestCompareIPMask [2022-05-05T09:51:37.679Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-05T09:51:37.679Z] === RUN TestUtilGetHostPartIP [2022-05-05T09:51:37.679Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-05T09:51:37.679Z] === RUN TestUtilGetBroadcastIP [2022-05-05T09:51:37.679Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-05T09:51:37.679Z] === RUN TestParseCIDR [2022-05-05T09:51:37.679Z] --- PASS: TestParseCIDR (0.00s) [2022-05-05T09:51:37.679Z] PASS [2022-05-05T09:51:37.679Z] coverage: 37.3% of statements [2022-05-05T09:51:37.679Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 37.3% of statements [2022-05-05T09:51:38.122Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-05T09:51:38.122Z] --- PASS: TestContainerKillOnDaemonStart (12.74s) [2022-05-05T09:51:38.122Z] PASS [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] === Skipped [2022-05-05T09:51:38.122Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-05T09:51:38.122Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-05T09:51:38.122Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-05T09:51:38.122Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-05T09:51:38.122Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-05T09:51:38.122Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-05T09:51:38.122Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:51:38.122Z] [2022-05-05T09:51:38.122Z] DONE 235 tests, 6 skipped in 166.262s [2022-05-05T09:51:38.122Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-05T09:51:38.122Z] ++ 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-05T09:51:38.122Z] ++ set -e [2022-05-05T09:51:38.122Z] ++ '[' -n 0 ']' [2022-05-05T09:51:38.122Z] ++ set -x [2022-05-05T09:51:38.122Z] ++ 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-05T09:51:38.122Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T09:51:38.138Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-05-05T09:51:38.138Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-05T09:51:38.597Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-05T09:51:38.597Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-05T09:51:38.597Z] PASS [2022-05-05T09:51:38.597Z] coverage: 55.0% of statements [2022-05-05T09:51:38.597Z] ok github.com/docker/docker/oci 0.054s coverage: 55.0% of statements [2022-05-05T09:51:38.685Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-05-05T09:51:38.685Z] === RUN TestDaemonConfigValidation [2022-05-05T09:51:38.685Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:51:38.685Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:51:38.685Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-05T09:51:38.685Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-05T09:51:38.685Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-05T09:51:38.685Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-05T09:51:38.685Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-05T09:51:38.685Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-05T09:51:38.685Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-05T09:51:38.685Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-05T09:51:38.685Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-05T09:51:38.685Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-05T09:51:38.941Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-05-05T09:51:38.941Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-05T09:51:38.941Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-05T09:51:39.197Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-05T09:51:39.197Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-05T09:51:39.197Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.22s) [2022-05-05T09:51:39.197Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.22s) [2022-05-05T09:51:39.197Z] --- PASS: TestDaemonConfigValidation/valid_config (0.14s) [2022-05-05T09:51:39.197Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.26s) [2022-05-05T09:51:39.197Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.17s) [2022-05-05T09:51:39.197Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T09:51:39.197Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-05T09:51:39.564Z] 2022/05/05 09:51:39 Closing DB instances... [2022-05-05T09:51:39.564Z] === RUN TestAddressPoolOpt [2022-05-05T09:51:39.564Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/a [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/something [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/_=a [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/env1=value1 [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/_env1=value1 [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/PATH [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/=a [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/PATH= [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/PATH=something [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/asd!qwe [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/1asd [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/123 [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/some_space [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/__some_space_before [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/some_space_after__ [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/= [2022-05-05T09:51:39.564Z] === RUN TestValidateEnv/PaTh [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-05T09:51:39.564Z] === RUN TestParseHost [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://:5555/ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://:5555/p [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-05T09:51:39.564Z] === RUN TestParseHost/something_with_spaces [2022-05-05T09:51:39.564Z] === RUN TestParseHost/:// [2022-05-05T09:51:39.564Z] === RUN TestParseHost/unknown:// [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://invalid:port [2022-05-05T09:51:39.564Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://:port [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp:// [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/unix://path/to/socket [2022-05-05T09:51:39.564Z] === RUN TestParseHost/fd:// [2022-05-05T09:51:39.564Z] === RUN TestParseHost/npipe:// [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://host: [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/__ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://: [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/_ [2022-05-05T09:51:39.564Z] === RUN TestParseHost/fd://something [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/unix:// [2022-05-05T09:51:39.564Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://:5555 [2022-05-05T09:51:39.564Z] === RUN TestParseHost/tcp://[::1]: [2022-05-05T09:51:39.564Z] === RUN TestParseHost/#00 [2022-05-05T09:51:39.564Z] --- PASS: TestParseHost (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-05T09:51:39.564Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/: [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-05T09:51:39.565Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestParseTCP [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/localhost:5555/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/::1 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/localhost: [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/#00 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/localhost [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/tcp://:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/tcp:// [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/tcp://: [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/: [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/[::1]: [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/[::1]:5555 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/0.0.0.1 [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/0.0.0.1: [2022-05-05T09:51:39.565Z] === RUN TestParseTCP/localhost:5555 [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-05T09:51:39.565Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestValidateExtraHosts [2022-05-05T09:51:39.565Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestValidateIPAddress [2022-05-05T09:51:39.565Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestMapOpts [2022-05-05T09:51:39.565Z] --- PASS: TestMapOpts (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestListOptsWithoutValidator [2022-05-05T09:51:39.565Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestListOptsWithValidator [2022-05-05T09:51:39.565Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestValidateDNSSearch [2022-05-05T09:51:39.565Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_general_format [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_one_more [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-05T09:51:39.565Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-05T09:51:39.565Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestNamedListOpts [2022-05-05T09:51:39.565Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestNamedMapOpts [2022-05-05T09:51:39.565Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestParseLink [2022-05-05T09:51:39.565Z] --- PASS: TestParseLink (0.00s) [2022-05-05T09:51:39.565Z] === RUN TestUlimitOpt [2022-05-05T09:51:39.565Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-05T09:51:39.565Z] PASS [2022-05-05T09:51:39.565Z] coverage: 65.5% of statements [2022-05-05T09:51:39.565Z] ok github.com/docker/docker/opts 0.138s coverage: 65.5% of statements [2022-05-05T09:51:39.565Z] === RUN TestParseVersion [2022-05-05T09:51:39.565Z] --- PASS: TestParseVersion (0.00s) [2022-05-05T09:51:39.565Z] PASS [2022-05-05T09:51:39.565Z] coverage: 52.9% of statements [2022-05-05T09:51:39.565Z] ok github.com/docker/docker/pkg/aaparser 0.055s coverage: 52.9% of statements [2022-05-05T09:51:39.586Z] === RUN TestGetDriver [2022-05-05T09:51:39.586Z] --- PASS: TestGetDriver (0.00s) [2022-05-05T09:51:39.586Z] === RUN TestVolumeRequestError [2022-05-05T09:51:39.586Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-05T09:51:39.586Z] PASS [2022-05-05T09:51:39.586Z] coverage: 36.1% of statements [2022-05-05T09:51:39.586Z] ok github.com/docker/docker/volume/drivers 0.054s coverage: 36.1% of statements [2022-05-05T09:51:39.586Z] === RUN TestGetAddress [2022-05-05T09:51:39.586Z] --- PASS: TestGetAddress (0.00s) [2022-05-05T09:51:39.586Z] === RUN TestRemove [2022-05-05T09:51:39.586Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-05T09:51:39.586Z] --- SKIP: TestRemove (0.00s) [2022-05-05T09:51:39.586Z] === RUN TestInitializeWithVolumes [2022-05-05T09:51:39.586Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-05T09:51:39.586Z] === RUN TestCreate [2022-05-05T09:51:39.586Z] --- PASS: TestCreate (0.01s) [2022-05-05T09:51:39.586Z] === RUN TestValidateName [2022-05-05T09:51:39.586Z] --- PASS: TestValidateName (0.00s) [2022-05-05T09:51:39.586Z] === RUN TestCreateWithOpts [2022-05-05T09:51:39.586Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-05T09:51:39.586Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-05T09:51:39.586Z] === RUN TestRelaodNoOpts [2022-05-05T09:51:39.586Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-05T09:51:39.586Z] PASS [2022-05-05T09:51:39.586Z] coverage: 41.5% of statements [2022-05-05T09:51:39.586Z] ok github.com/docker/docker/volume/local 0.085s coverage: 41.5% of statements [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRaw [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-05T09:51:40.044Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRaw [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-05T09:51:40.044Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestConvertTmpfsOptions [2022-05-05T09:51:40.044Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-05T09:51:40.044Z] linux_parser_test.go:209: data="ro" [2022-05-05T09:51:40.044Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestParseMountSpec [2022-05-05T09:51:40.044Z] parser_test.go:62: case 0 [2022-05-05T09:51:40.044Z] parser_test.go:62: case 1 [2022-05-05T09:51:40.044Z] parser_test.go:62: case 2 [2022-05-05T09:51:40.044Z] parser_test.go:62: case 3 [2022-05-05T09:51:40.044Z] parser_test.go:62: case 4 [2022-05-05T09:51:40.044Z] parser_test.go:62: case 5 [2022-05-05T09:51:40.044Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestValidateMount [2022-05-05T09:51:40.044Z] --- PASS: TestValidateMount (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRaw [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-05T09:51:40.044Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-05T09:51:40.044Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-05T09:51:40.044Z] PASS [2022-05-05T09:51:40.044Z] coverage: 67.6% of statements [2022-05-05T09:51:40.044Z] ok github.com/docker/docker/volume/mounts 0.052s coverage: 67.6% of statements [2022-05-05T09:51:40.477Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T09:51:40.564Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-05T09:51:41.101Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.04s) [2022-05-05T09:51:41.101Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-05T09:51:41.101Z] === RUN TestPeerCertificateMarshalJSON [2022-05-05T09:51:41.126Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-05T09:51:41.382Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-05T09:51:41.559Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-05T09:51:41.559Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-05T09:51:41.578Z] === RUN TestSetGetMeta [2022-05-05T09:51:41.578Z] === PAUSE TestSetGetMeta [2022-05-05T09:51:41.578Z] === RUN TestRestore [2022-05-05T09:51:41.578Z] === PAUSE TestRestore [2022-05-05T09:51:41.578Z] === RUN TestServiceCreate [2022-05-05T09:51:41.578Z] === PAUSE TestServiceCreate [2022-05-05T09:51:41.578Z] === RUN TestServiceList [2022-05-05T09:51:41.578Z] === PAUSE TestServiceList [2022-05-05T09:51:41.578Z] === RUN TestServiceRemove [2022-05-05T09:51:41.578Z] === PAUSE TestServiceRemove [2022-05-05T09:51:41.578Z] === RUN TestServiceGet [2022-05-05T09:51:41.578Z] === PAUSE TestServiceGet [2022-05-05T09:51:41.578Z] === RUN TestServicePrune [2022-05-05T09:51:41.578Z] === PAUSE TestServicePrune [2022-05-05T09:51:41.578Z] === RUN TestCreate [2022-05-05T09:51:41.578Z] === PAUSE TestCreate [2022-05-05T09:51:41.578Z] === RUN TestRemove [2022-05-05T09:51:41.578Z] === PAUSE TestRemove [2022-05-05T09:51:41.578Z] === RUN TestList [2022-05-05T09:51:41.578Z] === PAUSE TestList [2022-05-05T09:51:41.578Z] === RUN TestFindByDriver [2022-05-05T09:51:41.578Z] === PAUSE TestFindByDriver [2022-05-05T09:51:41.578Z] === RUN TestFindByReferenced [2022-05-05T09:51:41.578Z] === PAUSE TestFindByReferenced [2022-05-05T09:51:41.578Z] === RUN TestDerefMultipleOfSameRef [2022-05-05T09:51:41.578Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-05T09:51:41.578Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T09:51:41.578Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T09:51:41.578Z] === RUN TestDefererencePluginOnCreateError [2022-05-05T09:51:41.578Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-05T09:51:41.578Z] === RUN TestRefDerefRemove [2022-05-05T09:51:41.578Z] === PAUSE TestRefDerefRemove [2022-05-05T09:51:41.578Z] === RUN TestGet [2022-05-05T09:51:41.578Z] === PAUSE TestGet [2022-05-05T09:51:41.578Z] === RUN TestGetWithReference [2022-05-05T09:51:41.578Z] === PAUSE TestGetWithReference [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_nil_list [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_empty_list [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_filter_some [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_filter_middle [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-05T09:51:41.578Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-05T09:51:41.578Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-05T09:51:41.578Z] === CONT TestFilterFunc/test_nil_list [2022-05-05T09:51:41.578Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-05T09:51:41.578Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-05T09:51:41.578Z] === CONT TestFilterFunc/test_filter_some [2022-05-05T09:51:41.578Z] === CONT TestFilterFunc/test_filter_middle [2022-05-05T09:51:41.578Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T09:51:41.579Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T09:51:41.579Z] === CONT TestFilterFunc/test_empty_list [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-05T09:51:41.579Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-05T09:51:41.579Z] === CONT TestSetGetMeta [2022-05-05T09:51:41.579Z] === CONT TestList [2022-05-05T09:51:41.579Z] === CONT TestDefererencePluginOnCreateError [2022-05-05T09:51:41.579Z] === CONT TestDerefMultipleOfSameRef [2022-05-05T09:51:41.579Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-05T09:51:41.579Z] === CONT TestRemove [2022-05-05T09:51:41.579Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestCreate [2022-05-05T09:51:41.579Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestServicePrune [2022-05-05T09:51:41.579Z] --- PASS: TestList (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestServiceGet [2022-05-05T09:51:41.579Z] --- PASS: TestRemove (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestServiceRemove [2022-05-05T09:51:41.579Z] --- PASS: TestCreate (0.02s) [2022-05-05T09:51:41.579Z] === CONT TestServiceList [2022-05-05T09:51:41.579Z] --- PASS: TestServiceGet (0.17s) [2022-05-05T09:51:41.579Z] === CONT TestServiceCreate [2022-05-05T09:51:41.579Z] time="2022-05-05T09:51:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:51:41.579Z] --- PASS: TestServiceRemove (0.17s) [2022-05-05T09:51:41.579Z] === CONT TestRestore [2022-05-05T09:51:41.579Z] --- PASS: TestServiceList (0.16s) [2022-05-05T09:51:41.579Z] === CONT TestFindByReferenced [2022-05-05T09:51:41.579Z] time="2022-05-05T09:51:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:51:41.579Z] time="2022-05-05T09:51:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:51:41.579Z] time="2022-05-05T09:51:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-05T09:51:41.579Z] --- PASS: TestServiceCreate (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestFindByDriver [2022-05-05T09:51:41.579Z] --- PASS: TestRestore (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T09:51:41.579Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-05T09:51:41.579Z] === CONT TestGet [2022-05-05T09:51:41.579Z] time="2022-05-05T09:51:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:51:41.579Z] --- PASS: TestServicePrune (0.22s) [2022-05-05T09:51:41.579Z] === CONT TestGetWithReference [2022-05-05T09:51:41.579Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-05T09:51:41.579Z] === CONT TestRefDerefRemove [2022-05-05T09:51:41.579Z] --- PASS: TestFindByDriver (0.03s) [2022-05-05T09:51:41.579Z] --- PASS: TestGet (0.02s) [2022-05-05T09:51:41.579Z] --- PASS: TestGetWithReference (0.02s) [2022-05-05T09:51:41.579Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-05T09:51:41.579Z] PASS [2022-05-05T09:51:41.579Z] coverage: 69.0% of statements [2022-05-05T09:51:41.579Z] ok github.com/docker/docker/volume/service 0.318s coverage: 69.0% of statements [2022-05-05T09:51:42.017Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2022-05-05T09:51:42.017Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-05T09:51:42.017Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-05T09:51:42.017Z] === RUN TestMiddleware [2022-05-05T09:51:42.017Z] --- PASS: TestMiddleware (0.00s) [2022-05-05T09:51:42.017Z] === RUN TestNewResponseModifier [2022-05-05T09:51:42.017Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-05T09:51:42.017Z] PASS [2022-05-05T09:51:42.017Z] coverage: 26.8% of statements [2022-05-05T09:51:42.017Z] ok github.com/docker/docker/pkg/authorization 0.514s coverage: 26.8% of statements [2022-05-05T09:51:42.017Z] === RUN TestIsArchivePathDir [2022-05-05T09:51:42.017Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-05-05T09:51:42.017Z] === RUN TestIsArchivePathInvalidFile [2022-05-05T09:51:42.017Z] 2022/05/05 09:51:41 Closing DB instances... [2022-05-05T09:51:42.476Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-05-05T09:51:42.476Z] === RUN TestIsArchivePathTar [2022-05-05T09:51:42.476Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-05-05T09:51:42.476Z] === RUN TestDecompressStreamGzip [2022-05-05T09:51:42.476Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-05-05T09:51:42.476Z] === RUN TestDecompressStreamBzip2 [2022-05-05T09:51:42.752Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-05T09:51:42.752Z] daemon_test.go:156: [da8215cec246b] daemon is not started [2022-05-05T09:51:42.752Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2022-05-05T09:51:42.752Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-05-05T09:51:42.752Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.11s) [2022-05-05T09:51:42.752Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-05-05T09:51:42.752Z] === RUN TestDaemonProxy [2022-05-05T09:51:42.752Z] === RUN TestDaemonProxy/environment_variables [2022-05-05T09:51:42.752Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-05-05T09:51:42.752Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-05T09:51:42.752Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-05T09:51:42.752Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-05T09:51:42.752Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-05T09:51:42.752Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-05T09:51:42.752Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-05T09:51:42.752Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-05T09:51:42.752Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-05T09:51:42.752Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-05T09:51:42.934Z] === RUN TestUnbuffered [2022-05-05T09:51:42.934Z] --- PASS: TestUnbuffered (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestRaceUnbuffered [2022-05-05T09:51:42.934Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-05T09:51:42.934Z] PASS [2022-05-05T09:51:42.934Z] coverage: 100.0% of statements [2022-05-05T09:51:42.934Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-05-05T09:51:42.934Z] === RUN TestDecompressStreamXz [2022-05-05T09:51:42.934Z] archive_test.go:133: Xz not present in msys2 [2022-05-05T09:51:42.934Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestDecompressStreamZstd [2022-05-05T09:51:42.934Z] ok github.com/docker/docker/pkg/broadcaster 0.044s coverage: 100.0% of statements [2022-05-05T09:51:42.934Z] archive_test.go:140: zstd not installed [2022-05-05T09:51:42.934Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-05T09:51:42.934Z] === RUN TestCompressStreamXzUnsupported [2022-05-05T09:51:42.934Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-05T09:51:42.934Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestCompressStreamInvalid [2022-05-05T09:51:42.934Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestExtensionInvalid [2022-05-05T09:51:42.934Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestExtensionUncompressed [2022-05-05T09:51:42.934Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestExtensionBzip2 [2022-05-05T09:51:42.934Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestExtensionGzip [2022-05-05T09:51:42.934Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestExtensionXz [2022-05-05T09:51:42.934Z] --- PASS: TestExtensionXz (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestExtensionZstd [2022-05-05T09:51:42.934Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestCmdStreamLargeStderr [2022-05-05T09:51:42.934Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-05T09:51:42.934Z] === RUN TestCmdStreamBad [2022-05-05T09:51:42.934Z] archive_test.go:252: Failing on Windows CI machines [2022-05-05T09:51:42.934Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestCmdStreamGood [2022-05-05T09:51:42.934Z] --- PASS: TestCmdStreamGood (0.06s) [2022-05-05T09:51:42.934Z] === RUN TestUntarPathWithInvalidDest [2022-05-05T09:51:42.934Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-05-05T09:51:42.934Z] === RUN TestUntarPathWithInvalidSrc [2022-05-05T09:51:42.934Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-05T09:51:42.934Z] === RUN TestUntarPath [2022-05-05T09:51:42.934Z] --- PASS: TestUntarPath (0.08s) [2022-05-05T09:51:42.934Z] === RUN TestUntarPathWithDestinationFile [2022-05-05T09:51:43.230Z] ba8181afd426: Verifying Checksum [2022-05-05T09:51:43.230Z] ba8181afd426: Download complete [2022-05-05T09:51:43.230Z] 4612f6d0b889: Verifying Checksum [2022-05-05T09:51:43.230Z] 4612f6d0b889: Download complete [2022-05-05T09:51:43.372Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-05T09:51:43.392Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-05-05T09:51:43.392Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-05T09:51:43.392Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-05-05T09:51:43.392Z] === RUN TestCopyWithTarInvalidSrc [2022-05-05T09:51:43.392Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-05T09:51:43.392Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-05T09:51:43.392Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-05T09:51:43.392Z] === RUN TestCopyWithTarSrcFile [2022-05-05T09:51:43.392Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-05T09:51:43.392Z] === RUN TestCopyWithTarSrcFolder [2022-05-05T09:51:43.392Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-05T09:51:43.392Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-05T09:51:43.392Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-05T09:51:43.392Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-05T09:51:43.392Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-05T09:51:43.392Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-05T09:51:43.392Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-05-05T09:51:43.392Z] === RUN TestCopyFileWithTarSrcFile [2022-05-05T09:51:43.392Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-05T09:51:43.392Z] === RUN TestTarFiles [2022-05-05T09:51:43.392Z] === RUN TestMatch [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[foo]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[foo_bar]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[]#01 [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[qux]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-05T09:51:43.392Z] === RUN TestMatch/[[foo_baz]] [2022-05-05T09:51:43.392Z] --- PASS: TestMatch (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-05T09:51:43.392Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-05T09:51:43.392Z] PASS [2022-05-05T09:51:43.392Z] coverage: 87.5% of statements [2022-05-05T09:51:43.392Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2022-05-05T09:51:43.826Z] --- PASS: TestServiceCreateInit (6.98s) [2022-05-05T09:51:43.826Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.49s) [2022-05-05T09:51:43.826Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.47s) [2022-05-05T09:51:43.826Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T09:51:43.850Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-05-05T09:51:43.850Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-05T09:51:44.642Z] === RUN TestDaemonProxy/command-line_options [2022-05-05T09:51:44.817Z] === RUN TestChrootTarUntar [2022-05-05T09:51:44.817Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-05T09:51:44.817Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootUntarEmptyArchive [2022-05-05T09:51:44.817Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootTarUntarWithSymlink [2022-05-05T09:51:44.817Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootCopyWithTar [2022-05-05T09:51:44.817Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootCopyFileWithTar [2022-05-05T09:51:44.817Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootUntarPath [2022-05-05T09:51:44.817Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-05T09:51:44.817Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-05T09:51:44.817Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:51:44.817Z] === RUN TestChrootApplyDotDotFile [2022-05-05T09:51:44.817Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:51:44.817Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-05T09:51:44.817Z] PASS [2022-05-05T09:51:44.817Z] coverage: 12.0% of statements [2022-05-05T09:51:44.817Z] ok github.com/docker/docker/pkg/chrootarchive 0.104s coverage: 12.0% of statements [2022-05-05T09:51:46.009Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-05T09:51:46.009Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-05-05T09:51:46.009Z] === RUN TestDaemonProxy/configuration_file [2022-05-05T09:51:46.352Z] 2022/05/05 09:51:45 Closing DB instances... [2022-05-05T09:51:46.352Z] === RUN TestEnsureRemoveAllNotExist [2022-05-05T09:51:46.352Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-05T09:51:46.352Z] === RUN TestEnsureRemoveAllWithDir [2022-05-05T09:51:46.352Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-05T09:51:46.352Z] === RUN TestEnsureRemoveAllWithFile [2022-05-05T09:51:46.352Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-05T09:51:46.352Z] PASS [2022-05-05T09:51:46.352Z] coverage: 0.0% of statements [2022-05-05T09:51:46.352Z] ok github.com/docker/docker/pkg/containerfs 0.045s coverage: 0.0% of statements [2022-05-05T09:51:47.441Z] === RUN TestSizeEmpty [2022-05-05T09:51:47.441Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestSizeEmptyFile [2022-05-05T09:51:47.441Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestSizeNonemptyFile [2022-05-05T09:51:47.441Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-05T09:51:47.441Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-05T09:51:47.441Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-05T09:51:47.441Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestMoveToSubdir [2022-05-05T09:51:47.441Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-05T09:51:47.441Z] === RUN TestSizeNonExistingDirectory [2022-05-05T09:51:47.441Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-05T09:51:47.441Z] PASS [2022-05-05T09:51:47.441Z] coverage: 80.0% of statements [2022-05-05T09:51:47.441Z] ok github.com/docker/docker/pkg/directory 0.065s coverage: 80.0% of statements [2022-05-05T09:51:47.899Z] --- PASS: TestNetworkDBCRUDTableEntry (4.32s) [2022-05-05T09:51:47.899Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-05T09:51:47.901Z] === RUN TestDaemonProxy/conflicting_options [2022-05-05T09:51:47.901Z] check_test.go:307: [d2e4fad1f6ad8] daemon is not started [2022-05-05T09:51:47.901Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-05-05T09:51:48.358Z] === RUN TestPollerAddRemove [2022-05-05T09:51:48.358Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-05T09:51:48.358Z] === RUN TestPollerEvent [2022-05-05T09:51:48.358Z] poller_test.go:40: No chmod on Windows [2022-05-05T09:51:48.358Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-05T09:51:48.358Z] === RUN TestPollerClose [2022-05-05T09:51:48.358Z] --- PASS: TestPollerClose (0.00s) [2022-05-05T09:51:48.358Z] PASS [2022-05-05T09:51:48.358Z] coverage: 36.2% of statements [2022-05-05T09:51:48.358Z] ok github.com/docker/docker/pkg/filenotify 0.056s coverage: 36.2% of statements [2022-05-05T09:51:48.463Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-05T09:51:49.027Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-05-05T09:51:49.027Z] --- PASS: TestDaemonProxy (6.39s) [2022-05-05T09:51:49.027Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-05-05T09:51:49.027Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-05-05T09:51:49.027Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-05-05T09:51:49.027Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-05T09:51:49.027Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.54s) [2022-05-05T09:51:49.027Z] PASS [2022-05-05T09:51:49.027Z] [2022-05-05T09:51:49.027Z] === Skipped [2022-05-05T09:51:49.027Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.54s) [2022-05-05T09:51:49.027Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-05-05T09:51:49.027Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.54s) [2022-05-05T09:51:49.027Z] [2022-05-05T09:51:49.027Z] DONE 17 tests, 1 skipped in 10.850s [2022-05-05T09:51:49.027Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-05T09:51:49.027Z] ++ 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-05T09:51:49.027Z] ++ set -e [2022-05-05T09:51:49.027Z] ++ '[' -n 0 ']' [2022-05-05T09:51:49.027Z] ++ set -x [2022-05-05T09:51:49.028Z] ++ 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-05T09:51:49.285Z] INFO: Testing against a local daemon [2022-05-05T09:51:49.285Z] === RUN TestCommitInheritsEnv [2022-05-05T09:51:49.325Z] === RUN TestCopyFileWithInvalidSrc [2022-05-05T09:51:49.325Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCopyFileWithInvalidDest [2022-05-05T09:51:49.325Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-05T09:51:49.325Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-05T09:51:49.325Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCopyFile [2022-05-05T09:51:49.325Z] --- PASS: TestCopyFile (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-05T09:51:49.325Z] fileutils_test.go:133: Needs porting to Windows [2022-05-05T09:51:49.325Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-05T09:51:49.325Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-05T09:51:49.325Z] fileutils_test.go:179: Needs porting to Windows [2022-05-05T09:51:49.325Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestWildcardMatches [2022-05-05T09:51:49.325Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestPatternMatches [2022-05-05T09:51:49.325Z] --- PASS: TestPatternMatches (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-05T09:51:49.325Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestPatternMatchesFolderExclusions [2022-05-05T09:51:49.325Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-05T09:51:49.325Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-05T09:51:49.325Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-05T09:51:49.325Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-05T09:51:49.325Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestSingleExclamationError [2022-05-05T09:51:49.325Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestMatchesWithNoPatterns [2022-05-05T09:51:49.325Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestMatchesWithMalformedPatterns [2022-05-05T09:51:49.325Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestMatches [2022-05-05T09:51:49.325Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-05T09:51:49.325Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-05T09:51:49.325Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-05T09:51:49.325Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-05T09:51:49.325Z] --- PASS: TestMatches (0.01s) [2022-05-05T09:51:49.325Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-05T09:51:49.325Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-05T09:51:49.325Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-05T09:51:49.325Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCleanPatterns [2022-05-05T09:51:49.325Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-05T09:51:49.325Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCleanPatternsExceptionFlag [2022-05-05T09:51:49.325Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-05T09:51:49.325Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-05T09:51:49.325Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCleanPatternsErrorSingleException [2022-05-05T09:51:49.325Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCreateIfNotExistsDir [2022-05-05T09:51:49.325Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCreateIfNotExistsFile [2022-05-05T09:51:49.325Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-05T09:51:49.325Z] === RUN TestMatch [2022-05-05T09:51:49.325Z] --- PASS: TestMatch (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestCompile [2022-05-05T09:51:49.325Z] === RUN TestCompile/slash [2022-05-05T09:51:49.325Z] === RUN TestCompile/backslash [2022-05-05T09:51:49.325Z] --- PASS: TestCompile (0.00s) [2022-05-05T09:51:49.325Z] --- PASS: TestCompile/slash (0.00s) [2022-05-05T09:51:49.325Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-05T09:51:49.325Z] PASS [2022-05-05T09:51:49.325Z] coverage: 84.7% of statements [2022-05-05T09:51:49.325Z] --- PASS: TestTarFiles (6.09s) [2022-05-05T09:51:49.325Z] === RUN TestDetectCompressionZstd [2022-05-05T09:51:49.325Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestTarUntar [2022-05-05T09:51:49.325Z] ok github.com/docker/docker/pkg/fileutils 0.091s coverage: 84.7% of statements [2022-05-05T09:51:49.325Z] --- PASS: TestTarUntar (0.05s) [2022-05-05T09:51:49.325Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-05T09:51:49.325Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-05T09:51:49.325Z] === RUN TestTarWithOptions [2022-05-05T09:51:49.325Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-05T09:51:49.325Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-05T09:51:49.325Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestUntarUstarGnuConflict [2022-05-05T09:51:49.325Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-05T09:51:49.325Z] === RUN TestUntarInvalidFilenames [2022-05-05T09:51:49.542Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-05T09:51:49.542Z] --- PASS: TestCommitInheritsEnv (0.44s) [2022-05-05T09:51:49.542Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T09:51:49.542Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-05T09:51:49.542Z] === RUN TestImportWithCustomPlatform [2022-05-05T09:51:49.542Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-05T09:51:49.784Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2794598975\\dest" [2022-05-05T09:51:49.784Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-05-05T09:51:49.784Z] === RUN TestUntarHardlinkToSymlink [2022-05-05T09:51:49.784Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-05T09:51:49.784Z] === RUN TestUntarInvalidHardlink [2022-05-05T09:51:49.784Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1636702443\\victim\\hello" -> "../victim/hello" [2022-05-05T09:51:49.784Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3252779382\\victim\\hello" -> "/../victim/hello" [2022-05-05T09:51:49.784Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1273770455\\victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3868174590\\victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4034736762\\victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink236565589\\victim" -> "../victim" [2022-05-05T09:51:49.784Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-05-05T09:51:49.784Z] === RUN TestUntarInvalidSymlink [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3967939384\\dest\\dotdot" -> "../victim/hello" [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1207901127\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3455262724\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2676814037\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4052960181\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1915990627\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:49.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3983799859\\dest\\dir\\loophole" -> "../../victim" [2022-05-05T09:51:49.784Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-05T09:51:49.784Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-05T09:51:49.784Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-05T09:51:49.784Z] === RUN TestXGlobalNoParent [2022-05-05T09:51:49.784Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-05T09:51:49.784Z] === RUN TestReplaceFileTarWrapper [2022-05-05T09:51:49.798Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-05T09:51:49.798Z] === RUN TestImportWithCustomPlatform// [2022-05-05T09:51:49.798Z] === RUN TestImportWithCustomPlatform/linux [2022-05-05T09:51:49.946Z] --- PASS: TestServiceUpdatePidsLimit (16.34s) [2022-05-05T09:51:49.946Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2022-05-05T09:51:49.946Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-05-05T09:51:49.946Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-05-05T09:51:49.946Z] PASS [2022-05-05T09:51:49.946Z] [2022-05-05T09:51:49.946Z] === Skipped [2022-05-05T09:51:49.946Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-05T09:51:49.946Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:51:49.946Z] [2022-05-05T09:51:49.946Z] DONE 27 tests, 1 skipped in 164.966s [2022-05-05T09:51:49.946Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-05T09:51:49.946Z] INFO: Testing against a local daemon [2022-05-05T09:51:49.946Z] === RUN TestSessionCreate [2022-05-05T09:51:49.946Z] --- PASS: TestSessionCreate (0.02s) [2022-05-05T09:51:49.946Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T09:51:49.946Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-05T09:51:49.946Z] PASS [2022-05-05T09:51:49.946Z] [2022-05-05T09:51:49.946Z] DONE 2 tests in 0.071s [2022-05-05T09:51:49.946Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-05T09:51:49.946Z] INFO: Testing against a local daemon [2022-05-05T09:51:49.946Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T09:51:49.946Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-05-05T09:51:49.946Z] === RUN TestDiskUsage [2022-05-05T09:51:49.946Z] === PAUSE TestDiskUsage [2022-05-05T09:51:49.946Z] === RUN TestEventsExecDie [2022-05-05T09:51:50.054Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-05T09:51:50.054Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-05T09:51:50.207Z] --- PASS: TestEventsExecDie (0.53s) [2022-05-05T09:51:50.207Z] === RUN TestEventsBackwardsCompatible [2022-05-05T09:51:50.207Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-05T09:51:50.207Z] === RUN TestEventsVolumeCreate [2022-05-05T09:51:50.207Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-05T09:51:50.207Z] === RUN TestInfoBinaryCommits [2022-05-05T09:51:50.207Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-05T09:51:50.207Z] === RUN TestInfoAPIVersioned [2022-05-05T09:51:50.207Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-05T09:51:50.207Z] === RUN TestInfoAPI [2022-05-05T09:51:50.207Z] --- PASS: TestInfoAPI (0.02s) [2022-05-05T09:51:50.207Z] === RUN TestInfoAPIWarnings [2022-05-05T09:51:50.243Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-05-05T09:51:50.243Z] === RUN TestPrefixHeaderReadable [2022-05-05T09:51:50.243Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-05T09:51:50.243Z] === RUN TestDisablePigz [2022-05-05T09:51:50.243Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-05T09:51:50.243Z] === RUN TestGet [2022-05-05T09:51:50.243Z] --- PASS: TestGet (0.00s) [2022-05-05T09:51:50.243Z] === RUN TestGetShortcutString [2022-05-05T09:51:50.243Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-05T09:51:50.243Z] PASS [2022-05-05T09:51:50.243Z] coverage: 42.9% of statements [2022-05-05T09:51:50.243Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2022-05-05T09:51:50.243Z] --- PASS: TestDisablePigz (0.14s) [2022-05-05T09:51:50.243Z] === RUN TestPigz [2022-05-05T09:51:50.243Z] 2022/05/05 09:51:49 Closing DB instances... [2022-05-05T09:51:50.310Z] === RUN TestImportWithCustomPlatform/macos [2022-05-05T09:51:50.310Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-05T09:51:50.310Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform (0.65s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/#00 (0.17s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/linux (0.14s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.11s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.19s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-05T09:51:50.310Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-05T09:51:50.310Z] === RUN TestImagesFilterMultiReference [2022-05-05T09:51:50.310Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-05-05T09:51:50.310Z] === RUN TestImagePullPlatformInvalid [2022-05-05T09:51:50.310Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-05-05T09:51:50.310Z] === RUN TestRemoveImageOrphaning [2022-05-05T09:51:50.702Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-05T09:51:50.702Z] --- PASS: TestPigz (0.28s) [2022-05-05T09:51:50.702Z] === RUN TestNosysFileInfo [2022-05-05T09:51:50.702Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestCopyFileWithInvalidDest [2022-05-05T09:51:50.702Z] archive_windows_test.go:16: Currently fails [2022-05-05T09:51:50.702Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestCanonicalTarNameForPath [2022-05-05T09:51:50.702Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestCanonicalTarName [2022-05-05T09:51:50.702Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChmodTarEntry [2022-05-05T09:51:50.702Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestHardLinkOrder [2022-05-05T09:51:50.702Z] --- PASS: TestHardLinkOrder (0.10s) [2022-05-05T09:51:50.702Z] === RUN TestChangeString [2022-05-05T09:51:50.702Z] --- PASS: TestChangeString (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesWithNoChanges [2022-05-05T09:51:50.702Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-05T09:51:50.702Z] === RUN TestChangesWithChanges [2022-05-05T09:51:50.702Z] --- PASS: TestChangesWithChanges (0.05s) [2022-05-05T09:51:50.702Z] === RUN TestChangesWithChangesGH13590 [2022-05-05T09:51:50.702Z] changes_test.go:196: needs more investigation [2022-05-05T09:51:50.702Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesDirsEmpty [2022-05-05T09:51:50.702Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:51:50.702Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesDirsMutated [2022-05-05T09:51:50.702Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:51:50.702Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestApplyLayer [2022-05-05T09:51:50.702Z] changes_test.go:433: needs further investigation [2022-05-05T09:51:50.702Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesSizeWithHardlinks [2022-05-05T09:51:50.702Z] changes_test.go:469: needs further investigation [2022-05-05T09:51:50.702Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesSizeWithNoChanges [2022-05-05T09:51:50.702Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-05T09:51:50.702Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestChangesSize [2022-05-05T09:51:50.702Z] --- PASS: TestChangesSize (0.01s) [2022-05-05T09:51:50.702Z] === RUN TestApplyLayerInvalidFilenames [2022-05-05T09:51:50.702Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames84709012\\dest" [2022-05-05T09:51:50.702Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-05T09:51:50.702Z] === RUN TestApplyLayerInvalidHardlink [2022-05-05T09:51:50.702Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1143239532\\victim\\hello" -> "../victim/hello" [2022-05-05T09:51:50.702Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink237839366\\victim\\hello" -> "/../victim/hello" [2022-05-05T09:51:50.702Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2983048017\\victim" -> "../victim" [2022-05-05T09:51:50.702Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2416912337\\victim" -> "../victim" [2022-05-05T09:51:50.702Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink178771330\\victim" -> "../victim" [2022-05-05T09:51:50.702Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2094221730\\victim" -> "../victim" [2022-05-05T09:51:50.702Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-05T09:51:50.702Z] === RUN TestApplyLayerInvalidSymlink [2022-05-05T09:51:50.702Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3413558562\\dest\\dotdot" -> "../victim/hello" [2022-05-05T09:51:50.702Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2732400861\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-05T09:51:50.702Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4140908078\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:50.702Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink748927081\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:50.702Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2977858790\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:50.702Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink80806309\\dest\\loophole-victim" -> "../victim" [2022-05-05T09:51:50.702Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-05-05T09:51:50.702Z] === RUN TestApplyLayerWhiteouts [2022-05-05T09:51:50.702Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-05-05T09:51:50.702Z] === RUN TestGenerateEmptyFile [2022-05-05T09:51:50.702Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-05T09:51:50.702Z] === RUN TestGenerateWithContent [2022-05-05T09:51:50.702Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-05T09:51:50.702Z] PASS [2022-05-05T09:51:50.702Z] coverage: 61.9% of statements [2022-05-05T09:51:50.702Z] ok github.com/docker/docker/pkg/archive 8.777s coverage: 61.9% of statements [2022-05-05T09:51:50.873Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-05-05T09:51:50.873Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2022-05-05T09:51:50.873Z] === RUN TestRemoveImageGarbageCollector [2022-05-05T09:51:51.161Z] === RUN TestCreateIDMapOrder [2022-05-05T09:51:51.161Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-05T09:51:51.161Z] PASS [2022-05-05T09:51:51.161Z] coverage: 7.2% of statements [2022-05-05T09:51:51.161Z] ok github.com/docker/docker/pkg/idtools 0.048s coverage: 7.2% of statements [2022-05-05T09:51:51.435Z] time="2022-05-05T09:51:51Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-05T09:51:51.620Z] --- PASS: TestNetworkDBCRUDTableEntries (3.47s) [2022-05-05T09:51:51.620Z] === RUN TestNetworkDBNodeLeave [2022-05-05T09:51:51.997Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-05T09:51:52.255Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-05T09:51:52.585Z] === RUN TestFixedBufferCap [2022-05-05T09:51:52.585Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestFixedBufferLen [2022-05-05T09:51:52.585Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestFixedBufferString [2022-05-05T09:51:52.585Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestFixedBufferWrite [2022-05-05T09:51:52.585Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestFixedBufferRead [2022-05-05T09:51:52.585Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestBytesPipeRead [2022-05-05T09:51:52.585Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestBytesPipeWrite [2022-05-05T09:51:52.585Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-05T09:51:52.585Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-05T09:51:53.044Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-05-05T09:51:53.044Z] === RUN TestAtomicWriteToFile [2022-05-05T09:51:53.044Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-05T09:51:53.044Z] === RUN TestAtomicWriteSetCommit [2022-05-05T09:51:53.044Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-05T09:51:53.044Z] === RUN TestAtomicWriteSetCancel [2022-05-05T09:51:53.044Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-05T09:51:53.044Z] === RUN TestReadCloserWrapperClose [2022-05-05T09:51:53.044Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-05T09:51:53.044Z] === RUN TestReaderErrWrapperReadOnError [2022-05-05T09:51:53.044Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-05T09:51:53.044Z] === RUN TestReaderErrWrapperRead [2022-05-05T09:51:53.044Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-05T09:51:53.044Z] === RUN TestCancelReadCloser [2022-05-05T09:51:53.185Z] --- PASS: TestRemoveImageGarbageCollector (2.26s) [2022-05-05T09:51:53.185Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T09:51:53.185Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-05-05T09:51:53.185Z] === RUN TestTagInvalidReference [2022-05-05T09:51:53.185Z] --- PASS: TestTagInvalidReference (0.03s) [2022-05-05T09:51:53.185Z] === RUN TestTagValidPrefixedRepo [2022-05-05T09:51:53.185Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-05-05T09:51:53.185Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T09:51:53.185Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-05T09:51:53.185Z] === RUN TestTagOfficialNames [2022-05-05T09:51:53.185Z] --- PASS: TestTagOfficialNames (0.06s) [2022-05-05T09:51:53.185Z] === RUN TestTagMatchesDigest [2022-05-05T09:51:53.185Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-05T09:51:53.185Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-05T09:51:53.502Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-05T09:51:53.502Z] === RUN TestWriteCloserWrapperClose [2022-05-05T09:51:53.502Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-05T09:51:53.502Z] === RUN TestNopWriteCloser [2022-05-05T09:51:53.502Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-05T09:51:53.502Z] === RUN TestNopWriter [2022-05-05T09:51:53.502Z] --- PASS: TestNopWriter (0.00s) [2022-05-05T09:51:53.502Z] === RUN TestWriteCounter [2022-05-05T09:51:53.502Z] --- PASS: TestWriteCounter (0.00s) [2022-05-05T09:51:53.502Z] PASS [2022-05-05T09:51:53.502Z] coverage: 69.2% of statements [2022-05-05T09:51:53.502Z] ok github.com/docker/docker/pkg/ioutils 0.693s coverage: 69.2% of statements [2022-05-05T09:51:54.470Z] === RUN TestError [2022-05-05T09:51:54.470Z] --- PASS: TestError (0.00s) [2022-05-05T09:51:54.470Z] === RUN TestProgressString [2022-05-05T09:51:54.470Z] === RUN TestProgressString/no_progress [2022-05-05T09:51:54.470Z] === RUN TestProgressString/progress_1 [2022-05-05T09:51:54.470Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-05T09:51:54.470Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-05T09:51:54.470Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-05T09:51:54.470Z] === RUN TestProgressString/with_units [2022-05-05T09:51:54.470Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-05T09:51:54.470Z] === RUN TestProgressString/hide_counts [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-05T09:51:54.470Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-05T09:51:54.470Z] === RUN TestJSONMessageDisplay [2022-05-05T09:51:54.470Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-05-05T09:51:54.470Z] === RUN TestNetworkDBWatch [2022-05-05T09:51:54.470Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-05-05T09:51:54.470Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-05T09:51:54.470Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-05T09:51:54.470Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-05T09:51:54.470Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-05T09:51:54.470Z] === RUN TestDisplayJSONMessagesStream [2022-05-05T09:51:54.470Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-05T09:51:54.470Z] PASS [2022-05-05T09:51:54.470Z] coverage: 91.7% of statements [2022-05-05T09:51:54.470Z] ok github.com/docker/docker/pkg/jsonmessage 0.237s coverage: 91.7% of statements [2022-05-05T09:51:54.552Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-05-05T09:51:55.436Z] === RUN TestStandardLongPath [2022-05-05T09:51:55.436Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-05T09:51:55.436Z] === RUN TestUNCLongPath [2022-05-05T09:51:55.436Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-05T09:51:55.436Z] PASS [2022-05-05T09:51:55.436Z] coverage: 100.0% of statements [2022-05-05T09:51:55.436Z] ok github.com/docker/docker/pkg/longpath 0.043s coverage: 100.0% of statements [2022-05-05T09:51:55.895Z] === RUN TestNameFormat [2022-05-05T09:51:55.895Z] --- PASS: TestNameFormat (0.00s) [2022-05-05T09:51:55.895Z] === RUN TestNameRetries [2022-05-05T09:51:55.895Z] --- PASS: TestNameRetries (0.00s) [2022-05-05T09:51:55.895Z] PASS [2022-05-05T09:51:55.895Z] coverage: 85.7% of statements [2022-05-05T09:51:55.895Z] ok github.com/docker/docker/pkg/namesgenerator 0.043s coverage: 85.7% of statements [2022-05-05T09:51:55.895Z] 2022/05/05 09:51:55 Closing DB instances... [2022-05-05T09:51:56.354Z] === RUN TestParseKeyValueOpt [2022-05-05T09:51:56.354Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-05T09:51:56.354Z] === RUN TestParseUintList [2022-05-05T09:51:56.354Z] --- PASS: TestParseUintList (0.00s) [2022-05-05T09:51:56.354Z] === RUN TestParseUintListMaximumLimits [2022-05-05T09:51:56.354Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-05T09:51:56.354Z] PASS [2022-05-05T09:51:56.354Z] coverage: 97.0% of statements [2022-05-05T09:51:56.354Z] ok github.com/docker/docker/pkg/parsers 0.044s coverage: 97.0% of statements [2022-05-05T09:51:56.448Z] check_test.go:307: [ddce6e6e12aac] daemon is not started [2022-05-05T09:51:56.448Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-05-05T09:51:57.321Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-05-05T09:51:57.321Z] === RUN TestNetworkDBBulkSync [2022-05-05T09:51:57.321Z] === RUN Test_windowsOSRelease_String [2022-05-05T09:51:57.321Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-05T09:51:57.321Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-05T09:51:57.321Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-05T09:51:57.321Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-05T09:51:57.321Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-05T09:51:57.779Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-05T09:51:57.779Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-05T09:51:57.779Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-05T09:51:57.779Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-05T09:51:57.779Z] PASS [2022-05-05T09:51:57.779Z] coverage: 36.4% of statements [2022-05-05T09:51:57.779Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.070s coverage: 36.4% of statements [2022-05-05T09:51:57.821Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-05T09:51:58.745Z] === RUN TestNewAndRemove [2022-05-05T09:51:58.745Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-05T09:51:58.745Z] === RUN TestRemoveInvalidPath [2022-05-05T09:51:58.745Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-05T09:51:58.745Z] PASS [2022-05-05T09:51:58.745Z] coverage: 82.6% of statements [2022-05-05T09:51:58.745Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2022-05-05T09:51:58.745Z] 2022/05/05 09:51:58 Closing DB instances... [2022-05-05T09:51:58.918Z] --- PASS: TestCreateServiceMultipleTimes (14.97s) [2022-05-05T09:51:58.918Z] === RUN TestCreateServiceConflict [2022-05-05T09:52:00.340Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-05-05T09:52:00.922Z] --- PASS: TestNetworkDBBulkSync (3.01s) [2022-05-05T09:52:00.922Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-05T09:52:01.381Z] === RUN TestFailedConnection [2022-05-05T09:52:01.459Z] --- PASS: TestCreateServiceConflict (2.16s) [2022-05-05T09:52:01.459Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T09:52:02.734Z] 2022/05/05 09:52:02 Closing DB instances... [2022-05-05T09:52:02.857Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-05T09:52:03.419Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-05T09:52:03.556Z] --- PASS: TestFailedConnection (2.15s) [2022-05-05T09:52:03.556Z] === RUN TestFailOnce [2022-05-05T09:52:03.556Z] --- PASS: TestGetAddress (29.43s) [2022-05-05T09:52:03.556Z] === RUN TestRequestSyntaxCheck [2022-05-05T09:52:03.556Z] 2022/05/05 09:52:03 http: panic serving 127.0.0.1:49299: Plugin not ready [2022-05-05T09:52:03.556Z] goroutine 34 [running]: [2022-05-05T09:52:03.556Z] net/http.(*conn).serve.func1() [2022-05-05T09:52:03.556Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-05T09:52:03.556Z] panic({0xb03700, 0xc4d0e0}) [2022-05-05T09:52:03.556Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-05T09:52:03.556Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc000233a70?) [2022-05-05T09:52:03.556Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-05T09:52:03.556Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xc528f8?, 0xc000246000?}, 0xa5da86?) [2022-05-05T09:52:03.556Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-05T09:52:03.556Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xc528f8, 0xc000246000}, 0xc00022a000) [2022-05-05T09:52:03.556Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-05T09:52:04.003Z] --- PASS: TestCreateServiceMaxReplicas (2.68s) [2022-05-05T09:52:04.003Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T09:52:04.015Z] net/http.serverHandler.ServeHTTP({0xc50f18?}, {0xc528f8, 0xc000246000}, 0xc00022a000) [2022-05-05T09:52:04.015Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-05T09:52:04.015Z] net/http.(*conn).serve(0xc00020e000, {0xc52df8, 0xc00018a420}) [2022-05-05T09:52:04.015Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-05T09:52:04.015Z] created by net/http.(*Server).Serve [2022-05-05T09:52:04.015Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-05T09:52:04.015Z] time="2022-05-05T09:52:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.FailOnce: Post \"http://127.0.0.1:49298/Test.FailOnce\": EOF, retrying in 1s" [2022-05-05T09:52:04.015Z] --- PASS: TestRequestSyntaxCheck (0.24s) [2022-05-05T09:52:04.015Z] === RUN TestRequest [2022-05-05T09:52:04.267Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-05-05T09:52:04.267Z] === RUN TestFindNode [2022-05-05T09:52:04.267Z] 2022/05/05 09:52:03 Closing DB instances... [2022-05-05T09:52:04.267Z] --- PASS: TestFindNode (0.02s) [2022-05-05T09:52:04.267Z] === RUN TestChangeNodeState [2022-05-05T09:52:04.267Z] 2022/05/05 09:52:04 Closing DB instances... [2022-05-05T09:52:04.267Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-05T09:52:04.267Z] === RUN TestNodeReincarnation [2022-05-05T09:52:04.267Z] 2022/05/05 09:52:04 Closing DB instances... [2022-05-05T09:52:04.473Z] 2022/05/05 09:52:04 Closing DB instances... [2022-05-05T09:52:04.786Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-05T09:52:04.932Z] --- PASS: TestFailOnce (1.28s) [2022-05-05T09:52:04.932Z] === RUN TestEchoInputOutput [2022-05-05T09:52:04.932Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-05T09:52:04.932Z] === RUN TestBackoff [2022-05-05T09:52:04.932Z] --- PASS: TestBackoff (0.00s) [2022-05-05T09:52:04.932Z] === RUN TestAbortRetry [2022-05-05T09:52:04.932Z] --- PASS: TestAbortRetry (0.00s) [2022-05-05T09:52:04.932Z] === RUN TestClientScheme [2022-05-05T09:52:04.932Z] --- PASS: TestClientScheme (0.00s) [2022-05-05T09:52:04.932Z] === RUN TestNewClientWithTimeout [2022-05-05T09:52:05.390Z] time="2022-05-05T09:52:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-05T09:52:05.715Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-05-05T09:52:06.642Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-05-05T09:52:06.926Z] time="2022-05-05T09:52:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-05T09:52:07.204Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-05-05T09:52:07.385Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.83s) [2022-05-05T09:52:07.385Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-05T09:52:07.915Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-05-05T09:52:07.915Z] docker_cli_daemon_test.go:2838: Checking IpcMode private set from config [2022-05-05T09:52:08.180Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-05T09:52:08.180Z] docker_cli_daemon_test.go:2838: Checking IpcMode shareable set from config [2022-05-05T09:52:08.310Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-05T09:52:08.310Z] === RUN TestInfoDebug [2022-05-05T09:52:08.310Z] --- PASS: TestInfoDebug (0.52s) [2022-05-05T09:52:08.310Z] === RUN TestInfoInsecureRegistries [2022-05-05T09:52:08.310Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-05T09:52:08.310Z] === RUN TestInfoRegistryMirrors [2022-05-05T09:52:08.310Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-05T09:52:08.310Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T09:52:08.310Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-05T09:52:08.310Z] === RUN TestPingCacheHeaders [2022-05-05T09:52:08.559Z] 2022/05/05 09:52:08 Closing DB instances... [2022-05-05T09:52:08.570Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-05T09:52:08.570Z] === RUN TestPingGet [2022-05-05T09:52:08.570Z] --- PASS: TestPingGet (0.01s) [2022-05-05T09:52:08.570Z] === RUN TestPingHead [2022-05-05T09:52:08.570Z] --- PASS: TestPingHead (0.02s) [2022-05-05T09:52:08.570Z] === RUN TestPingSwarmHeader [2022-05-05T09:52:08.751Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-05T09:52:08.751Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-05T09:52:08.751Z] docker_cli_daemon_test.go:2838: Checking IpcMode host set from config [2022-05-05T09:52:09.140Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-05T09:52:09.315Z] docker_cli_daemon_test.go:2838: Checking IpcMode container:123 set from config [2022-05-05T09:52:09.526Z] time="2022-05-05T09:52:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-05T09:52:09.710Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-05T09:52:09.876Z] docker_cli_daemon_test.go:2838: Checking IpcMode nosuchmode set from config [2022-05-05T09:52:09.876Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-05T09:52:09.985Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2022-05-05T09:52:09.985Z] === RUN TestNetworkDBGarbageCollection [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-05T09:52:10.104Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-05T09:52:10.104Z] === RUN TestParallelCreate [2022-05-05T09:52:10.104Z] 2022/05/05 09:52:09 Closing DB instances... [2022-05-05T09:52:10.104Z] --- PASS: TestParallelCreate (0.02s) [2022-05-05T09:52:10.104Z] === RUN TestParallelDelete [2022-05-05T09:52:10.104Z] 2022/05/05 09:52:09 Closing DB instances... [2022-05-05T09:52:10.104Z] --- PASS: TestParallelDelete (0.02s) [2022-05-05T09:52:10.104Z] === RUN TestNetworkDBIslands [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:722b8fa6f27f with config:&{NodeID:722b8fa6f27f 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-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ca20cb65962c with config:&{NodeID:ca20cb65962c 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-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node ca20cb65962c/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node ca20cb65962c/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49380" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node ca20cb65962c/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node ca20cb65962c/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49381" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:af8ea63eafba with config:&{NodeID:af8ea63eafba 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-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node af8ea63eafba/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node af8ea63eafba/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49382" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node af8ea63eafba/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node af8ea63eafba/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node ca20cb65962c/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=info msg="Node ca20cb65962c/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-05T09:52:10.104Z] time="2022-05-05T09:52:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49383" [2022-05-05T09:52:10.439Z] docker_cli_daemon_test.go:2838: Checking IpcMode private set from cli [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="Node af8ea63eafba/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="Node af8ea63eafba/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:561c0ca67235 with config:&{NodeID:561c0ca67235 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-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2022-05-05T09:52:10.561Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node ca20cb65962c/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node ca20cb65962c/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node af8ea63eafba/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node af8ea63eafba/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:10.562Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:10.689Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-05T09:52:10.689Z] --- PASS: TestPingSwarmHeader (2.08s) [2022-05-05T09:52:10.689Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-05T09:52:10.689Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-05T09:52:10.689Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-05T09:52:10.689Z] === RUN TestVersion [2022-05-05T09:52:10.689Z] --- PASS: TestVersion (0.02s) [2022-05-05T09:52:10.689Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-05-05T09:52:10.689Z] === CONT TestDiskUsage [2022-05-05T09:52:11.002Z] docker_cli_daemon_test.go:2838: Checking IpcMode shareable set from cli [2022-05-05T09:52:11.002Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:7c55d3c2861f with config:&{NodeID:7c55d3c2861f 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-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node ca20cb65962c/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node ca20cb65962c/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node af8ea63eafba/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node af8ea63eafba/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.020Z] time="2022-05-05T09:52:10Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/container_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/image_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/volume_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-05T09:52:11.278Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-05T09:52:11.477Z] time="2022-05-05T09:52:11Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:11.478Z] networkdb_test.go:835: Re-joining: 3 [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=info msg="The new bootstrap node list is:[192.168.97.222:10033 192.168.97.222:10034 192.168.97.222:10035]" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10033" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49388" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10034" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49389" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10035" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49390" [2022-05-05T09:52:11.478Z] networkdb_test.go:835: Re-joining: 4 [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=info msg="The new bootstrap node list is:[192.168.97.222:10033 192.168.97.222:10034 192.168.97.222:10035]" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10033" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49391" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10034" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49392" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10035" [2022-05-05T09:52:11.478Z] time="2022-05-05T09:52:11Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49393" [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-05T09:52:11.540Z] === RUN TestDiskUsage/after_container.Run [2022-05-05T09:52:11.566Z] docker_cli_daemon_test.go:2838: Checking IpcMode host set from cli [2022-05-05T09:52:11.822Z] docker_cli_daemon_test.go:2838: Checking IpcMode container:123 set from cli [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="node 0 leaving" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f change state NodeActive --> NodeLeft" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="node4(561c0ca67235): Node leave event for 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f change state NodeActive --> NodeLeft" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="node2(ca20cb65962c): Node leave event for 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f change state NodeActive --> NodeLeft" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="node5(7c55d3c2861f): Node leave event for 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f change state NodeActive --> NodeLeft" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="node3(af8ea63eafba): Node leave event for 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f change state NodeActive --> NodeLeft" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="node1(722b8fa6f27f): Node leave event for 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, left gossip cluster" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, left gossip cluster" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, left gossip cluster" [2022-05-05T09:52:11.935Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.080Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-05T09:52:12.112Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-05T09:52:12.112Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.62s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage (1.63s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.35s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run (0.50s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-05T09:52:12.112Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:52:12.112Z] PASS [2022-05-05T09:52:12.112Z] [2022-05-05T09:52:12.112Z] DONE 54 tests in 22.675s [2022-05-05T09:52:12.112Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-05T09:52:12.159Z] --- PASS: TestRequest (8.39s) [2022-05-05T09:52:12.159Z] === RUN TestOverlappingRequests [2022-05-05T09:52:12.336Z] docker_cli_daemon_test.go:2838: Checking IpcMode nosuchmode set from cli [2022-05-05T09:52:12.372Z] INFO: Testing against a local daemon [2022-05-05T09:52:12.372Z] === RUN TestVolumesCreateAndList [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-05T09:52:12.372Z] === RUN TestVolumesRemove [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesRemove (0.09s) [2022-05-05T09:52:12.372Z] === RUN TestVolumesInspect [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-05T09:52:12.372Z] === RUN TestVolumesInvalidJSON [2022-05-05T09:52:12.372Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T09:52:12.372Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T09:52:12.372Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T09:52:12.372Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T09:52:12.372Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T09:52:12.372Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T09:52:12.372Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T09:52:12.372Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T09:52:12.372Z] PASS [2022-05-05T09:52:12.372Z] [2022-05-05T09:52:12.372Z] DONE 9 tests in 0.158s [2022-05-05T09:52:12.372Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:11Z" level=info msg="Node 722b8fa6f27f/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="node 1 leaving" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c change state NodeActive --> NodeLeft" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="node3(af8ea63eafba): Node leave event for ca20cb65962c/192.168.97.222" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c change state NodeActive --> NodeLeft" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="node4(561c0ca67235): Node leave event for ca20cb65962c/192.168.97.222" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c change state NodeActive --> NodeFailed" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c/192.168.97.222, added to failed nodes list" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c change state NodeActive --> NodeLeft" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="node5(7c55d3c2861f): Node leave event for ca20cb65962c/192.168.97.222" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=error msg="node: ca20cb65962c is unknown to memberlist" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.395Z] time="2022-05-05T09:52:12Z" level=info msg="Node ca20cb65962c/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.618Z] --- PASS: TestOverlappingRequests (0.41s) [2022-05-05T09:52:12.618Z] === RUN TestRelease [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="node 2 leaving" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="Node af8ea63eafba change state NodeActive --> NodeLeft" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="node5(7c55d3c2861f): Node leave event for af8ea63eafba/192.168.97.222" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="Node af8ea63eafba change state NodeActive --> NodeLeft" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="node4(561c0ca67235): Node leave event for af8ea63eafba/192.168.97.222" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="Node af8ea63eafba change state NodeActive --> NodeLeft" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="node3(af8ea63eafba): Node leave event for af8ea63eafba/192.168.97.222" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=debug msg="memberlist: Failed ping: 561c0ca67235 (timeout reached)" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.97.222:10037: use of closed network connection" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.97.222:10035: use of closed network connection" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.97.222:10034: use of closed network connection" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49394" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="Node af8ea63eafba/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.854Z] time="2022-05-05T09:52:12Z" level=info msg="Node af8ea63eafba/192.168.97.222, left gossip cluster" [2022-05-05T09:52:12.899Z] check_test.go:307: [df016663385b1] daemon is not started [2022-05-05T09:52:12.899Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-05-05T09:52:12.942Z] Stopping apparmor (via systemctl): apparmor.service. [2022-05-05T09:52:12.942Z] Removing test suite binaries [2022-05-05T09:52:12.942Z] exiting test-integration [2022-05-05T09:52:12.942Z] ++ exit 0 [2022-05-05T09:52:12.942Z] [2022-05-05T09:52:13.316Z] networkdb_test.go:867: node4: OK [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node af8ea63eafba/192.168.97.222, left gossip cluster" [2022-05-05T09:52:13.316Z] networkdb_test.go:867: node5: OK [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="node 0 coming back" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:d122d9711ed3 with config:&{NodeID:d122d9711ed3 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-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node d122d9711ed3/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node d122d9711ed3/192.168.97.222, added to nodes list" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="node 1 coming back" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:784ceb4459f1 with config:&{NodeID:784ceb4459f1 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-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node 784ceb4459f1/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node 784ceb4459f1/192.168.97.222, added to nodes list" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="node 2 coming back" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7c076c52dc09 with config:&{NodeID:7c076c52dc09 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-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node 7c076c52dc09/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:12Z" level=info msg="Node 7c076c52dc09/192.168.97.222, added to nodes list" [2022-05-05T09:52:13.316Z] time="2022-05-05T09:52:13Z" level=warning msg="memberlist: Was able to connect to 561c0ca67235 but other probes failed, network may be misconfigured" [2022-05-05T09:52:13.585Z] time="2022-05-05T09:52:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-05T09:52:13.775Z] time="2022-05-05T09:52:13Z" level=debug msg="memberlist: Failed ping: 7c55d3c2861f (timeout reached)" [2022-05-05T09:52:13.775Z] time="2022-05-05T09:52:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->192.168.97.222:10036: use of closed network connection" [2022-05-05T09:52:13.775Z] time="2022-05-05T09:52:13Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49395" [2022-05-05T09:52:14.043Z] --- PASS: TestRelease (1.54s) [2022-05-05T09:52:14.044Z] === RUN TestAllocateRandomDeallocate [2022-05-05T09:52:14.233Z] time="2022-05-05T09:52:13Z" level=warning msg="memberlist: Was able to connect to 7c55d3c2861f but other probes failed, network may be misconfigured" [2022-05-05T09:52:14.268Z] check_test.go:307: [dfddaf290dafc] daemon is not started [2022-05-05T09:52:14.268Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost Post stage [Pipeline] junit [2022-05-05T09:52:14.346Z] Recording test results [2022-05-05T09:52:14.525Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-05-05T09:52:15.841Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-05T09:52:16.184Z] + echo Ensuring container killed. [2022-05-05T09:52:16.184Z] Ensuring container killed. [2022-05-05T09:52:16.184Z] + docker rm -vf docker-pr3 [2022-05-05T09:52:16.184Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-05T09:52:16.406Z] time="2022-05-05T09:52:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.97.222:10033 192.168.97.222:10034 192.168.97.222:10035]" [2022-05-05T09:52:16.417Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-05-05T09:52:16.475Z] + echo Chowning /workspace to jenkins user [2022-05-05T09:52:16.476Z] Chowning /workspace to jenkins user [2022-05-05T09:52:16.476Z] + id -u [2022-05-05T09:52:16.476Z] + id -g [2022-05-05T09:52:16.476Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/workspace busybox chown -R 1000:1000 /workspace [2022-05-05T09:52:16.476Z] Unable to find image 'busybox:latest' locally [2022-05-05T09:52:16.476Z] latest: Pulling from library/busybox [2022-05-05T09:52:16.738Z] 50e8d59317eb: Pulling fs layer [2022-05-05T09:52:16.738Z] 50e8d59317eb: Download complete [2022-05-05T09:52:16.738Z] 50e8d59317eb: Pull complete [2022-05-05T09:52:16.864Z] time="2022-05-05T09:52:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.97.222:10033 192.168.97.222:10034 192.168.97.222:10035]" [2022-05-05T09:52:17.308Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-05T09:52:17.308Z] Status: Downloaded newer image for busybox:latest [2022-05-05T09:52:17.830Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10033" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49396" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, is the new incarnation of the shutdown node 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10034" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49397" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, is the new incarnation of the shutdown node ca20cb65962c/192.168.97.222" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49398" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10035" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, is the new incarnation of the shutdown node 722b8fa6f27f/192.168.97.222" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 561c0ca67235/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 561c0ca67235/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node d122d9711ed3/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, is the new incarnation of the shutdown node af8ea63eafba/192.168.97.222" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, is the new incarnation of the shutdown node ca20cb65962c/192.168.97.222" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 784ceb4459f1/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, joined gossip cluster" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, is the new incarnation of the shutdown node af8ea63eafba/192.168.97.222" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=info msg="Node 7c076c52dc09/192.168.97.222, added to nodes list" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10033" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49399" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10034" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49400" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.97.222:10035" [2022-05-05T09:52:17.831Z] time="2022-05-05T09:52:17Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49401" [2022-05-05T09:52:18.292Z] 2022/05/05 09:52:17 Closing DB instances... [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="node5(7c55d3c2861f): Node leave event for d122d9711ed3/192.168.97.222" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="node2(784ceb4459f1): Node leave event for d122d9711ed3/192.168.97.222" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="node4(561c0ca67235): Node leave event for d122d9711ed3/192.168.97.222" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="node3(7c076c52dc09): Node leave event for d122d9711ed3/192.168.97.222" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.292Z] time="2022-05-05T09:52:18Z" level=info msg="node1(d122d9711ed3): Node leave event for d122d9711ed3/192.168.97.222" [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-05T09:52:18.732Z] --- PASS: TestAllocateRandomDeallocate (4.60s) [2022-05-05T09:52:18.732Z] === RUN TestRetrieveFromStore [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3/192.168.97.222, left gossip cluster" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3/192.168.97.222, left gossip cluster" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3/192.168.97.222, left gossip cluster" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3/192.168.97.222, left gossip cluster" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node d122d9711ed3/192.168.97.222, left gossip cluster" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="node5(7c55d3c2861f): Node leave event for 784ceb4459f1/192.168.97.222" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="node4(561c0ca67235): Node leave event for 784ceb4459f1/192.168.97.222" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="node3(7c076c52dc09): Node leave event for 784ceb4459f1/192.168.97.222" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1 change state NodeActive --> NodeLeft" [2022-05-05T09:52:18.750Z] time="2022-05-05T09:52:18Z" level=info msg="node2(784ceb4459f1): Node leave event for 784ceb4459f1/192.168.97.222" [2022-05-05T09:52:18.897Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.23s) [2022-05-05T09:52:18.897Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T09:52:19.006Z] + bundleName=amd64-cgroup2 [2022-05-05T09:52:19.006Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-05-05T09:52:19.006Z] Creating amd64-cgroup2-bundles.tar.gz [2022-05-05T09:52:19.006Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-05-05T09:52:19.006Z] + 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-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 784ceb4459f1/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 7c076c52dc09 change state NodeActive --> NodeLeft" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="node4(561c0ca67235): Node leave event for 7c076c52dc09/192.168.97.222" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 7c076c52dc09 change state NodeActive --> NodeLeft" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="node5(7c55d3c2861f): Node leave event for 7c076c52dc09/192.168.97.222" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="Node 7c076c52dc09 change state NodeActive --> NodeLeft" [2022-05-05T09:52:19.208Z] time="2022-05-05T09:52:18Z" level=info msg="node3(7c076c52dc09): Node leave event for 7c076c52dc09/192.168.97.222" [Pipeline] archiveArtifacts [2022-05-05T09:52:19.280Z] Archiving artifacts [2022-05-05T09:52:19.466Z] --- PASS: TestCreateServiceSecretFileMode (2.45s) [2022-05-05T09:52:19.466Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=info msg="Node 7c076c52dc09/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=info msg="Node 7c076c52dc09/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=info msg="Node 7c076c52dc09/192.168.97.222, left gossip cluster" [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=debug msg="memberlist: Failed ping: 561c0ca67235 (timeout reached)" [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.97.222:10037: use of closed network connection" [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.97.222:10035: use of closed network connection" [2022-05-05T09:52:19.666Z] time="2022-05-05T09:52:19Z" level=debug msg="memberlist: Stream connection from=192.168.97.222:49402" [2022-05-05T09:52:19.689Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-05-05T09:52:19.946Z] check_test.go:307: [da05fed598530] daemon is not started [2022-05-05T09:52:19.946Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-05-05T09:52:20.124Z] time="2022-05-05T09:52:19Z" level=info msg="Node 561c0ca67235 change state NodeActive --> NodeLeft" [2022-05-05T09:52:20.124Z] time="2022-05-05T09:52:19Z" level=info msg="node5(7c55d3c2861f): Node leave event for 561c0ca67235/192.168.97.222" [2022-05-05T09:52:20.124Z] time="2022-05-05T09:52:19Z" level=info msg="Node 561c0ca67235 change state NodeActive --> NodeLeft" [2022-05-05T09:52:20.124Z] time="2022-05-05T09:52:19Z" level=info msg="node4(561c0ca67235): Node leave event for 561c0ca67235/192.168.97.222" [2022-05-05T09:52:20.124Z] time="2022-05-05T09:52:19Z" level=warning msg="memberlist: Was able to connect to 561c0ca67235 but other probes failed, network may be misconfigured" [2022-05-05T09:52:20.280Z] --- PASS: TestRetrieveFromStore (1.60s) [2022-05-05T09:52:20.280Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-05T09:52:20.280Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-05T09:52:20.280Z] === RUN TestParallelPredefinedRequest1 [2022-05-05T09:52:20.280Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-05T09:52:20.280Z] === RUN TestParallelPredefinedRequest2 [2022-05-05T09:52:20.280Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-05T09:52:20.280Z] === RUN TestParallelPredefinedRequest3 [2022-05-05T09:52:20.280Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-05T09:52:20.280Z] === RUN TestParallelPredefinedRequest4 [2022-05-05T09:52:20.280Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-05T09:52:20.280Z] === RUN TestParallelPredefinedRequest5 [2022-05-05T09:52:20.280Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-05T09:52:20.280Z] === RUN TestDebug [2022-05-05T09:52:20.280Z] --- PASS: TestDebug (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestRequestPoolParallel [2022-05-05T09:52:20.280Z] === RUN TestParseEmptyInterface [2022-05-05T09:52:20.280Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestParseNonInterfaceType [2022-05-05T09:52:20.280Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestParseWithOneFunction [2022-05-05T09:52:20.280Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestParseWithMultipleFuncs [2022-05-05T09:52:20.280Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestParseWithUnnamedReturn [2022-05-05T09:52:20.280Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestEmbeddedInterface [2022-05-05T09:52:20.280Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestParsedImports [2022-05-05T09:52:20.280Z] --- PASS: TestParsedImports (0.00s) [2022-05-05T09:52:20.280Z] === RUN TestAliasedImports [2022-05-05T09:52:20.280Z] --- PASS: TestAliasedImports (0.00s) [2022-05-05T09:52:20.280Z] PASS [2022-05-05T09:52:20.280Z] coverage: 56.8% of statements [2022-05-05T09:52:20.280Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.064s coverage: 56.8% of statements [2022-05-05T09:52:20.582Z] time="2022-05-05T09:52:20Z" level=info msg="Node 561c0ca67235/192.168.97.222, left gossip cluster" [2022-05-05T09:52:20.582Z] time="2022-05-05T09:52:20Z" level=info msg="Node 561c0ca67235/192.168.97.222, left gossip cluster" [2022-05-05T09:52:20.738Z] --- PASS: TestRequestPoolParallel (0.31s) [2022-05-05T09:52:20.738Z] === RUN TestFullAllocateRelease [2022-05-05T09:52:21.040Z] time="2022-05-05T09:52:20Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, left gossip cluster" [2022-05-05T09:52:21.040Z] time="2022-05-05T09:52:20Z" level=info msg="Node 7c55d3c2861f change state NodeActive --> NodeFailed" [2022-05-05T09:52:21.040Z] time="2022-05-05T09:52:20Z" level=info msg="Node 7c55d3c2861f/192.168.97.222, added to failed nodes list" [2022-05-05T09:52:21.040Z] --- PASS: TestNetworkDBIslands (11.87s) [2022-05-05T09:52:21.040Z] PASS [2022-05-05T09:52:21.040Z] coverage: 60.0% of statements [2022-05-05T09:52:21.040Z] ok github.com/docker/docker/libnetwork/networkdb 105.224s coverage: 60.0% of statements [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-05T09:52:21.040Z] ? github.com/docker/docker/quota [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/rootless [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/volume [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-05T09:52:21.041Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-05T09:52:21.196Z] --- PASS: TestFullAllocateRelease (0.60s) [2022-05-05T09:52:21.196Z] === RUN TestOddAllocateRelease [2022-05-05T09:52:21.309Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T09:52:21.629Z] + make clean [2022-05-05T09:52:21.629Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T09:52:21.629Z] docker-dev-cache [2022-05-05T09:52:21.629Z] docker-mod-cache [Pipeline] deleteDir [2022-05-05T09:52:21.654Z] --- PASS: TestOddAllocateRelease (0.31s) [2022-05-05T09:52:21.654Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-05T09:52:21.654Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-05-05T09:52:21.654Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-05T09:52:21.654Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-05-05T09:52:21.654Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-05T09:52:21.654Z] === RUN TestHTTPTransport [2022-05-05T09:52:21.654Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-05T09:52:21.654Z] PASS [2022-05-05T09:52:21.654Z] coverage: 85.7% of statements [2022-05-05T09:52:21.654Z] ok github.com/docker/docker/pkg/plugins/transport 0.049s coverage: 85.7% of statements [2022-05-05T09:52:21.654Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest1 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest4 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest3 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest1 [2022-05-05T09:52:21.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest5 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest3 [2022-05-05T09:52:21.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest5 [2022-05-05T09:52:21.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest2 [2022-05-05T09:52:21.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:21.654Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-05T09:52:21.654Z] === CONT TestParallelPredefinedRequest4 [2022-05-05T09:52:21.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:21.654Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-05T09:52:21.654Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-05T09:52:21.654Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-05T09:52:21.654Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-05T09:52:21.654Z] PASS [2022-05-05T09:52:21.654Z] coverage: 85.3% of statements [2022-05-05T09:52:21.654Z] ok github.com/docker/docker/libnetwork/ipam 55.248s coverage: 85.3% of statements [2022-05-05T09:52:21.874Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-05T09:52:22.005Z] --- PASS: TestCreateServiceConfigFileMode (2.46s) [2022-05-05T09:52:22.005Z] === RUN TestCreateServiceSysctls [2022-05-05T09:52:22.621Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-05T09:52:22.621Z] === RUN TestClientStream [2022-05-05T09:52:22.621Z] --- PASS: TestClientStream (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestClientSendFile [2022-05-05T09:52:22.621Z] --- PASS: TestClientSendFile (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestClientWithRequestTimeout [2022-05-05T09:52:22.621Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-05T09:52:22.621Z] === RUN TestFileSpecPlugin [2022-05-05T09:52:22.621Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-05T09:52:22.621Z] === RUN TestFileJSONSpecPlugin [2022-05-05T09:52:22.621Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-05T09:52:22.621Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestPluginAddHandler [2022-05-05T09:52:22.621Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestPluginWaitBadPlugin [2022-05-05T09:52:22.621Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestGet [2022-05-05T09:52:22.621Z] time="2022-05-05T09:52:22Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-05T09:52:22.621Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-05T09:52:22.621Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-05T09:52:22.621Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-05T09:52:22.621Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-05T09:52:22.621Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-05T09:52:22.621Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-05T09:52:22.621Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-05T09:52:22.621Z] === RUN TestBufferPoolPutAndGet [2022-05-05T09:52:22.621Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-05T09:52:22.621Z] PASS [2022-05-05T09:52:22.621Z] coverage: 88.2% of statements [2022-05-05T09:52:22.621Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2022-05-05T09:52:22.805Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-05-05T09:52:23.079Z] === RUN TestOutputOnPrematureClose [2022-05-05T09:52:23.079Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-05T09:52:23.079Z] === RUN TestCompleteSilently [2022-05-05T09:52:23.079Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-05T09:52:23.079Z] PASS [2022-05-05T09:52:23.079Z] coverage: 75.9% of statements [2022-05-05T09:52:23.079Z] ok github.com/docker/docker/pkg/progress 0.040s coverage: 75.9% of statements [2022-05-05T09:52:23.369Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-05T09:52:23.537Z] time="2022-05-05T09:52:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T09:52:23.946Z] [2022-05-05T09:52:23.947Z] === Skipped [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-05T09:52:23.947Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-05T09:52:23.947Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-05T09:52:23.947Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-05-05T09:52:23.947Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-05-05T09:52:23.947Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-05T09:52:23.947Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-05T09:52:23.947Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-05T09:52:23.947Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-05T09:52:23.947Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-05-05T09:52:23.947Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-05T09:52:23.947Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-05T09:52:23.947Z] daemon_test.go:145: root required [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-05T09:52:23.947Z] reload_test.go:342: root required [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-05T09:52:23.947Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-05T09:52:23.947Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-05T09:52:23.947Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-05T09:52:23.947Z] download_test.go:267: Needs fixing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-05T09:52:23.947Z] layer_test.go:291: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-05T09:52:23.947Z] layer_test.go:340: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-05T09:52:23.947Z] layer_test.go:455: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-05T09:52:23.947Z] layer_test.go:684: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-05T09:52:23.947Z] migration_test.go:45: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-05T09:52:23.947Z] migration_test.go:181: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-05T09:52:23.947Z] mount_test.go:17: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-05T09:52:23.947Z] mount_test.go:76: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-05T09:52:23.947Z] mount_test.go:125: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-05T09:52:23.947Z] mount_test.go:212: Failing on Windows [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:23.947Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-05T09:52:23.947Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:23.947Z] [2022-05-05T09:52:24.001Z] === RUN TestSendToOneSub [2022-05-05T09:52:24.001Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-05T09:52:24.001Z] === RUN TestSendToMultipleSubs [2022-05-05T09:52:24.001Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-05T09:52:24.001Z] === RUN TestEvictOneSub [2022-05-05T09:52:24.001Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-05T09:52:24.001Z] === RUN TestClosePublisher [2022-05-05T09:52:24.001Z] --- PASS: TestClosePublisher (0.00s) [2022-05-05T09:52:24.001Z] === RUN TestPubSubRace [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-05T09:52:24.404Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-05T09:52:24.404Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-05T09:52:24.404Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-05T09:52:24.404Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-05T09:52:24.404Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-05T09:52:24.404Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-05T09:52:24.404Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-05T09:52:24.404Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.404Z] [2022-05-05T09:52:24.404Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-05T09:52:24.404Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-05T09:52:24.405Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-05T09:52:24.405Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-05T09:52:24.405Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-05T09:52:24.405Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-05T09:52:24.405Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-05T09:52:24.405Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-05T09:52:24.405Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:133: Xz not present in msys2 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-05T09:52:24.405Z] archive_test.go:140: zstd not installed [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:252: Failing on Windows CI machines [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-05T09:52:24.405Z] archive_windows_test.go:16: Currently fails [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-05T09:52:24.405Z] changes_test.go:196: needs more investigation [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-05T09:52:24.405Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-05T09:52:24.405Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-05T09:52:24.405Z] changes_test.go:433: needs further investigation [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-05T09:52:24.405Z] changes_test.go:469: needs further investigation [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-05T09:52:24.405Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-05T09:52:24.405Z] poller_test.go:40: No chmod on Windows [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-05T09:52:24.405Z] fileutils_test.go:133: Needs porting to Windows [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-05T09:52:24.405Z] fileutils_test.go:179: Needs porting to Windows [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-05T09:52:24.405Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-05T09:52:24.405Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-05T09:52:24.405Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-05T09:52:24.405Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-05T09:52:24.405Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-05T09:52:24.405Z] [2022-05-05T09:52:24.405Z] DONE 2287 tests, 70 skipped in 300.912s [2022-05-05T09:52:24.405Z] INFO: make.ps1 ended at 05/05/2022 09:52:24 [2022-05-05T09:52:24.548Z] --- PASS: TestCreateServiceSysctls (2.54s) [2022-05-05T09:52:24.548Z] === RUN TestCreateServiceCapabilities [2022-05-05T09:52:24.739Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-05-05T09:52:24.971Z] --- PASS: TestPubSubRace (1.06s) [2022-05-05T09:52:24.971Z] PASS [2022-05-05T09:52:24.971Z] coverage: 75.0% of statements [2022-05-05T09:52:24.971Z] ok github.com/docker/docker/pkg/pubsub 1.089s coverage: 75.0% of statements [2022-05-05T09:52:25.429Z] time="2022-05-05T09:52:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-05T09:52:25.429Z] === RUN TestRegister [2022-05-05T09:52:25.429Z] --- PASS: TestRegister (0.00s) [2022-05-05T09:52:25.429Z] === RUN TestCommand [2022-05-05T09:52:25.887Z] --- PASS: TestCommand (0.04s) [2022-05-05T09:52:25.887Z] === RUN TestNaiveSelf [2022-05-05T09:52:25.887Z] --- PASS: TestNaiveSelf (0.03s) [2022-05-05T09:52:25.887Z] PASS [2022-05-05T09:52:25.887Z] coverage: 82.4% of statements [2022-05-05T09:52:25.887Z] ok github.com/docker/docker/pkg/reexec 0.103s coverage: 82.4% of statements [2022-05-05T09:52:26.346Z] === RUN TestDump [2022-05-05T09:52:26.346Z] goroutine 19 [running]: [2022-05-05T09:52:26.346Z] github.com/docker/docker/pkg/stack.dump(0x122d57?) [2022-05-05T09:52:26.346Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-05T09:52:26.346Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-05T09:52:26.346Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-05T09:52:26.346Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-05T09:52:26.346Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-05T09:52:26.346Z] testing.tRunner(0xc000085380, 0x2ea498) [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:52:26.346Z] created by testing.(*T).Run [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-05T09:52:26.346Z] [2022-05-05T09:52:26.346Z] goroutine 1 [chan receive]: [2022-05-05T09:52:26.346Z] testing.(*T).Run(0xc0000851e0, {0x2d913c?, 0xfc1f3?}, 0x2ea498) [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-05T09:52:26.346Z] testing.runTests.func1(0xc0000b6840?) [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-05T09:52:26.346Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:52:26.346Z] testing.runTests(0xc000094500?, {0x46e400, 0x3, 0x3}, {0x1b577330598?, 0x40?, 0x4734a0?}) [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-05T09:52:26.346Z] testing.(*M).Run(0xc000094500) [2022-05-05T09:52:26.346Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-05T09:52:26.346Z] main.main() [2022-05-05T09:52:26.346Z] _testmain.go:99 +0x255 [2022-05-05T09:52:26.346Z] --- PASS: TestDump (0.00s) [2022-05-05T09:52:26.346Z] === RUN TestDumpToFile [2022-05-05T09:52:26.632Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-05T09:52:26.804Z] --- PASS: TestDumpToFile (0.17s) [2022-05-05T09:52:26.804Z] === RUN TestDumpToFileWithEmptyInput [2022-05-05T09:52:26.804Z] goroutine 21 [running]: [2022-05-05T09:52:26.804Z] github.com/docker/docker/pkg/stack.dump(0x19ed13?) [2022-05-05T09:52:26.804Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-05T09:52:26.804Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x19ece0?}) [2022-05-05T09:52:26.804Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-05T09:52:26.804Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085380?) [2022-05-05T09:52:26.804Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-05T09:52:26.804Z] testing.tRunner(0xc000085a00, 0x2ea488) [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:52:26.804Z] created by testing.(*T).Run [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-05T09:52:26.804Z] [2022-05-05T09:52:26.804Z] goroutine 1 [chan receive]: [2022-05-05T09:52:26.804Z] testing.(*T).Run(0xc0000851e0, {0x2e0713?, 0xfc1f3?}, 0x2ea488) [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-05T09:52:26.804Z] testing.runTests.func1(0xc0000b6840?) [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-05T09:52:26.804Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T09:52:26.804Z] testing.runTests(0xc000094500?, {0x46e400, 0x3, 0x3}, {0x1b577330598?, 0x40?, 0x4734a0?}) [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-05T09:52:26.804Z] testing.(*M).Run(0xc000094500) [2022-05-05T09:52:26.804Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-05T09:52:26.804Z] main.main() [2022-05-05T09:52:26.804Z] _testmain.go:99 +0x255 [2022-05-05T09:52:26.804Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-05T09:52:26.804Z] PASS [2022-05-05T09:52:26.804Z] coverage: 90.9% of statements [2022-05-05T09:52:26.804Z] ok github.com/docker/docker/pkg/stack 0.217s coverage: 90.9% of statements [2022-05-05T09:52:27.088Z] --- PASS: TestCreateServiceCapabilities (2.48s) [2022-05-05T09:52:27.088Z] === RUN TestInspect [2022-05-05T09:52:27.263Z] === RUN TestNewStdWriter [2022-05-05T09:52:27.263Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-05T09:52:27.263Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestWriteWithNilBytes [2022-05-05T09:52:27.263Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestWrite [2022-05-05T09:52:27.263Z] --- PASS: TestWrite (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestWriteWithWriterError [2022-05-05T09:52:27.263Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-05T09:52:27.263Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyWriteAndRead [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-05T09:52:27.263Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-05T09:52:27.263Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-05T09:52:27.263Z] PASS [2022-05-05T09:52:27.263Z] coverage: 100.0% of statements [2022-05-05T09:52:27.263Z] ok github.com/docker/docker/pkg/stdcopy 0.043s coverage: 100.0% of statements [2022-05-05T09:52:27.304Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-05T09:52:27.304Z] INFO: Unit tests ended at 05/05/2022 09:52:26. Duration:00:05:17.5887573 [2022-05-05T09:52:27.304Z] INFO: Building busybox [2022-05-05T09:52:27.304Z] Sending build context to Docker daemon 5.12kB [2022-05-05T09:52:27.304Z] [2022-05-05T09:52:27.304Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-05T09:52:27.304Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-05T09:52:27.304Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-05T09:52:27.304Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-05T09:52:27.304Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-05T09:52:27.304Z] ---> aa8714eb8356 [2022-05-05T09:52:27.304Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-05T09:52:27.304Z] ---> Running in d3ebca17392e [2022-05-05T09:52:28.229Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-05T09:52:28.229Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-05T09:52:28.229Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestFormatStatus [2022-05-05T09:52:28.229Z] --- PASS: TestFormatStatus (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestFormatError [2022-05-05T09:52:28.229Z] --- PASS: TestFormatError (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestFormatJSONError [2022-05-05T09:52:28.229Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-05T09:52:28.229Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-05T09:52:28.229Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestNewJSONProgressOutput [2022-05-05T09:52:28.229Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestAuxFormatterEmit [2022-05-05T09:52:28.229Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestStreamWriterStdout [2022-05-05T09:52:28.229Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-05T09:52:28.229Z] === RUN TestStreamWriterStderr [2022-05-05T09:52:28.229Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-05T09:52:28.229Z] PASS [2022-05-05T09:52:28.229Z] coverage: 66.2% of statements [2022-05-05T09:52:28.229Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2022-05-05T09:52:28.522Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-05-05T09:52:28.688Z] === RUN TestGenerateRandomID [2022-05-05T09:52:28.688Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-05T09:52:28.688Z] === RUN TestShortenId [2022-05-05T09:52:28.688Z] --- PASS: TestShortenId (0.00s) [2022-05-05T09:52:28.688Z] === RUN TestShortenSha256Id [2022-05-05T09:52:28.688Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-05T09:52:28.688Z] === RUN TestShortenIdEmpty [2022-05-05T09:52:28.688Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-05T09:52:28.688Z] === RUN TestShortenIdInvalid [2022-05-05T09:52:28.688Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-05T09:52:28.688Z] === RUN TestIsShortIDNonHex [2022-05-05T09:52:28.688Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-05T09:52:28.688Z] === RUN TestIsShortIDNotCorrectSize [2022-05-05T09:52:28.688Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-05T09:52:28.688Z] PASS [2022-05-05T09:52:28.688Z] coverage: 70.6% of statements [2022-05-05T09:52:28.688Z] ok github.com/docker/docker/pkg/stringid 0.032s coverage: 70.6% of statements [2022-05-05T09:52:29.450Z] check_test.go:307: [d92aeab5faeb5] daemon is not started [2022-05-05T09:52:29.450Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-05-05T09:52:29.627Z] --- PASS: TestInspect (2.73s) [2022-05-05T09:52:29.627Z] === RUN TestCreateJob [2022-05-05T09:52:29.654Z] time="2022-05-05T09:52:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-05T09:52:29.654Z] === RUN TestIsCpusetListAvailable [2022-05-05T09:52:29.654Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-05T09:52:29.654Z] PASS [2022-05-05T09:52:29.654Z] coverage: 39.4% of statements [2022-05-05T09:52:29.654Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-05-05T09:52:31.188Z] === RUN TestChtimes [2022-05-05T09:52:31.188Z] --- PASS: TestChtimes (0.01s) [2022-05-05T09:52:31.188Z] === RUN TestChtimesWindows [2022-05-05T09:52:31.188Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-05T09:52:31.188Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-05T09:52:31.188Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-05T09:52:31.188Z] PASS [2022-05-05T09:52:31.188Z] coverage: 13.0% of statements [2022-05-05T09:52:31.188Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 13.0% of statements [2022-05-05T09:52:32.155Z] === RUN TestTailFile [2022-05-05T09:52:32.155Z] --- PASS: TestTailFile (0.00s) [2022-05-05T09:52:32.155Z] === RUN TestTailFileManyLines [2022-05-05T09:52:32.155Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-05T09:52:32.155Z] === RUN TestTailEmptyFile [2022-05-05T09:52:32.155Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-05T09:52:32.155Z] === RUN TestTailNegativeN [2022-05-05T09:52:32.155Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/no_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/truncated_last_line [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/no_delimiter [2022-05-05T09:52:32.155Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T09:52:32.155Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.156Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.156Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.156Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.615Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.615Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.615Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.616Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.616Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.617Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T09:52:32.617Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.618Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:32.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:32.619Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:32.923Z] --- PASS: TestCreateJob (2.94s) [2022-05-05T09:52:32.923Z] === RUN TestReplicatedJob [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T09:52:33.077Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T09:52:33.078Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.03s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.01s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.01s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.01s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.02s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:52:33.078Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.02s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:52:33.079Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T09:52:33.080Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T09:52:33.080Z] PASS [2022-05-05T09:52:33.080Z] coverage: 88.6% of statements [2022-05-05T09:52:33.080Z] ok github.com/docker/docker/pkg/tailfile 0.471s coverage: 88.6% of statements [2022-05-05T09:52:33.101Z] Removing intermediate container d3ebca17392e [2022-05-05T09:52:33.102Z] ---> bbc0f159e71d [2022-05-05T09:52:33.102Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-05T09:52:33.102Z] ---> Running in ec0055668b0b [2022-05-05T09:52:33.102Z] Removing intermediate container ec0055668b0b [2022-05-05T09:52:33.102Z] ---> 480b79e96f0d [2022-05-05T09:52:33.102Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-05T09:52:33.102Z] ---> Running in 4f579e1d1dee [2022-05-05T09:52:33.560Z] Removing intermediate container 4f579e1d1dee [2022-05-05T09:52:33.560Z] ---> 0f391b260d71 [2022-05-05T09:52:33.560Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-05T09:52:34.049Z] === RUN TestTarSumRemoveNonExistent [2022-05-05T09:52:34.049Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestTarSumRemove [2022-05-05T09:52:34.049Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestSortFileInfoSums [2022-05-05T09:52:34.049Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestNewTarSumForLabelInvalid [2022-05-05T09:52:34.049Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestNewTarSumForLabel [2022-05-05T09:52:34.049Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestEmptyTar [2022-05-05T09:52:34.049Z] --- PASS: TestEmptyTar (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestTarSumsReadSize [2022-05-05T09:52:34.049Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestTarSums [2022-05-05T09:52:34.049Z] --- PASS: TestTarSums (0.08s) [2022-05-05T09:52:34.049Z] === RUN TestIteration [2022-05-05T09:52:34.049Z] --- PASS: TestIteration (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestVersionLabelForChecksum [2022-05-05T09:52:34.049Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestVersion [2022-05-05T09:52:34.049Z] --- PASS: TestVersion (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestGetVersion [2022-05-05T09:52:34.049Z] --- PASS: TestGetVersion (0.00s) [2022-05-05T09:52:34.049Z] === RUN TestGetVersions [2022-05-05T09:52:34.049Z] --- PASS: TestGetVersions (0.00s) [2022-05-05T09:52:34.049Z] PASS [2022-05-05T09:52:34.049Z] coverage: 89.3% of statements [2022-05-05T09:52:34.049Z] ok github.com/docker/docker/pkg/tarsum 0.140s coverage: 89.3% of statements [2022-05-05T09:52:34.694Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-05T09:52:35.015Z] === RUN TestTruncIndex [2022-05-05T09:52:35.015Z] --- PASS: TestTruncIndex (0.10s) [2022-05-05T09:52:35.015Z] PASS [2022-05-05T09:52:35.015Z] coverage: 91.5% of statements [2022-05-05T09:52:35.015Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2022-05-05T09:52:35.093Z] [2022-05-05T09:52:35.474Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-05T09:52:35.474Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-05T09:52:35.474Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-05T09:52:35.474Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-05T09:52:35.474Z] === RUN TestVersionInfo [2022-05-05T09:52:35.474Z] --- PASS: TestVersionInfo (0.00s) [2022-05-05T09:52:35.474Z] === RUN TestAppendVersions [2022-05-05T09:52:35.474Z] --- PASS: TestAppendVersions (0.00s) [2022-05-05T09:52:35.474Z] PASS [2022-05-05T09:52:35.474Z] coverage: 88.9% of statements [2022-05-05T09:52:35.474Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2022-05-05T09:52:35.552Z] ---> 3faff3ed562d [2022-05-05T09:52:35.552Z] 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-05T09:52:35.552Z] ---> Running in ee59e238c158 [2022-05-05T09:52:37.009Z] === RUN TestNewSettable [2022-05-05T09:52:37.009Z] --- PASS: TestNewSettable (0.00s) [2022-05-05T09:52:37.009Z] === RUN TestIsSettable [2022-05-05T09:52:37.009Z] --- PASS: TestIsSettable (0.00s) [2022-05-05T09:52:37.009Z] === RUN TestUpdateSettingsEnv [2022-05-05T09:52:37.009Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-05T09:52:37.009Z] PASS [2022-05-05T09:52:37.009Z] coverage: 20.0% of statements [2022-05-05T09:52:37.009Z] ok github.com/docker/docker/plugin/v2 0.044s coverage: 20.0% of statements [2022-05-05T09:52:37.468Z] --- PASS: TestGet (15.01s) [2022-05-05T09:52:37.468Z] === RUN TestPluginWithNoManifest [2022-05-05T09:52:37.468Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-05T09:52:37.468Z] === RUN TestGetAll [2022-05-05T09:52:37.468Z] --- PASS: TestGetAll (0.01s) [2022-05-05T09:52:37.468Z] PASS [2022-05-05T09:52:37.468Z] coverage: 73.2% of statements [2022-05-05T09:52:37.468Z] ok github.com/docker/docker/pkg/plugins 36.188s coverage: 73.2% of statements [2022-05-05T09:52:37.468Z] === RUN TestValidatePrivileges [2022-05-05T09:52:37.468Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-05T09:52:37.468Z] === RUN TestFilterByCapNeg [2022-05-05T09:52:37.468Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-05T09:52:37.468Z] === RUN TestFilterByCapPos [2022-05-05T09:52:37.468Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-05T09:52:37.468Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-05T09:52:37.468Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-05T09:52:37.468Z] PASS [2022-05-05T09:52:37.468Z] coverage: 12.2% of statements [2022-05-05T09:52:37.468Z] ok github.com/docker/docker/plugin 0.061s coverage: 12.2% of statements [2022-05-05T09:52:37.927Z] === RUN TestLoad [2022-05-05T09:52:37.927Z] --- PASS: TestLoad (0.00s) [2022-05-05T09:52:37.927Z] === RUN TestSave [2022-05-05T09:52:37.927Z] --- PASS: TestSave (0.03s) [2022-05-05T09:52:37.927Z] === RUN TestAddDeleteGet [2022-05-05T09:52:37.927Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-05T09:52:37.927Z] === RUN TestInvalidTags [2022-05-05T09:52:37.927Z] --- PASS: TestInvalidTags (0.01s) [2022-05-05T09:52:37.927Z] PASS [2022-05-05T09:52:37.927Z] coverage: 84.4% of statements [2022-05-05T09:52:37.927Z] ok github.com/docker/docker/reference 0.134s coverage: 84.4% of statements [2022-05-05T09:52:37.967Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-05-05T09:52:37.967Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-05T09:52:38.207Z] --- PASS: TestReplicatedJob (5.16s) [2022-05-05T09:52:38.207Z] === RUN TestUpdateReplicatedJob [2022-05-05T09:52:38.899Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestReaderWithReadError [2022-05-05T09:52:38.900Z] time="2022-05-05T09:52:38Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestReader [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-05T09:52:38.900Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-05T09:52:38.900Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-05T09:52:38.900Z] PASS [2022-05-05T09:52:38.900Z] coverage: 100.0% of statements [2022-05-05T09:52:38.900Z] ok github.com/docker/docker/registry/resumable 0.279s coverage: 100.0% of statements [2022-05-05T09:52:39.333Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-05T09:52:39.333Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-05T09:52:39.359Z] === RUN TestRestartManagerTimeout [2022-05-05T09:52:39.359Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-05T09:52:39.359Z] === RUN TestRestartManagerTimeoutReset [2022-05-05T09:52:39.359Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-05T09:52:39.359Z] PASS [2022-05-05T09:52:39.359Z] coverage: 50.9% of statements [2022-05-05T09:52:39.359Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2022-05-05T09:52:39.817Z] === RUN TestDecodeContainerConfig [2022-05-05T09:52:39.817Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-05T09:52:39.817Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-05T09:52:39.817Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-05T09:52:39.817Z] === RUN TestDecodeContainerConfigIsolation [2022-05-05T09:52:39.817Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-05T09:52:39.817Z] === RUN TestValidatePrivileged [2022-05-05T09:52:39.817Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-05T09:52:39.817Z] PASS [2022-05-05T09:52:39.817Z] coverage: 52.4% of statements [2022-05-05T09:52:39.817Z] ok github.com/docker/docker/runconfig 0.047s coverage: 52.4% of statements [2022-05-05T09:52:39.817Z] === RUN TestResolveAuthConfigIndexServer [2022-05-05T09:52:39.817Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-05T09:52:39.817Z] === RUN TestResolveAuthConfigFullURL [2022-05-05T09:52:39.817Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-05T09:52:39.817Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-05T09:52:39.817Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-05T09:52:39.817Z] === RUN TestValidateMirror [2022-05-05T09:52:39.817Z] --- PASS: TestValidateMirror (0.00s) [2022-05-05T09:52:39.817Z] === RUN TestLoadInsecureRegistries [2022-05-05T09:52:40.014Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-05T09:52:40.014Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-05-05T09:52:40.014Z] { [2022-05-05T09:52:40.014Z] "RT_GROUP_ICON": { [2022-05-05T09:52:40.014Z] "#1": { [2022-05-05T09:52:40.014Z] "0409": "../../winresources/docker.ico" [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] }, [2022-05-05T09:52:40.014Z] "RT_MANIFEST": { [2022-05-05T09:52:40.014Z] "#1": { [2022-05-05T09:52:40.014Z] "0409": { [2022-05-05T09:52:40.014Z] "identity": {}, [2022-05-05T09:52:40.014Z] "description": "Docker Engine", [2022-05-05T09:52:40.014Z] "minimum-os": "vista", [2022-05-05T09:52:40.014Z] "execution-level": "", [2022-05-05T09:52:40.014Z] "ui-access": false, [2022-05-05T09:52:40.014Z] "auto-elevate": false, [2022-05-05T09:52:40.014Z] "dpi-awareness": "unaware", [2022-05-05T09:52:40.014Z] "disable-theming": false, [2022-05-05T09:52:40.014Z] "disable-window-filtering": false, [2022-05-05T09:52:40.014Z] "high-resolution-scrolling-aware": false, [2022-05-05T09:52:40.014Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-05T09:52:40.014Z] "long-path-aware": false, [2022-05-05T09:52:40.014Z] "printer-driver-isolation": false, [2022-05-05T09:52:40.014Z] "gdi-scaling": false, [2022-05-05T09:52:40.014Z] "segment-heap": false, [2022-05-05T09:52:40.014Z] "use-common-controls-v6": false [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] }, [2022-05-05T09:52:40.014Z] "RT_MESSAGETABLE": { [2022-05-05T09:52:40.014Z] "#1": { [2022-05-05T09:52:40.014Z] "0409": "../../winresources/event_messages.bin" [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] }, [2022-05-05T09:52:40.014Z] "RT_VERSION": { [2022-05-05T09:52:40.014Z] "#1": { [2022-05-05T09:52:40.014Z] "0409": { [2022-05-05T09:52:40.014Z] "fixed": { [2022-05-05T09:52:40.014Z] "file_version": "0.0.0.0", [2022-05-05T09:52:40.014Z] "product_version": "0.0.0.0", [2022-05-05T09:52:40.014Z] "type": "Unknown" [2022-05-05T09:52:40.014Z] }, [2022-05-05T09:52:40.014Z] "info": { [2022-05-05T09:52:40.014Z] "0000": { [2022-05-05T09:52:40.014Z] "CompanyName": "", [2022-05-05T09:52:40.014Z] "FileVersion": "dev", [2022-05-05T09:52:40.014Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-05T09:52:40.014Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-05-05T09:52:40.014Z] "ProductName": "", [2022-05-05T09:52:40.014Z] "ProductVersion": "dev", [2022-05-05T09:52:40.014Z] "SpecialBuild": "d6115b8f407d8975534988ead723c1da5ce022b1" [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] } [2022-05-05T09:52:40.014Z] cmd/docker-proxy/genwinres_windows.go [2022-05-05T09:52:40.014Z] cmd/docker-proxy/main.go [2022-05-05T09:52:40.014Z] cmd/docker-proxy/network_proxy_test.go [2022-05-05T09:52:40.014Z] cmd/docker-proxy/proxy.go [2022-05-05T09:52:40.014Z] cmd/docker-proxy/sctp_proxy.go [2022-05-05T09:52:40.014Z] cmd/docker-proxy/tcp_proxy.go [2022-05-05T09:52:40.014Z] cmd/docker-proxy/udp_proxy.go [2022-05-05T09:52:40.014Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-05T09:52:40.014Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-05T09:52:40.014Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-05T09:52:40.014Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-05-05T09:52:40.014Z] remote: Enumerating objects: 23, done. [2022-05-05T09:52:40.014Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-05-05T09:52:40.014Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-05-05T09:52:40.014Z] 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) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-05-05T09:52:40.015Z] 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-05T09:52:40.015Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-05-05T09:52:40.015Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-05-05T09:52:40.015Z] Cross building: bundles/cross/linux/ppc64le [2022-05-05T09:52:40.015Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-05T09:52:40.015Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-05T09:52:40.264Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-05-05T09:52:40.276Z] time="2022-05-05T09:52:39Z" 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-05T09:52:40.276Z] time="2022-05-05T09:52:39Z" 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-05T09:52:40.276Z] time="2022-05-05T09:52:39Z" 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-05T09:52:40.276Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-05-05T09:52:40.276Z] === RUN TestNewServiceConfig [2022-05-05T09:52:40.276Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestValidateIndexName [2022-05-05T09:52:40.276Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestValidateIndexNameWithError [2022-05-05T09:52:40.276Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestEndpointParse [2022-05-05T09:52:40.276Z] --- PASS: TestEndpointParse (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestEndpointParseInvalid [2022-05-05T09:52:40.276Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestValidateEndpoint [2022-05-05T09:52:40.276Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-05T09:52:40.276Z] === RUN TestPing [2022-05-05T09:52:40.276Z] --- PASS: TestPing (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestPingRegistryEndpoint [2022-05-05T09:52:40.276Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:40.276Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-05T09:52:40.276Z] === RUN TestEndpoint [2022-05-05T09:52:40.276Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:40.276Z] --- SKIP: TestEndpoint (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestParseRepositoryInfo [2022-05-05T09:52:40.276Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestNewIndexInfo [2022-05-05T09:52:40.276Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestMirrorEndpointLookup [2022-05-05T09:52:40.276Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:52:40.276Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestSearchRepositories [2022-05-05T09:52:40.276Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-05T09:52:40.276Z] Host: 127.0.0.1:49360 [2022-05-05T09:52:40.276Z] User-Agent: docker test client [2022-05-05T09:52:40.276Z] Authorization: Token fake-token [2022-05-05T09:52:40.276Z] X-Docker-Token: true [2022-05-05T09:52:40.276Z] Accept-Encoding: gzip [2022-05-05T09:52:40.276Z] [2022-05-05T09:52:40.276Z] [2022-05-05T09:52:40.276Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-05T09:52:40.276Z] Connection: close [2022-05-05T09:52:40.276Z] Content-Length: 144 [2022-05-05T09:52:40.276Z] Cache-Control: no-cache [2022-05-05T09:52:40.276Z] Content-Type: application/json [2022-05-05T09:52:40.276Z] Date: Thu, 05 May 2022 09:52:39 GMT [2022-05-05T09:52:40.276Z] Expires: -1 [2022-05-05T09:52:40.276Z] Pragma: no-cache [2022-05-05T09:52:40.276Z] Server: docker-tests/mock [2022-05-05T09:52:40.276Z] X-Docker-Registry-Config: mock [2022-05-05T09:52:40.276Z] X-Docker-Registry-Version: 0.0.0 [2022-05-05T09:52:40.276Z] [2022-05-05T09:52:40.276Z] [2022-05-05T09:52:40.276Z] --- PASS: TestSearchRepositories (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestTrustedLocation [2022-05-05T09:52:40.276Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-05T09:52:40.276Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestAllowNondistributableArtifacts [2022-05-05T09:52:40.276Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestIsSecureIndex [2022-05-05T09:52:40.276Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-05T09:52:40.276Z] PASS [2022-05-05T09:52:40.276Z] coverage: 51.7% of statements [2022-05-05T09:52:40.276Z] ok github.com/docker/docker/registry 0.312s coverage: 51.7% of statements [2022-05-05T09:52:40.276Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-05T09:52:40.276Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-05T09:52:40.276Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-05T09:52:40.276Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-05T09:52:40.276Z] PASS [2022-05-05T09:52:40.276Z] coverage: 62.5% of statements [2022-05-05T09:52:40.276Z] ok github.com/docker/docker/testutil 0.062s coverage: 62.5% of statements [2022-05-05T09:52:40.752Z] --- PASS: TestUpdateReplicatedJob (2.93s) [2022-05-05T09:52:40.752Z] === RUN TestServiceListWithStatuses [2022-05-05T09:52:40.752Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:52:40.752Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T09:52:40.752Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T09:52:42.452Z] === RUN TestGetDriver [2022-05-05T09:52:42.452Z] --- PASS: TestGetDriver (0.00s) [2022-05-05T09:52:42.452Z] === RUN TestVolumeRequestError [2022-05-05T09:52:42.452Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-05T09:52:42.452Z] PASS [2022-05-05T09:52:42.452Z] coverage: 36.1% of statements [2022-05-05T09:52:42.452Z] ok github.com/docker/docker/volume/drivers 0.058s coverage: 36.1% of statements [2022-05-05T09:52:42.452Z] === RUN TestGetAddress [2022-05-05T09:52:42.452Z] --- PASS: TestGetAddress (0.00s) [2022-05-05T09:52:42.452Z] === RUN TestRemove [2022-05-05T09:52:42.452Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-05T09:52:42.452Z] --- SKIP: TestRemove (0.00s) [2022-05-05T09:52:42.452Z] === RUN TestInitializeWithVolumes [2022-05-05T09:52:42.452Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-05T09:52:42.452Z] === RUN TestCreate [2022-05-05T09:52:42.452Z] --- PASS: TestCreate (0.02s) [2022-05-05T09:52:42.452Z] === RUN TestValidateName [2022-05-05T09:52:42.452Z] --- PASS: TestValidateName (0.00s) [2022-05-05T09:52:42.452Z] === RUN TestCreateWithOpts [2022-05-05T09:52:42.452Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-05T09:52:42.452Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-05T09:52:42.452Z] === RUN TestRelaodNoOpts [2022-05-05T09:52:42.911Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-05T09:52:42.911Z] PASS [2022-05-05T09:52:42.911Z] coverage: 41.5% of statements [2022-05-05T09:52:42.911Z] ok github.com/docker/docker/volume/local 0.097s coverage: 41.5% of statements [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRaw [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-05T09:52:42.911Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRaw [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-05T09:52:42.911Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestConvertTmpfsOptions [2022-05-05T09:52:42.911Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-05T09:52:42.911Z] linux_parser_test.go:209: data="ro" [2022-05-05T09:52:42.911Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestParseMountSpec [2022-05-05T09:52:42.911Z] parser_test.go:62: case 0 [2022-05-05T09:52:42.911Z] parser_test.go:62: case 1 [2022-05-05T09:52:42.911Z] parser_test.go:62: case 2 [2022-05-05T09:52:42.911Z] parser_test.go:62: case 3 [2022-05-05T09:52:42.911Z] parser_test.go:62: case 4 [2022-05-05T09:52:42.911Z] parser_test.go:62: case 5 [2022-05-05T09:52:42.911Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestValidateMount [2022-05-05T09:52:42.911Z] --- PASS: TestValidateMount (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRaw [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-05T09:52:42.911Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-05T09:52:42.911Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-05T09:52:42.911Z] PASS [2022-05-05T09:52:42.911Z] coverage: 67.6% of statements [2022-05-05T09:52:42.911Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.6% of statements [2022-05-05T09:52:43.537Z] check_test.go:307: [d6cb763d99377] daemon is not started [2022-05-05T09:52:43.537Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-05-05T09:52:43.537Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-05T09:52:43.537Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-05-05T09:52:44.099Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-05-05T09:52:44.448Z] === RUN TestSetGetMeta [2022-05-05T09:52:44.448Z] === PAUSE TestSetGetMeta [2022-05-05T09:52:44.448Z] === RUN TestRestore [2022-05-05T09:52:44.448Z] === PAUSE TestRestore [2022-05-05T09:52:44.448Z] === RUN TestServiceCreate [2022-05-05T09:52:44.448Z] === PAUSE TestServiceCreate [2022-05-05T09:52:44.448Z] === RUN TestServiceList [2022-05-05T09:52:44.448Z] === PAUSE TestServiceList [2022-05-05T09:52:44.448Z] === RUN TestServiceRemove [2022-05-05T09:52:44.448Z] === PAUSE TestServiceRemove [2022-05-05T09:52:44.448Z] === RUN TestServiceGet [2022-05-05T09:52:44.448Z] === PAUSE TestServiceGet [2022-05-05T09:52:44.448Z] === RUN TestServicePrune [2022-05-05T09:52:44.448Z] === PAUSE TestServicePrune [2022-05-05T09:52:44.448Z] === RUN TestCreate [2022-05-05T09:52:44.448Z] === PAUSE TestCreate [2022-05-05T09:52:44.448Z] === RUN TestRemove [2022-05-05T09:52:44.448Z] === PAUSE TestRemove [2022-05-05T09:52:44.448Z] === RUN TestList [2022-05-05T09:52:44.448Z] === PAUSE TestList [2022-05-05T09:52:44.448Z] === RUN TestFindByDriver [2022-05-05T09:52:44.448Z] === PAUSE TestFindByDriver [2022-05-05T09:52:44.448Z] === RUN TestFindByReferenced [2022-05-05T09:52:44.448Z] === PAUSE TestFindByReferenced [2022-05-05T09:52:44.448Z] === RUN TestDerefMultipleOfSameRef [2022-05-05T09:52:44.448Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-05T09:52:44.448Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T09:52:44.448Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T09:52:44.448Z] === RUN TestDefererencePluginOnCreateError [2022-05-05T09:52:44.448Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-05T09:52:44.448Z] === RUN TestRefDerefRemove [2022-05-05T09:52:44.448Z] === PAUSE TestRefDerefRemove [2022-05-05T09:52:44.448Z] === RUN TestGet [2022-05-05T09:52:44.448Z] === PAUSE TestGet [2022-05-05T09:52:44.448Z] === RUN TestGetWithReference [2022-05-05T09:52:44.448Z] === PAUSE TestGetWithReference [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_nil_list [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_empty_list [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_filter_some [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_filter_middle [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-05T09:52:44.448Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-05T09:52:44.448Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_nil_list [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_filter_some [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_empty_list [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-05T09:52:44.448Z] === CONT TestFilterFunc/test_filter_middle [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-05T09:52:44.448Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-05T09:52:44.448Z] === CONT TestSetGetMeta [2022-05-05T09:52:44.448Z] === CONT TestList [2022-05-05T09:52:44.448Z] === CONT TestServiceGet [2022-05-05T09:52:44.448Z] === CONT TestServiceList [2022-05-05T09:52:44.448Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-05T09:52:44.448Z] === CONT TestGetWithReference [2022-05-05T09:52:44.448Z] --- PASS: TestList (0.04s) [2022-05-05T09:52:44.448Z] === CONT TestGet [2022-05-05T09:52:44.448Z] --- PASS: TestGetWithReference (0.02s) [2022-05-05T09:52:44.448Z] === CONT TestRefDerefRemove [2022-05-05T09:52:44.448Z] --- PASS: TestGet (0.02s) [2022-05-05T09:52:44.448Z] === CONT TestDefererencePluginOnCreateError [2022-05-05T09:52:44.448Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T09:52:44.449Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-05-05T09:52:44.449Z] === CONT TestDerefMultipleOfSameRef [2022-05-05T09:52:44.449Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestFindByReferenced [2022-05-05T09:52:44.449Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestFindByDriver [2022-05-05T09:52:44.449Z] --- PASS: TestFindByReferenced (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestRemove [2022-05-05T09:52:44.449Z] --- PASS: TestFindByDriver (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestCreate [2022-05-05T09:52:44.449Z] --- PASS: TestRemove (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestServicePrune [2022-05-05T09:52:44.449Z] --- PASS: TestCreate (0.02s) [2022-05-05T09:52:44.449Z] === CONT TestServiceRemove [2022-05-05T09:52:44.449Z] --- PASS: TestServiceGet (0.21s) [2022-05-05T09:52:44.449Z] === CONT TestServiceCreate [2022-05-05T09:52:44.449Z] time="2022-05-05T09:52:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:52:44.449Z] --- PASS: TestServiceRemove (0.09s) [2022-05-05T09:52:44.449Z] === CONT TestRestore [2022-05-05T09:52:44.449Z] --- PASS: TestServiceList (0.22s) [2022-05-05T09:52:44.449Z] time="2022-05-05T09:52:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:52:44.449Z] time="2022-05-05T09:52:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:52:44.449Z] time="2022-05-05T09:52:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-05T09:52:44.449Z] --- PASS: TestServiceCreate (0.03s) [2022-05-05T09:52:44.449Z] time="2022-05-05T09:52:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T09:52:44.449Z] --- PASS: TestRestore (0.03s) [2022-05-05T09:52:44.449Z] --- PASS: TestServicePrune (0.13s) [2022-05-05T09:52:44.449Z] PASS [2022-05-05T09:52:44.449Z] coverage: 69.0% of statements [2022-05-05T09:52:44.449Z] ok github.com/docker/docker/volume/service 0.303s coverage: 69.0% of statements [2022-05-05T09:52:44.660Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-05-05T09:52:44.956Z] --- PASS: TestDockerNetworkConnectAlias (3.93s) [2022-05-05T09:52:44.956Z] === RUN TestDockerNetworkReConnect [2022-05-05T09:52:45.588Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-05T09:52:45.869Z] Removing intermediate container ee59e238c158 [2022-05-05T09:52:45.869Z] ---> 104e2fe86ad7 [2022-05-05T09:52:45.869Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-05T09:52:45.869Z] ---> Running in 927c1aadb2d4 [2022-05-05T09:52:46.328Z] [2022-05-05T09:52:46.328Z] SUCCESS: Specified value was saved. [2022-05-05T09:52:46.517Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-05-05T09:52:46.517Z] check_test.go:307: [dc924cfb45241] daemon is not started [2022-05-05T09:52:46.517Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-05-05T09:52:47.888Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-05T09:52:48.251Z] --- PASS: TestDockerNetworkReConnect (3.35s) [2022-05-05T09:52:48.251Z] === RUN TestServicePlugin [2022-05-05T09:52:48.251Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:52:48.251Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-05T09:52:48.251Z] === RUN TestServiceUpdateLabel [2022-05-05T09:52:48.817Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-05-05T09:52:49.228Z] Removing intermediate container 927c1aadb2d4 [2022-05-05T09:52:49.228Z] ---> d9caccd77a8f [2022-05-05T09:52:49.228Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-05T09:52:49.686Z] ---> Running in 2b46e939cd0f [2022-05-05T09:52:50.159Z] --- PASS: TestServiceUpdateLabel (2.27s) [2022-05-05T09:52:50.159Z] === RUN TestServiceUpdateSecrets [2022-05-05T09:52:51.334Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-05-05T09:52:53.423Z] Cannot create a file when that file already exists. [2022-05-05T09:52:53.850Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-05T09:52:55.215Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-05-05T09:52:55.471Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-05T09:52:56.839Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-05-05T09:52:57.771Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-05T09:52:58.699Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-05-05T09:52:59.208Z] Removing intermediate container 2b46e939cd0f [2022-05-05T09:52:59.208Z] ---> 5da26def53f5 [2022-05-05T09:52:59.208Z] Step 13/13 : CMD ["sh"] [2022-05-05T09:52:59.208Z] ---> Running in 77703e02ef4b [2022-05-05T09:52:59.208Z] Removing intermediate container 77703e02ef4b [2022-05-05T09:52:59.208Z] ---> 3ad005908599 [2022-05-05T09:52:59.208Z] Successfully built 3ad005908599 [2022-05-05T09:52:59.208Z] Successfully tagged busybox:latest [2022-05-05T09:52:59.208Z] INFO: Docker images of the daemon under test [2022-05-05T09:52:59.208Z] [2022-05-05T09:52:59.208Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-05T09:52:59.208Z] busybox latest 3ad005908599 Less than a second ago 5.02GB [2022-05-05T09:52:59.208Z] microsoft/windowsservercore latest aa8714eb8356 4 weeks ago 4.98GB [2022-05-05T09:52:59.208Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 4 weeks ago 4.98GB [2022-05-05T09:52:59.208Z] [2022-05-05T09:52:59.208Z] INFO: Running integration tests at 05/05/2022 09:52:59... [2022-05-05T09:52:59.208Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-05T09:52:59.208Z] INFO: Integration API tests being run from the host: [2022-05-05T09:52:59.666Z] INFO: make.ps1 starting at 05/05/2022 09:52:59 [2022-05-05T09:53:00.634Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-05T09:53:01.968Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-05-05T09:53:05.056Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2022-05-05T09:53:05.056Z] === RUN TestServiceUpdateConfigs [2022-05-05T09:53:05.238Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-05-05T09:53:05.518Z] 2022/05/05 09:53:02 Closing DB instances... [2022-05-05T09:53:05.518Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-05-05T09:53:05.518Z] === RUN TestFindNode [2022-05-05T09:53:05.518Z] 2022/05/05 09:53:04 Closing DB instances... [2022-05-05T09:53:05.518Z] --- PASS: TestFindNode (0.02s) [2022-05-05T09:53:05.518Z] === RUN TestChangeNodeState [2022-05-05T09:53:05.518Z] 2022/05/05 09:53:04 Closing DB instances... [2022-05-05T09:53:05.518Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-05T09:53:05.518Z] === RUN TestNodeReincarnation [2022-05-05T09:53:05.518Z] 2022/05/05 09:53:04 Closing DB instances... [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-05T09:53:09.303Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-05T09:53:09.303Z] === RUN TestParallelCreate [2022-05-05T09:53:09.303Z] 2022/05/05 09:53:09 Closing DB instances... [2022-05-05T09:53:09.303Z] --- PASS: TestParallelCreate (0.02s) [2022-05-05T09:53:09.303Z] === RUN TestParallelDelete [2022-05-05T09:53:09.303Z] 2022/05/05 09:53:09 Closing DB instances... [2022-05-05T09:53:09.303Z] --- PASS: TestParallelDelete (0.02s) [2022-05-05T09:53:09.303Z] === RUN TestNetworkDBIslands [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:cbf4c3e5d5c4 with config:&{NodeID:cbf4c3e5d5c4 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-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, added to nodes list" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f0315dcb733d with config:&{NodeID:f0315dcb733d 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-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node f0315dcb733d/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node f0315dcb733d/172.25.83.98, added to nodes list" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49380" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node f0315dcb733d/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node f0315dcb733d/172.25.83.98, added to nodes list" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, added to nodes list" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-05T09:53:09.303Z] time="2022-05-05T09:53:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49381" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d690d8949137 with config:&{NodeID:d690d8949137 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-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49382" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node f0315dcb733d/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node f0315dcb733d/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49383" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.270Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.488Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:651e768c07fa with config:&{NodeID:651e768c07fa 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-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node f0315dcb733d/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node f0315dcb733d/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:10.728Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:4c0e8d55d7ec with config:&{NodeID:4c0e8d55d7ec 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-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node f0315dcb733d/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node f0315dcb733d/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=info msg="Node d690d8949137/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:11Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:11Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:11Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.186Z] time="2022-05-05T09:53:11Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.414Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:11.647Z] networkdb_test.go:835: Re-joining: 3 [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=info msg="The new bootstrap node list is:[172.25.83.98:10033 172.25.83.98:10034 172.25.83.98:10035]" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49388" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10033" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10034" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49389" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49390" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10035" [2022-05-05T09:53:11.647Z] networkdb_test.go:835: Re-joining: 4 [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=info msg="The new bootstrap node list is:[172.25.83.98:10033 172.25.83.98:10034 172.25.83.98:10035]" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10033" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49391" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10034" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49392" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10035" [2022-05-05T09:53:11.647Z] time="2022-05-05T09:53:11Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49393" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="node 0 leaving" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="Node cbf4c3e5d5c4 change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="node4(651e768c07fa): Node leave event for cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="Node cbf4c3e5d5c4 change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="node3(d690d8949137): Node leave event for cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="Node cbf4c3e5d5c4 change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="node2(f0315dcb733d): Node leave event for cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="Node cbf4c3e5d5c4 change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="node1(cbf4c3e5d5c4): Node leave event for cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="Node cbf4c3e5d5c4 change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:11Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:12Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:12Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:12Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:12Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.105Z] time="2022-05-05T09:53:12Z" level=info msg="Node cbf4c3e5d5c4/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="node 1 leaving" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for f0315dcb733d/172.25.83.98" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d change state NodeActive --> NodeFailed" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d/172.25.83.98, added to failed nodes list" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="node4(651e768c07fa): Node leave event for f0315dcb733d/172.25.83.98" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d change state NodeActive --> NodeLeft" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="node3(d690d8949137): Node leave event for f0315dcb733d/172.25.83.98" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=error msg="node: f0315dcb733d is unknown to memberlist" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.563Z] time="2022-05-05T09:53:12Z" level=info msg="Node f0315dcb733d/172.25.83.98, left gossip cluster" [2022-05-05T09:53:12.780Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="node 2 leaving" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="Node d690d8949137 change state NodeActive --> NodeLeft" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="node4(651e768c07fa): Node leave event for d690d8949137/172.25.83.98" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="Node d690d8949137 change state NodeActive --> NodeLeft" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for d690d8949137/172.25.83.98" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="Node d690d8949137 change state NodeActive --> NodeLeft" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="node3(d690d8949137): Node leave event for d690d8949137/172.25.83.98" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=debug msg="memberlist: Failed ping: f0315dcb733d (timeout reached)" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.25.83.98:10037: use of closed network connection" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.25.83.98:10036: use of closed network connection" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.25.83.98:10035: use of closed network connection" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="Node d690d8949137/172.25.83.98, left gossip cluster" [2022-05-05T09:53:13.022Z] time="2022-05-05T09:53:12Z" level=info msg="Node d690d8949137/172.25.83.98, left gossip cluster" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node d690d8949137/172.25.83.98, left gossip cluster" [2022-05-05T09:53:13.480Z] networkdb_test.go:867: node4: OK [2022-05-05T09:53:13.480Z] networkdb_test.go:867: node5: OK [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="node 0 coming back" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:aedbfae4b281 with config:&{NodeID:aedbfae4b281 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-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node aedbfae4b281/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node aedbfae4b281/172.25.83.98, added to nodes list" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="node 1 coming back" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:7afd85e09f00 with config:&{NodeID:7afd85e09f00 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-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node 7afd85e09f00/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node 7afd85e09f00/172.25.83.98, added to nodes list" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="node 2 coming back" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ef8a6099dbb7 with config:&{NodeID:ef8a6099dbb7 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-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, added to nodes list" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49394" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=warning msg="memberlist: Failed fallback ping: write tcp 172.25.83.98:49394->172.25.83.98:10034: i/o timeout" [2022-05-05T09:53:13.480Z] time="2022-05-05T09:53:13Z" level=info msg="memberlist: Suspect f0315dcb733d has failed, no acks received" [2022-05-05T09:53:13.709Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-05-05T09:53:13.966Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-05T09:53:14.223Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-05T09:53:16.763Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-05-05T09:53:17.207Z] time="2022-05-05T09:53:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.25.83.98:10033 172.25.83.98:10034 172.25.83.98:10035]" [2022-05-05T09:53:17.207Z] time="2022-05-05T09:53:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.25.83.98:10033 172.25.83.98:10034 172.25.83.98:10035]" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10033" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49395" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, is the new incarnation of the shutdown node cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10034" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49396" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, is the new incarnation of the shutdown node f0315dcb733d/172.25.83.98" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10035" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49397" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 651e768c07fa/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 651e768c07fa/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, is the new incarnation of the shutdown node d690d8949137/172.25.83.98" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, is the new incarnation of the shutdown node f0315dcb733d/172.25.83.98" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node 7afd85e09f00/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, is the new incarnation of the shutdown node cbf4c3e5d5c4/172.25.83.98" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node aedbfae4b281/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, added to nodes list" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, is the new incarnation of the shutdown node d690d8949137/172.25.83.98" [2022-05-05T09:53:17.665Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, added to nodes list" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, joined gossip cluster" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, added to nodes list" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10033" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49398" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10034" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49399" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.83.98:10035" [2022-05-05T09:53:18.123Z] time="2022-05-05T09:53:17Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49400" [2022-05-05T09:53:18.581Z] 2022/05/05 09:53:18 Closing DB instances... [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281 change state NodeActive --> NodeLeft" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="node2(7afd85e09f00): Node leave event for aedbfae4b281/172.25.83.98" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281 change state NodeActive --> NodeLeft" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="node3(ef8a6099dbb7): Node leave event for aedbfae4b281/172.25.83.98" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281 change state NodeActive --> NodeLeft" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for aedbfae4b281/172.25.83.98" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281 change state NodeActive --> NodeLeft" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="node1(aedbfae4b281): Node leave event for aedbfae4b281/172.25.83.98" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281 change state NodeActive --> NodeLeft" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="node4(651e768c07fa): Node leave event for aedbfae4b281/172.25.83.98" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281/172.25.83.98, left gossip cluster" [2022-05-05T09:53:18.581Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node aedbfae4b281/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="node4(651e768c07fa): Node leave event for 7afd85e09f00/172.25.83.98" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="node3(ef8a6099dbb7): Node leave event for 7afd85e09f00/172.25.83.98" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for 7afd85e09f00/172.25.83.98" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="node2(7afd85e09f00): Node leave event for 7afd85e09f00/172.25.83.98" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.040Z] time="2022-05-05T09:53:18Z" level=info msg="Node 7afd85e09f00/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.284Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="Node 7afd85e09f00/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="Node ef8a6099dbb7 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="node4(651e768c07fa): Node leave event for ef8a6099dbb7/172.25.83.98" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="Node ef8a6099dbb7 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for ef8a6099dbb7/172.25.83.98" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="Node ef8a6099dbb7 change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="node3(ef8a6099dbb7): Node leave event for ef8a6099dbb7/172.25.83.98" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.498Z] time="2022-05-05T09:53:19Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.540Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=info msg="Node ef8a6099dbb7/172.25.83.98, left gossip cluster" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=debug msg="memberlist: Failed ping: 4c0e8d55d7ec (timeout reached)" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.25.83.98:10036: use of closed network connection" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.25.83.98:10035: use of closed network connection" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=debug msg="memberlist: Stream connection from=172.25.83.98:49401" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=info msg="Node 651e768c07fa change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=info msg="node5(4c0e8d55d7ec): Node leave event for 651e768c07fa/172.25.83.98" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=info msg="Node 651e768c07fa change state NodeActive --> NodeLeft" [2022-05-05T09:53:19.956Z] time="2022-05-05T09:53:19Z" level=info msg="node4(651e768c07fa): Node leave event for 651e768c07fa/172.25.83.98" [2022-05-05T09:53:20.020Z] --- PASS: TestServiceUpdateConfigs (14.26s) [2022-05-05T09:53:20.020Z] === RUN TestServiceUpdateNetwork [2022-05-05T09:53:20.103Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-05T09:53:20.415Z] time="2022-05-05T09:53:20Z" level=warning msg="memberlist: Was able to connect to 4c0e8d55d7ec but other probes failed, network may be misconfigured" [2022-05-05T09:53:20.873Z] time="2022-05-05T09:53:20Z" level=info msg="Node 651e768c07fa/172.25.83.98, left gossip cluster" [2022-05-05T09:53:20.873Z] time="2022-05-05T09:53:20Z" level=info msg="Node 651e768c07fa/172.25.83.98, left gossip cluster" [2022-05-05T09:53:21.034Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-05T09:53:21.034Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-05T09:53:21.290Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-05T09:53:21.331Z] time="2022-05-05T09:53:21Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, left gossip cluster" [2022-05-05T09:53:21.331Z] time="2022-05-05T09:53:21Z" level=info msg="Node 4c0e8d55d7ec change state NodeActive --> NodeFailed" [2022-05-05T09:53:21.331Z] time="2022-05-05T09:53:21Z" level=info msg="Node 4c0e8d55d7ec/172.25.83.98, added to failed nodes list" [2022-05-05T09:53:21.331Z] --- PASS: TestNetworkDBIslands (11.88s) [2022-05-05T09:53:21.331Z] PASS [2022-05-05T09:53:21.331Z] coverage: 60.0% of statements [2022-05-05T09:53:21.331Z] ok github.com/docker/docker/libnetwork/networkdb 105.761s coverage: 60.0% of statements [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/quota [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/rootless [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/volume [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-05T09:53:21.331Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-05T09:53:21.936Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-05T09:53:22.865Z] docker_cli_daemon_test.go:2501: [db8a6c01e1006] daemon is not started [2022-05-05T09:53:24.234Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-05T09:53:24.449Z] [2022-05-05T09:53:24.449Z] === Skipped [2022-05-05T09:53:24.449Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-05T09:53:24.449Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-05T09:53:24.449Z] [2022-05-05T09:53:24.449Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-05T09:53:24.450Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-05-05T09:53:24.450Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-05T09:53:24.450Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-05T09:53:24.450Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-05T09:53:24.450Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-05T09:53:24.450Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-05T09:53:24.450Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-05T09:53:24.450Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-05-05T09:53:24.450Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-05T09:53:24.450Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-05T09:53:24.450Z] daemon_test.go:145: root required [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-05T09:53:24.450Z] reload_test.go:342: root required [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-05-05T09:53:24.450Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-05T09:53:24.450Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-05T09:53:24.450Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-05T09:53:24.450Z] download_test.go:267: Needs fixing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-05T09:53:24.450Z] layer_test.go:291: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-05T09:53:24.450Z] layer_test.go:340: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-05T09:53:24.450Z] layer_test.go:455: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-05T09:53:24.450Z] layer_test.go:684: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-05T09:53:24.450Z] migration_test.go:45: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-05T09:53:24.450Z] migration_test.go:181: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-05T09:53:24.450Z] mount_test.go:17: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-05T09:53:24.450Z] mount_test.go:76: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-05T09:53:24.450Z] mount_test.go:125: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-05T09:53:24.450Z] mount_test.go:212: Failing on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.02s) [2022-05-05T09:53:24.450Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-05T09:53:24.450Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-05T09:53:24.450Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-05T09:53:24.450Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-05T09:53:24.450Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-05T09:53:24.450Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-05T09:53:24.450Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-05T09:53:24.450Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-05T09:53:24.450Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-05T09:53:24.450Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-05T09:53:24.450Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-05T09:53:24.450Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-05T09:53:24.450Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-05T09:53:24.450Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-05T09:53:24.450Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-05T09:53:24.450Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-05T09:53:24.450Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:133: Xz not present in msys2 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-05T09:53:24.450Z] archive_test.go:140: zstd not installed [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:252: Failing on Windows CI machines [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-05T09:53:24.450Z] archive_windows_test.go:16: Currently fails [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-05T09:53:24.450Z] changes_test.go:196: needs more investigation [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-05T09:53:24.450Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-05T09:53:24.450Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-05T09:53:24.450Z] changes_test.go:433: needs further investigation [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-05T09:53:24.450Z] changes_test.go:469: needs further investigation [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-05T09:53:24.450Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-05T09:53:24.450Z] poller_test.go:40: No chmod on Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-05T09:53:24.450Z] fileutils_test.go:133: Needs porting to Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-05T09:53:24.450Z] fileutils_test.go:179: Needs porting to Windows [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-05T09:53:24.450Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-05T09:53:24.450Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-05T09:53:24.450Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-05T09:53:24.450Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-05T09:53:24.450Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-05T09:53:24.450Z] [2022-05-05T09:53:24.450Z] DONE 2287 tests, 70 skipped in 314.640s [2022-05-05T09:53:24.491Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-05-05T09:53:24.908Z] INFO: make.ps1 ended at 05/05/2022 09:53:24 [2022-05-05T09:53:25.419Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-05T09:53:27.817Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-05T09:53:27.817Z] INFO: Unit tests ended at 05/05/2022 09:53:27. Duration:00:05:31.9723634 [2022-05-05T09:53:27.817Z] INFO: Building busybox [2022-05-05T09:53:27.817Z] Sending build context to Docker daemon 5.12kB [2022-05-05T09:53:27.817Z] [2022-05-05T09:53:27.817Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-05T09:53:27.817Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-05T09:53:27.817Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-05T09:53:27.817Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-05T09:53:27.817Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-05T09:53:27.817Z] ---> aa8714eb8356 [2022-05-05T09:53:27.817Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-05T09:53:27.817Z] ---> Running in d59a7acf369e [2022-05-05T09:53:27.939Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-05T09:53:28.867Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-05T09:53:30.238Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-05T09:53:30.801Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-05T09:53:32.470Z] --- PASS: TestServiceUpdateNetwork (12.08s) [2022-05-05T09:53:32.470Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T09:53:32.470Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-05T09:53:32.731Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-05T09:53:33.319Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-05T09:53:33.635Z] Removing intermediate container d59a7acf369e [2022-05-05T09:53:33.635Z] ---> 6c7e4d62a66b [2022-05-05T09:53:33.635Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-05T09:53:33.635Z] ---> Running in 5f956f300ee7 [2022-05-05T09:53:34.135Z] Removing intermediate container 5f956f300ee7 [2022-05-05T09:53:34.135Z] ---> 23cfc2c3aef5 [2022-05-05T09:53:34.135Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-05T09:53:34.135Z] ---> Running in c7e679fa808e [2022-05-05T09:53:34.635Z] Removing intermediate container c7e679fa808e [2022-05-05T09:53:34.635Z] ---> 141ee7019104 [2022-05-05T09:53:34.635Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-05T09:53:35.689Z] [2022-05-05T09:53:35.836Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-05-05T09:53:36.160Z] ---> 55f36192d0f8 [2022-05-05T09:53:36.160Z] 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-05T09:53:36.160Z] ---> Running in e79c19c25762 [2022-05-05T09:53:37.724Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-05-05T09:53:37.981Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-05T09:53:40.502Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-05-05T09:53:40.502Z] check_test.go:307: [dc331430b3dd0] daemon is not started [2022-05-05T09:53:40.502Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-05-05T09:53:40.858Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-05T09:53:43.238Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:53:43.238Z] INFO: Testing against a local daemon [2022-05-05T09:53:43.238Z] === RUN TestBuildWithSession [2022-05-05T09:53:43.238Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:53:43.238Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T09:53:43.238Z] === RUN TestBuildSquashParent [2022-05-05T09:53:43.238Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:53:43.238Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:53:43.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:53:43.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:53:43.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:53:43.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:53:43.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:53:43.238Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:53:43.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:53:43.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:53:43.238Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:53:43.238Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:53:43.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:53:46.489Z] Removing intermediate container e79c19c25762 [2022-05-05T09:53:46.489Z] ---> dc3591e26492 [2022-05-05T09:53:46.489Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-05T09:53:46.948Z] ---> Running in b9fd5919a30b [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite (338.61s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.18s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.81s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.60s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.17s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.11s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.46s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.44s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.22s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.02s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.34s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.40s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.11s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.35s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.44s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.59s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.81s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.94s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.02s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.33s) [2022-05-05T09:53:47.048Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.05s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.09s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.54s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.81s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.07s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.97s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.16s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.70s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.64s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.60s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.65s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.69s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.66s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.70s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.80s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-05-05T09:53:47.048Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.61s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.47s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.86s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.30s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.77s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.91s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.30s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.62s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.52s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.25s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.75s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.11s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.48s) [2022-05-05T09:53:47.049Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-05T09:53:47.049Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.40s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.19s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.08s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.96s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.67s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.91s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.72s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.33s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.97s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.90s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.81s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.84s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.54s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.17s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.57s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.79s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.88s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.70s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.35s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.97s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.58s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.83s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.36s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.16s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.07s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.37s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.34s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.42s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.71s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.11s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.54s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.60s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.90s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.59s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2022-05-05T09:53:47.049Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.88s) [2022-05-05T09:53:47.049Z] === RUN TestDockerSwarmSuite [2022-05-05T09:53:47.049Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-05-05T09:53:47.434Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2022-05-05T09:53:47.434Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-05-05T09:53:47.434Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2022-05-05T09:53:47.434Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-05-05T09:53:47.434Z] PASS [2022-05-05T09:53:47.434Z] [2022-05-05T09:53:47.434Z] === Skipped [2022-05-05T09:53:47.434Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-05T09:53:47.434Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:53:47.434Z] [2022-05-05T09:53:47.434Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-05-05T09:53:47.434Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-05T09:53:47.434Z] [2022-05-05T09:53:47.434Z] DONE 27 tests, 2 skipped in 130.010s [2022-05-05T09:53:47.434Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-05-05T09:53:47.434Z] ++ 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-05T09:53:47.434Z] ++ set -e [2022-05-05T09:53:47.434Z] ++ '[' -n 0 ']' [2022-05-05T09:53:47.434Z] ++ set -x [2022-05-05T09:53:47.434Z] ++ 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-05T09:53:47.434Z] INFO: Testing against a local daemon [2022-05-05T09:53:47.434Z] === RUN TestSessionCreate [2022-05-05T09:53:47.434Z] --- PASS: TestSessionCreate (0.02s) [2022-05-05T09:53:47.434Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T09:53:47.434Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-05T09:53:47.434Z] PASS [2022-05-05T09:53:47.434Z] [2022-05-05T09:53:47.434Z] DONE 2 tests in 0.125s [2022-05-05T09:53:47.434Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-05-05T09:53:47.434Z] ++ 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-05T09:53:47.434Z] ++ set -e [2022-05-05T09:53:47.434Z] ++ '[' -n 0 ']' [2022-05-05T09:53:47.434Z] ++ set -x [2022-05-05T09:53:47.434Z] ++ 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-05T09:53:47.434Z] INFO: Testing against a local daemon [2022-05-05T09:53:47.434Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T09:53:47.434Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-05T09:53:47.434Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T09:53:47.434Z] === RUN TestDiskUsage [2022-05-05T09:53:47.434Z] === PAUSE TestDiskUsage [2022-05-05T09:53:47.434Z] === RUN TestEventsExecDie [2022-05-05T09:53:47.695Z] --- PASS: TestEventsExecDie (0.48s) [2022-05-05T09:53:47.695Z] === RUN TestEventsBackwardsCompatible [2022-05-05T09:53:47.695Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-05-05T09:53:47.695Z] === RUN TestEventsVolumeCreate [2022-05-05T09:53:47.695Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-05T09:53:47.695Z] === RUN TestInfoBinaryCommits [2022-05-05T09:53:47.695Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-05T09:53:47.695Z] === RUN TestInfoAPIVersioned [2022-05-05T09:53:47.695Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-05T09:53:47.695Z] === RUN TestInfoAPI [2022-05-05T09:53:47.695Z] --- PASS: TestInfoAPI (0.02s) [2022-05-05T09:53:47.695Z] === RUN TestInfoAPIWarnings [2022-05-05T09:53:49.125Z] [2022-05-05T09:53:49.125Z] SUCCESS: Specified value was saved. [2022-05-05T09:53:49.570Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-05-05T09:53:52.050Z] Removing intermediate container b9fd5919a30b [2022-05-05T09:53:52.050Z] ---> f71ae793888d [2022-05-05T09:53:52.050Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-05T09:53:52.050Z] ---> Running in 077d3a5a4142 [2022-05-05T09:53:52.840Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-05-05T09:53:53.595Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:53:53.595Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:53:56.743Z] Cannot create a file when that file already exists. [2022-05-05T09:53:58.091Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-05-05T09:53:59.020Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-05T09:54:01.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-05T09:54:02.535Z] Removing intermediate container 077d3a5a4142 [2022-05-05T09:54:02.535Z] ---> cc88e35084fb [2022-05-05T09:54:02.535Z] Step 13/13 : CMD ["sh"] [2022-05-05T09:54:02.535Z] ---> Running in 6ad95e8a22b5 [2022-05-05T09:54:02.994Z] Removing intermediate container 6ad95e8a22b5 [2022-05-05T09:54:02.994Z] ---> 80de1c2e8cec [2022-05-05T09:54:02.994Z] Successfully built 80de1c2e8cec [2022-05-05T09:54:02.994Z] Successfully tagged busybox:latest [2022-05-05T09:54:02.994Z] INFO: Docker images of the daemon under test [2022-05-05T09:54:02.994Z] [2022-05-05T09:54:02.994Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-05T09:54:02.994Z] busybox latest 80de1c2e8cec Less than a second ago 5.02GB [2022-05-05T09:54:02.994Z] microsoft/windowsservercore latest aa8714eb8356 4 weeks ago 4.98GB [2022-05-05T09:54:02.994Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 4 weeks ago 4.98GB [2022-05-05T09:54:02.994Z] [2022-05-05T09:54:02.994Z] INFO: Running integration tests at 05/05/2022 09:54:02... [2022-05-05T09:54:02.994Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-05T09:54:02.994Z] INFO: Integration API tests being run from the host: [2022-05-05T09:54:03.457Z] INFO: make.ps1 starting at 05/05/2022 09:54:03 [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.50s) [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.50s) [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.07s) [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.43s) [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.22s) [2022-05-05T09:54:03.927Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.30s) [2022-05-05T09:54:03.927Z] === RUN TestBuildMultiStageCopy [2022-05-05T09:54:03.927Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T09:54:04.425Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-05T09:54:05.800Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-05T09:54:05.800Z] === RUN TestInfoDebug [2022-05-05T09:54:05.800Z] --- PASS: TestInfoDebug (0.52s) [2022-05-05T09:54:05.800Z] === RUN TestInfoInsecureRegistries [2022-05-05T09:54:05.800Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-05-05T09:54:05.800Z] === RUN TestInfoRegistryMirrors [2022-05-05T09:54:05.800Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-05T09:54:05.800Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T09:54:05.800Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-05T09:54:05.800Z] === RUN TestPingCacheHeaders [2022-05-05T09:54:06.061Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-05T09:54:06.061Z] === RUN TestPingGet [2022-05-05T09:54:06.061Z] --- PASS: TestPingGet (0.01s) [2022-05-05T09:54:06.061Z] === RUN TestPingHead [2022-05-05T09:54:06.061Z] --- PASS: TestPingHead (0.02s) [2022-05-05T09:54:06.061Z] === RUN TestPingSwarmHeader [2022-05-05T09:54:06.631Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-05T09:54:06.892Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-05T09:54:08.275Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-05T09:54:08.275Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-05-05T09:54:08.275Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-05T09:54:08.275Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-05T09:54:08.275Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-05T09:54:08.275Z] === RUN TestVersion [2022-05-05T09:54:08.275Z] --- PASS: TestVersion (0.02s) [2022-05-05T09:54:08.275Z] === CONT TestDiskUsage [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/container_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/image_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/volume_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-05T09:54:08.536Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-05T09:54:08.796Z] === RUN TestDiskUsage/after_container.Run [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-05T09:54:09.056Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage (1.13s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-05T09:54:09.056Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run (0.30s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-05T09:54:09.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T09:54:09.057Z] PASS [2022-05-05T09:54:09.057Z] [2022-05-05T09:54:09.057Z] === Skipped [2022-05-05T09:54:09.057Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T09:54:09.057Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-05T09:54:09.057Z] [2022-05-05T09:54:09.057Z] DONE 54 tests, 1 skipped in 22.139s [2022-05-05T09:54:09.057Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-05T09:54:09.057Z] ++ 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-05T09:54:09.057Z] ++ set -e [2022-05-05T09:54:09.057Z] ++ '[' -n 0 ']' [2022-05-05T09:54:09.057Z] ++ set -x [2022-05-05T09:54:09.057Z] ++ 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-05T09:54:09.317Z] INFO: Testing against a local daemon [2022-05-05T09:54:09.317Z] === RUN TestVolumesCreateAndList [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-05T09:54:09.317Z] === RUN TestVolumesRemove [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-05T09:54:09.317Z] === RUN TestVolumesInspect [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-05T09:54:09.317Z] === RUN TestVolumesInvalidJSON [2022-05-05T09:54:09.317Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T09:54:09.317Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T09:54:09.317Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T09:54:09.317Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T09:54:09.317Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T09:54:09.317Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T09:54:09.317Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T09:54:09.317Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T09:54:09.317Z] PASS [2022-05-05T09:54:09.317Z] [2022-05-05T09:54:09.317Z] DONE 9 tests in 0.210s [2022-05-05T09:54:09.317Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-05T09:54:09.577Z] ++++ cat bundles/test-integration/docker.pid [2022-05-05T09:54:09.577Z] +++ kill 14246 [2022-05-05T09:54:09.577Z] +++ /etc/init.d/apparmor stop [2022-05-05T09:54:09.577Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-05T09:54:09.577Z] [2022-05-05T09:54:09.577Z] Unloading profiles will leave already running processes permanently [2022-05-05T09:54:09.577Z] unconfined, which can lead to unexpected situations. [2022-05-05T09:54:09.577Z] [2022-05-05T09:54:09.577Z] To set a process to complain mode, use the command line tool [2022-05-05T09:54:09.577Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-05T09:54:09.577Z] +++ true [2022-05-05T09:54:09.577Z] exiting test-integration [2022-05-05T09:54:09.577Z] ++ exit 0 [2022-05-05T09:54:09.577Z] [2022-05-05T09:54:09.671Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-05T09:54:09.671Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-05T09:54:09.671Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-05T09:54:10.235Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir Post stage [Pipeline] junit [2022-05-05T09:54:10.532Z] Recording test results [2022-05-05T09:54:10.750Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-05-05T09:54:10.798Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [Pipeline] // stage Post stage [Pipeline] sh [2022-05-05T09:54:11.095Z] + echo Ensuring container killed. [2022-05-05T09:54:11.095Z] Ensuring container killed. [2022-05-05T09:54:11.095Z] + docker rm -vf docker-pr3 [2022-05-05T09:54:11.095Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-05T09:54:11.383Z] + echo Chowning /workspace to jenkins user [2022-05-05T09:54:11.383Z] Chowning /workspace to jenkins user [2022-05-05T09:54:11.383Z] + id -u [2022-05-05T09:54:11.383Z] + id -g [2022-05-05T09:54:11.383Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/workspace busybox chown -R 1000:1000 /workspace [2022-05-05T09:54:11.383Z] Unable to find image 'busybox:latest' locally [2022-05-05T09:54:11.383Z] latest: Pulling from library/busybox [2022-05-05T09:54:11.643Z] 2f0e692259c0: Pulling fs layer [2022-05-05T09:54:11.644Z] 2f0e692259c0: Download complete [2022-05-05T09:54:11.644Z] 2f0e692259c0: Pull complete [2022-05-05T09:54:11.644Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-05T09:54:11.644Z] Status: Downloaded newer image for busybox:latest [2022-05-05T09:54:11.727Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-05T09:54:11.727Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-05T09:54:11.727Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-05T09:54:11.727Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-05-05T09:54:11.984Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-05T09:54:12.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T09:54:12.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-05T09:54:13.332Z] + bundleName=arm64-integration [2022-05-05T09:54:13.332Z] + echo Creating arm64-integration-bundles.tar.gz [2022-05-05T09:54:13.332Z] Creating arm64-integration-bundles.tar.gz [2022-05-05T09:54:13.332Z] + 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-05T09:54:13.332Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-05-05T09:54:13.604Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T09:54:13.606Z] Archiving artifacts [2022-05-05T09:54:14.502Z] docker_api_swarm_test.go:563: [de55aa592e919] joining swarm manager [db92d86f901aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:54:14.671Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T09:54:15.426Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T09:54:15.746Z] + make clean [2022-05-05T09:54:15.746Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T09:54:15.746Z] docker-dev-cache [2022-05-05T09:54:15.746Z] docker-mod-cache [Pipeline] deleteDir [2022-05-05T09:54:16.357Z] --- PASS: TestBuildMultiStageCopy (13.72s) [2022-05-05T09:54:16.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.01s) [2022-05-05T09:54:16.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.88s) [2022-05-05T09:54:16.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.09s) [2022-05-05T09:54:16.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.28s) [2022-05-05T09:54:16.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.46s) [2022-05-05T09:54:16.357Z] === RUN TestBuildMultiStageParentConfig [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T09:54:18.735Z] --- PASS: TestBuildMultiStageParentConfig (2.75s) [2022-05-05T09:54:18.735Z] === RUN TestBuildLabelWithTargets [2022-05-05T09:54:18.735Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:54:18.735Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-05T09:54:18.735Z] === RUN TestBuildWithEmptyLayers [2022-05-05T09:54:20.421Z] --- PASS: TestBuildWithEmptyLayers (1.52s) [2022-05-05T09:54:20.421Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T09:54:22.617Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-05T09:54:23.180Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-05T09:54:23.743Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-05T09:54:24.305Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-05T09:54:24.561Z] === RUN TestDockerSuite/TestBuildFails [2022-05-05T09:54:25.930Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-05T09:54:25.930Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-05T09:54:25.930Z] docker_api_swarm_test.go:585: [d4cef616a9268] joining swarm manager [db92d86f901aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:54:25.970Z] 4612f6d0b889: Pull complete [2022-05-05T09:54:28.452Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-05T09:54:29.821Z] check_test.go:378: [de55aa592e919] daemon is not started [2022-05-05T09:54:30.749Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-05T09:54:31.539Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-05T09:54:31.539Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-05T09:54:31.539Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-05T09:54:31.539Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-05T09:54:31.539Z] Cross building: bundles/cross/linux/s390x [2022-05-05T09:54:31.539Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-05T09:54:31.539Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-05T09:54:32.121Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-05T09:54:33.489Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-05T09:54:33.752Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-05T09:54:35.132Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-05T09:54:35.290Z] --- PASS: TestBuildMultiStageOnBuild (14.08s) [2022-05-05T09:54:35.290Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T09:54:35.290Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:54:35.290Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-05T09:54:35.290Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T09:54:36.499Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-05T09:54:37.427Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-05T09:54:37.683Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-05T09:54:39.576Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-05T09:54:40.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-05-05T09:54:40.140Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-05T09:54:40.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-05-05T09:54:41.508Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-05T09:54:42.876Z] docker_api_swarm_test.go:46: [d832c643fb69e] joining swarm manager [dcfcd7924d2fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:54:43.439Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-05T09:54:47.182Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:54:47.182Z] INFO: Testing against a local daemon [2022-05-05T09:54:47.182Z] === RUN TestBuildWithSession [2022-05-05T09:54:47.182Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:54:47.182Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T09:54:47.182Z] === RUN TestBuildSquashParent [2022-05-05T09:54:47.182Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:54:47.182Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:54:47.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:54:47.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:54:47.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:54:47.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:54:47.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:54:47.182Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:54:47.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:54:47.182Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T09:54:47.182Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T09:54:47.182Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T09:54:47.182Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T09:54:47.608Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-05T09:54:47.608Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-05T09:54:47.685Z] --- PASS: TestBuildMultiStageLayerLeak (11.74s) [2022-05-05T09:54:47.685Z] === RUN TestBuildWithHugeFile [2022-05-05T09:54:48.538Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-05T09:54:49.101Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-05T09:54:49.663Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-05T09:54:49.663Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-05T09:54:50.593Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-05T09:54:51.156Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-05T09:54:51.412Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-05T09:54:51.975Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-05T09:54:52.232Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-05T09:54:52.796Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-05T09:54:54.162Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-05T09:54:55.527Z] --- PASS: TestImportExtremelyLargeImageWorks (182.34s) [2022-05-05T09:54:55.527Z] PASS [2022-05-05T09:54:55.527Z] [2022-05-05T09:54:55.527Z] DONE 22 tests in 186.718s [2022-05-05T09:54:55.784Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-05T09:54:55.784Z] ++ 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-05T09:54:55.784Z] ++ set -e [2022-05-05T09:54:55.784Z] ++ '[' -n 0 ']' [2022-05-05T09:54:55.784Z] ++ set -x [2022-05-05T09:54:55.784Z] ++ 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-05T09:54:55.784Z] INFO: Testing against a local daemon [2022-05-05T09:54:55.784Z] === RUN TestNetworkCreateDelete [2022-05-05T09:54:56.040Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-05-05T09:54:56.040Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T09:54:56.297Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-05-05T09:54:56.297Z] === RUN TestDaemonDNSFallback [2022-05-05T09:54:56.859Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-05T09:55:01.024Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-05-05T09:55:01.282Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-05T09:55:01.282Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-05-05T09:55:03.179Z] --- PASS: TestDaemonDNSFallback (6.73s) [2022-05-05T09:55:03.179Z] === RUN TestInspectNetwork [2022-05-05T09:55:04.108Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-05T09:55:04.108Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-05T09:55:04.108Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-05T09:55:04.365Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-05T09:55:04.365Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-05T09:55:04.621Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-05T09:55:04.930Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T09:55:05.388Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T09:55:05.991Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-05T09:55:07.364Z] === RUN TestInspectNetwork/full_network_id [2022-05-05T09:55:07.364Z] === RUN TestInspectNetwork/partial_network_id [2022-05-05T09:55:07.364Z] === RUN TestInspectNetwork/network_name [2022-05-05T09:55:07.364Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-05T09:55:07.621Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-05T09:55:09.726Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-05T09:55:09.998Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-05T09:55:10.560Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-05T09:55:11.925Z] --- PASS: TestInspectNetwork (8.54s) [2022-05-05T09:55:11.925Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-05T09:55:11.925Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-05T09:55:11.925Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-05T09:55:11.925Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-05T09:55:11.925Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T09:55:13.818Z] --- PASS: TestRunContainerWithBridgeNone (1.95s) [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T09:55:13.818Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:55:13.818Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:55:13.818Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:55:13.818Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T09:55:13.818Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T09:55:13.818Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T09:55:13.818Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T09:55:13.818Z] === RUN TestNetworkList [2022-05-05T09:55:13.818Z] === RUN TestNetworkList//networks [2022-05-05T09:55:13.818Z] === PAUSE TestNetworkList//networks [2022-05-05T09:55:13.818Z] === RUN TestNetworkList//networks/ [2022-05-05T09:55:13.818Z] === PAUSE TestNetworkList//networks/ [2022-05-05T09:55:13.818Z] === CONT TestNetworkList//networks [2022-05-05T09:55:13.818Z] === CONT TestNetworkList//networks/ [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkList (0.02s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T09:55:13.818Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T09:55:13.818Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T09:55:14.379Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-05-05T09:55:14.379Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T09:55:15.308Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-05T09:55:15.308Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T09:55:16.240Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-05-05T09:55:16.240Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T09:55:17.171Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2022-05-05T09:55:17.171Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T09:55:17.733Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (19.03s) [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (19.20s) [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.69s) [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (19.90s) [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.81s) [2022-05-05T09:55:17.764Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.00s) [2022-05-05T09:55:17.764Z] === RUN TestBuildMultiStageCopy [2022-05-05T09:55:17.764Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T09:55:18.664Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2022-05-05T09:55:18.664Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T09:55:19.227Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-05-05T09:55:19.227Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T09:55:20.593Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-05T09:55:21.522Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-05T09:55:22.085Z] --- PASS: TestServiceWithPredefinedNetwork (2.83s) [2022-05-05T09:55:22.085Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T09:55:22.085Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:55:22.085Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:55:22.085Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T09:55:23.013Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-05T09:55:23.013Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-05T09:55:23.014Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-05T09:55:27.183Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-05T09:55:27.183Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-05T09:55:28.096Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T09:55:28.108Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-05T09:55:28.109Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-05T09:55:29.063Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-05T09:55:29.999Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-05T09:55:30.031Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T09:55:30.255Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-05T09:55:30.817Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-05T09:55:31.568Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T09:55:31.748Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-05T09:55:33.105Z] --- PASS: TestBuildMultiStageCopy (15.93s) [2022-05-05T09:55:33.105Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.82s) [2022-05-05T09:55:33.105Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.97s) [2022-05-05T09:55:33.105Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.18s) [2022-05-05T09:55:33.105Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.42s) [2022-05-05T09:55:33.105Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.53s) [2022-05-05T09:55:33.105Z] === RUN TestBuildMultiStageParentConfig [2022-05-05T09:55:33.117Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-05T09:55:33.373Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-05T09:55:33.373Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-05T09:55:33.630Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-05T09:55:33.885Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-05T09:55:34.447Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-05T09:55:35.812Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-05T09:55:36.016Z] --- PASS: TestBuildMultiStageParentConfig (3.04s) [2022-05-05T09:55:36.016Z] === RUN TestBuildLabelWithTargets [2022-05-05T09:55:36.016Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:55:36.016Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-05T09:55:36.016Z] === RUN TestBuildWithEmptyLayers [2022-05-05T09:55:36.069Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-05T09:55:37.961Z] --- PASS: TestServiceWithDataPathPortInit (15.76s) [2022-05-05T09:55:37.961Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T09:55:37.961Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-05T09:55:38.200Z] --- PASS: TestBuildWithEmptyLayers (1.67s) [2022-05-05T09:55:38.200Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T09:55:38.889Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-05T09:55:40.780Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-05T09:55:41.036Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j1wdjibc7w0s0fm1mvjgzh3gs Created:2022-05-05 09:55:39.042148391 +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[30afe1b67988c9e5694a439e9bbc932aa67dcd21cb8166e64d5372f14cd1ce2f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ukq9m9i1d8v6j4fubsvjau2qt EndpointID:5f77146fd66584c8d6557cb6bb0777d85521105284b7c39920ab2b8db8b1a146 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0cffc7d76f5bb09bbf3ad54e153c08f574d73da165307f06157da309a4fbd1ea 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:4ea00dbc65e5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ukq9m9i1d8v6j4fubsvjau2qt EndpointID:5f77146fd66584c8d6557cb6bb0777d85521105284b7c39920ab2b8db8b1a146 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-05T09:55:41.597Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-05T09:55:42.525Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-05T09:55:42.783Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-05T09:55:45.299Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-05T09:55:45.555Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.94s) [2022-05-05T09:55:45.555Z] PASS [2022-05-05T09:55:45.555Z] [2022-05-05T09:55:45.555Z] === Skipped [2022-05-05T09:55:45.555Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:55:45.555Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:55:45.555Z] [2022-05-05T09:55:45.555Z] DONE 38 tests, 1 skipped in 49.944s [2022-05-05T09:55:45.555Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:55:45.555Z] ++ 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-05T09:55:45.555Z] ++ set -e [2022-05-05T09:55:45.555Z] ++ '[' -n 0 ']' [2022-05-05T09:55:45.555Z] ++ set -x [2022-05-05T09:55:45.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-05T09:55:45.811Z] INFO: Testing against a local daemon [2022-05-05T09:55:45.811Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-05T09:55:45.811Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:55:45.811Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:55:45.811Z] === RUN TestDockerNetworkIpvlan [2022-05-05T09:55:45.811Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:55:45.811Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:55:45.811Z] PASS [2022-05-05T09:55:45.811Z] [2022-05-05T09:55:45.811Z] === Skipped [2022-05-05T09:55:45.811Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-05T09:55:45.811Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:55:45.811Z] [2022-05-05T09:55:45.811Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-05T09:55:45.811Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-05T09:55:45.811Z] [2022-05-05T09:55:45.811Z] DONE 2 tests, 2 skipped in 0.107s [2022-05-05T09:55:45.811Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-05T09:55:45.811Z] ++ 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-05T09:55:45.811Z] ++ set -e [2022-05-05T09:55:45.811Z] ++ '[' -n 0 ']' [2022-05-05T09:55:45.811Z] ++ set -x [2022-05-05T09:55:45.811Z] ++ 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-05T09:55:45.811Z] INFO: Testing against a local daemon [2022-05-05T09:55:45.811Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-05T09:55:46.739Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-05T09:55:47.300Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-05-05T09:55:47.300Z] === RUN TestDockerNetworkMacvlan [2022-05-05T09:55:47.556Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-05T09:55:48.120Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-05T09:55:48.120Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-05T09:55:49.047Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-05T09:55:49.975Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-05T09:55:49.975Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-05-05T09:55:52.495Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-05T09:55:52.495Z] docker_api_swarm_test.go:304: [dbfd253bc2ad0] joining swarm manager [d8810cc03057b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:55:53.863Z] docker_api_swarm_test.go:305: [dd9fcfed85969] joining swarm manager [d8810cc03057b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:55:55.247Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-05-05T09:55:55.247Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-05T09:55:55.875Z] --- PASS: TestBuildMultiStageOnBuild (15.66s) [2022-05-05T09:55:55.875Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T09:55:55.875Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:55:55.875Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-05T09:55:55.875Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T09:55:57.177Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-05T09:55:59.693Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-05T09:56:00.256Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan (13.37s) [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.38s) [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.50s) [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.11s) [2022-05-05T09:56:00.818Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2022-05-05T09:56:00.818Z] PASS [2022-05-05T09:56:00.818Z] [2022-05-05T09:56:00.818Z] DONE 8 tests in 14.888s [2022-05-05T09:56:00.818Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-05T09:56:00.818Z] ++ 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-05T09:56:00.818Z] ++ set -e [2022-05-05T09:56:00.818Z] ++ '[' -n 0 ']' [2022-05-05T09:56:00.818Z] ++ set -x [2022-05-05T09:56:00.818Z] ++ 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-05T09:56:00.818Z] testing: warning: no tests to run [2022-05-05T09:56:00.818Z] PASS [2022-05-05T09:56:00.818Z] [2022-05-05T09:56:00.818Z] DONE 0 tests in 0.027s [2022-05-05T09:56:00.818Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-05T09:56:00.818Z] ++ 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-05T09:56:00.818Z] ++ set -e [2022-05-05T09:56:00.818Z] ++ '[' -n 0 ']' [2022-05-05T09:56:00.818Z] ++ set -x [2022-05-05T09:56:00.818Z] ++ 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-05T09:56:00.818Z] INFO: Testing against a local daemon [2022-05-05T09:56:00.818Z] === RUN TestAuthZPluginAllowRequest [2022-05-05T09:56:02.186Z] === RUN TestDockerSuite/TestBuildRm [2022-05-05T09:56:02.186Z] --- PASS: TestAuthZPluginAllowRequest (1.46s) [2022-05-05T09:56:02.186Z] === RUN TestAuthZPluginTLS [2022-05-05T09:56:03.165Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-05-05T09:56:03.165Z] === RUN TestAuthZPluginDenyRequest [2022-05-05T09:56:03.421Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-05-05T09:56:03.421Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-05T09:56:03.982Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-05T09:56:03.982Z] === RUN TestAuthZPluginDenyResponse [2022-05-05T09:56:04.238Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-05T09:56:04.494Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-05-05T09:56:04.494Z] === RUN TestAuthZPluginAllowEventStream [2022-05-05T09:56:05.055Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-05T09:56:05.983Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s) [2022-05-05T09:56:05.983Z] === RUN TestAuthZPluginErrorResponse [2022-05-05T09:56:05.983Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-05T09:56:06.546Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-05T09:56:06.546Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-05-05T09:56:06.547Z] === RUN TestAuthZPluginErrorRequest [2022-05-05T09:56:07.109Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-05T09:56:07.109Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2022-05-05T09:56:07.109Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-05T09:56:07.673Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-05-05T09:56:07.673Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-05T09:56:07.929Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-05T09:56:08.253Z] --- PASS: TestBuildMultiStageLayerLeak (13.71s) [2022-05-05T09:56:08.253Z] === RUN TestBuildWithHugeFile [2022-05-05T09:56:08.857Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-05-05T09:56:08.857Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-05T09:56:09.794Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.03s) [2022-05-05T09:56:09.794Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-05T09:56:10.053Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-05T09:56:11.431Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.77s) [2022-05-05T09:56:11.431Z] === RUN TestAuthZPluginHeader [2022-05-05T09:56:12.365Z] --- PASS: TestAuthZPluginHeader (0.79s) [2022-05-05T09:56:12.365Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-05T09:56:12.928Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-05T09:56:12.928Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-05T09:56:13.185Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-05T09:56:13.185Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-05T09:56:13.185Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-05T09:56:13.443Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-05T09:56:14.378Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-05T09:56:14.378Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-05T09:56:14.945Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-05T09:56:16.844Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.43s) [2022-05-05T09:56:16.844Z] === RUN TestAuthZPluginV2Disable [2022-05-05T09:56:18.215Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-05T09:56:18.778Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-05T09:56:19.707Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-05T09:56:19.964Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-05T09:56:20.220Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-05-05T09:56:20.477Z] --- PASS: TestAuthZPluginV2Disable (3.94s) [2022-05-05T09:56:20.477Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-05T09:56:20.735Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-05T09:56:22.113Z] === RUN TestDockerSuite/TestBuildUser [2022-05-05T09:56:22.676Z] docker_api_swarm_test.go:272: [db5c776466f61] joining swarm manager [da36017a0c8d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:56:23.058Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-05T09:56:23.058Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-05T09:56:23.058Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-05T09:56:23.058Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-05T09:56:23.058Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-05T09:56:23.404Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-05T09:56:23.691Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/test/unit [2022-05-05T09:56:23.951Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-05-05T09:56:23.951Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-05T09:56:23.951Z] + TESTDIRS=./... [2022-05-05T09:56:23.951Z] + exclude_paths='/vendor/|/integration' [2022-05-05T09:56:23.951Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-05T09:56:23.951Z] ++ go list ./... [2022-05-05T09:56:24.044Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-05T09:56:24.044Z] docker_api_swarm_test.go:273: [db91db3ebfc89] joining swarm manager [da36017a0c8d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:56:24.607Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.96s) [2022-05-05T09:56:24.607Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-05T09:56:24.896Z] + pkg_list='github.com/docker/docker/api [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/backend [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/container [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/events [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/filters [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/image [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/mount [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/network [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/registry [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/time [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/versions [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:56:24.896Z] github.com/docker/docker/api/types/volume [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:56:24.896Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:56:24.896Z] github.com/docker/docker/cli [2022-05-05T09:56:24.896Z] github.com/docker/docker/cli/config [2022-05-05T09:56:24.896Z] github.com/docker/docker/cli/debug [2022-05-05T09:56:24.896Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:56:24.896Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:56:24.896Z] github.com/docker/docker/client [2022-05-05T09:56:24.896Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:56:24.896Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:56:24.896Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:56:24.896Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:56:24.896Z] github.com/docker/docker/container [2022-05-05T09:56:24.896Z] github.com/docker/docker/container/stream [2022-05-05T09:56:24.896Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:56:24.896Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:56:24.896Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/config [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/events [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/exec [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/images [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/links [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/names [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/network [2022-05-05T09:56:24.896Z] github.com/docker/docker/daemon/stats [2022-05-05T09:56:24.896Z] github.com/docker/docker/distribution [2022-05-05T09:56:24.896Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:56:24.896Z] github.com/docker/docker/distribution/utils [2022-05-05T09:56:24.896Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:56:24.896Z] github.com/docker/docker/dockerversion [2022-05-05T09:56:24.896Z] github.com/docker/docker/errdefs [2022-05-05T09:56:24.896Z] github.com/docker/docker/image [2022-05-05T09:56:24.896Z] github.com/docker/docker/image/cache [2022-05-05T09:56:24.896Z] github.com/docker/docker/image/tarexport [2022-05-05T09:56:24.896Z] github.com/docker/docker/image/v1 [2022-05-05T09:56:24.896Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:56:24.896Z] github.com/docker/docker/layer [2022-05-05T09:56:24.896Z] github.com/docker/docker/libcontainerd [2022-05-05T09:56:24.896Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:56:24.896Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:56:24.896Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:56:24.896Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:56:24.896Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/types [2022-05-05T09:56:24.897Z] github.com/docker/docker/oci [2022-05-05T09:56:24.897Z] github.com/docker/docker/oci/caps [2022-05-05T09:56:24.897Z] github.com/docker/docker/opts [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/archive [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/directory [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/platform [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/pools [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/progress [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/signal [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/stack [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/system [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:56:24.897Z] github.com/docker/docker/plugin [2022-05-05T09:56:24.897Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:56:24.897Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:56:24.897Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:56:24.897Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:56:24.897Z] github.com/docker/docker/quota [2022-05-05T09:56:24.897Z] github.com/docker/docker/reference [2022-05-05T09:56:24.897Z] github.com/docker/docker/registry [2022-05-05T09:56:24.897Z] github.com/docker/docker/registry/resumable [2022-05-05T09:56:24.897Z] github.com/docker/docker/restartmanager [2022-05-05T09:56:24.897Z] github.com/docker/docker/rootless [2022-05-05T09:56:24.897Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:56:24.897Z] github.com/docker/docker/runconfig [2022-05-05T09:56:24.897Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/environment [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/registry [2022-05-05T09:56:24.897Z] github.com/docker/docker/testutil/request [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume/drivers [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume/local [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume/mounts [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume/service [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:56:24.897Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:56:24.897Z] ++ echo 'github.com/docker/docker/api [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/backend [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/container [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/events [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/filters [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/image [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/mount [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/network [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/registry [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/time [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/versions [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:56:24.897Z] github.com/docker/docker/api/types/volume [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:56:24.897Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:56:24.897Z] github.com/docker/docker/cli [2022-05-05T09:56:24.897Z] github.com/docker/docker/cli/config [2022-05-05T09:56:24.897Z] github.com/docker/docker/cli/debug [2022-05-05T09:56:24.897Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:56:24.897Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:56:24.897Z] github.com/docker/docker/client [2022-05-05T09:56:24.897Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:56:24.897Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:56:24.897Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:56:24.897Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:56:24.897Z] github.com/docker/docker/container [2022-05-05T09:56:24.897Z] github.com/docker/docker/container/stream [2022-05-05T09:56:24.897Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:56:24.897Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:56:24.897Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/config [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/events [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/exec [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/images [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/links [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/names [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/network [2022-05-05T09:56:24.897Z] github.com/docker/docker/daemon/stats [2022-05-05T09:56:24.897Z] github.com/docker/docker/distribution [2022-05-05T09:56:24.897Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:56:24.897Z] github.com/docker/docker/distribution/utils [2022-05-05T09:56:24.897Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:56:24.897Z] github.com/docker/docker/dockerversion [2022-05-05T09:56:24.897Z] github.com/docker/docker/errdefs [2022-05-05T09:56:24.897Z] github.com/docker/docker/image [2022-05-05T09:56:24.897Z] github.com/docker/docker/image/cache [2022-05-05T09:56:24.897Z] github.com/docker/docker/image/tarexport [2022-05-05T09:56:24.897Z] github.com/docker/docker/image/v1 [2022-05-05T09:56:24.897Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:56:24.897Z] github.com/docker/docker/layer [2022-05-05T09:56:24.897Z] github.com/docker/docker/libcontainerd [2022-05-05T09:56:24.897Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:56:24.897Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:56:24.897Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:56:24.897Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:56:24.897Z] github.com/docker/docker/libnetwork/types [2022-05-05T09:56:24.897Z] github.com/docker/docker/oci [2022-05-05T09:56:24.897Z] github.com/docker/docker/oci/caps [2022-05-05T09:56:24.897Z] github.com/docker/docker/opts [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/archive [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:56:24.897Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/directory [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/platform [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/pools [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/progress [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/signal [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/stack [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/system [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:56:24.898Z] github.com/docker/docker/plugin [2022-05-05T09:56:24.898Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:56:24.898Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:56:24.898Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:56:24.898Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:56:24.898Z] github.com/docker/docker/quota [2022-05-05T09:56:24.898Z] github.com/docker/docker/reference [2022-05-05T09:56:24.898Z] github.com/docker/docker/registry [2022-05-05T09:56:24.898Z] github.com/docker/docker/registry/resumable [2022-05-05T09:56:24.898Z] github.com/docker/docker/restartmanager [2022-05-05T09:56:24.898Z] github.com/docker/docker/rootless [2022-05-05T09:56:24.898Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:56:24.898Z] github.com/docker/docker/runconfig [2022-05-05T09:56:24.898Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/environment [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/registry [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/request [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/drivers [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/local [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/mounts [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/service [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:56:24.898Z] ++ grep --fixed-strings -v /libnetwork [2022-05-05T09:56:24.898Z] + base_pkg_list='github.com/docker/docker/api [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/backend [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/container [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/events [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/filters [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/image [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/mount [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/network [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/registry [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/time [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/versions [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/types/volume [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:56:24.898Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:56:24.898Z] github.com/docker/docker/cli [2022-05-05T09:56:24.898Z] github.com/docker/docker/cli/config [2022-05-05T09:56:24.898Z] github.com/docker/docker/cli/debug [2022-05-05T09:56:24.898Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:56:24.898Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:56:24.898Z] github.com/docker/docker/client [2022-05-05T09:56:24.898Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:56:24.898Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:56:24.898Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:56:24.898Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:56:24.898Z] github.com/docker/docker/container [2022-05-05T09:56:24.898Z] github.com/docker/docker/container/stream [2022-05-05T09:56:24.898Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:56:24.898Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:56:24.898Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/config [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/events [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/exec [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/images [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/links [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/names [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/network [2022-05-05T09:56:24.898Z] github.com/docker/docker/daemon/stats [2022-05-05T09:56:24.898Z] github.com/docker/docker/distribution [2022-05-05T09:56:24.898Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:56:24.898Z] github.com/docker/docker/distribution/utils [2022-05-05T09:56:24.898Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:56:24.898Z] github.com/docker/docker/dockerversion [2022-05-05T09:56:24.898Z] github.com/docker/docker/errdefs [2022-05-05T09:56:24.898Z] github.com/docker/docker/image [2022-05-05T09:56:24.898Z] github.com/docker/docker/image/cache [2022-05-05T09:56:24.898Z] github.com/docker/docker/image/tarexport [2022-05-05T09:56:24.898Z] github.com/docker/docker/image/v1 [2022-05-05T09:56:24.898Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:56:24.898Z] github.com/docker/docker/layer [2022-05-05T09:56:24.898Z] github.com/docker/docker/libcontainerd [2022-05-05T09:56:24.898Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:56:24.898Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:56:24.898Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:56:24.898Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:56:24.898Z] github.com/docker/docker/oci [2022-05-05T09:56:24.898Z] github.com/docker/docker/oci/caps [2022-05-05T09:56:24.898Z] github.com/docker/docker/opts [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/archive [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/directory [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/platform [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/pools [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/progress [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/signal [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/stack [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/system [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:56:24.898Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:56:24.898Z] github.com/docker/docker/plugin [2022-05-05T09:56:24.898Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:56:24.898Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:56:24.898Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:56:24.898Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:56:24.898Z] github.com/docker/docker/quota [2022-05-05T09:56:24.898Z] github.com/docker/docker/reference [2022-05-05T09:56:24.898Z] github.com/docker/docker/registry [2022-05-05T09:56:24.898Z] github.com/docker/docker/registry/resumable [2022-05-05T09:56:24.898Z] github.com/docker/docker/restartmanager [2022-05-05T09:56:24.898Z] github.com/docker/docker/rootless [2022-05-05T09:56:24.898Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:56:24.898Z] github.com/docker/docker/runconfig [2022-05-05T09:56:24.898Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/environment [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/registry [2022-05-05T09:56:24.898Z] github.com/docker/docker/testutil/request [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/drivers [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/local [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/mounts [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/service [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:56:24.898Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:56:24.898Z] ++ grep --fixed-strings /libnetwork [2022-05-05T09:56:24.898Z] ++ echo 'github.com/docker/docker/api [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:56:24.898Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/backend [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/container [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/events [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/filters [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/image [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/mount [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/network [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/registry [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/time [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/versions [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:56:24.899Z] github.com/docker/docker/api/types/volume [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:56:24.899Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:56:24.899Z] github.com/docker/docker/cli [2022-05-05T09:56:24.899Z] github.com/docker/docker/cli/config [2022-05-05T09:56:24.899Z] github.com/docker/docker/cli/debug [2022-05-05T09:56:24.899Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:56:24.899Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:56:24.899Z] github.com/docker/docker/client [2022-05-05T09:56:24.899Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:56:24.899Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:56:24.899Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:56:24.899Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:56:24.899Z] github.com/docker/docker/container [2022-05-05T09:56:24.899Z] github.com/docker/docker/container/stream [2022-05-05T09:56:24.899Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:56:24.899Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:56:24.899Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/config [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/events [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/exec [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/images [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/links [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/names [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/network [2022-05-05T09:56:24.899Z] github.com/docker/docker/daemon/stats [2022-05-05T09:56:24.899Z] github.com/docker/docker/distribution [2022-05-05T09:56:24.899Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:56:24.899Z] github.com/docker/docker/distribution/utils [2022-05-05T09:56:24.899Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:56:24.899Z] github.com/docker/docker/dockerversion [2022-05-05T09:56:24.899Z] github.com/docker/docker/errdefs [2022-05-05T09:56:24.899Z] github.com/docker/docker/image [2022-05-05T09:56:24.899Z] github.com/docker/docker/image/cache [2022-05-05T09:56:24.899Z] github.com/docker/docker/image/tarexport [2022-05-05T09:56:24.899Z] github.com/docker/docker/image/v1 [2022-05-05T09:56:24.899Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:56:24.899Z] github.com/docker/docker/layer [2022-05-05T09:56:24.899Z] github.com/docker/docker/libcontainerd [2022-05-05T09:56:24.899Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:56:24.899Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:56:24.899Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:56:24.899Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/types [2022-05-05T09:56:24.899Z] github.com/docker/docker/oci [2022-05-05T09:56:24.899Z] github.com/docker/docker/oci/caps [2022-05-05T09:56:24.899Z] github.com/docker/docker/opts [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/archive [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/directory [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/platform [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/pools [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/progress [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/signal [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/stack [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/system [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:56:24.899Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:56:24.899Z] github.com/docker/docker/plugin [2022-05-05T09:56:24.899Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:56:24.899Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:56:24.899Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:56:24.899Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:56:24.899Z] github.com/docker/docker/quota [2022-05-05T09:56:24.899Z] github.com/docker/docker/reference [2022-05-05T09:56:24.899Z] github.com/docker/docker/registry [2022-05-05T09:56:24.899Z] github.com/docker/docker/registry/resumable [2022-05-05T09:56:24.899Z] github.com/docker/docker/restartmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/rootless [2022-05-05T09:56:24.899Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:56:24.899Z] github.com/docker/docker/runconfig [2022-05-05T09:56:24.899Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/environment [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/registry [2022-05-05T09:56:24.899Z] github.com/docker/docker/testutil/request [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume/drivers [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume/local [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume/mounts [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume/service [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:56:24.899Z] github.com/docker/docker/volume/testutils' [2022-05-05T09:56:24.899Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:56:24.899Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/types' [2022-05-05T09:56:24.900Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-05T09:56:24.900Z] + echo 'github.com/docker/docker/libnetwork [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/config [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/idm [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/ns [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/options [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/osl [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/types' [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T09:56:24.900Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T09:56:24.900Z] + type docker-proxy [2022-05-05T09:56:24.900Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-05T09:56:24.900Z] + hack/make.sh binary-proxy install-proxy [2022-05-05T09:56:24.900Z] [2022-05-05T09:56:25.161Z] Removing bundles/ [2022-05-05T09:56:25.161Z] [2022-05-05T09:56:25.161Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-05T09:56:25.161Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-05T09:56:25.161Z] GOOS="" GOARCH="" GOARM="" [2022-05-05T09:56:26.532Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-05T09:56:33.330Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-05T09:56:33.330Z] [2022-05-05T09:56:33.330Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-05T09:56:33.330Z] Installing docker-proxy to /usr/local/bin/ [2022-05-05T09:56:33.330Z] [2022-05-05T09:56:33.330Z] + mkdir -p bundles [2022-05-05T09:56:33.330Z] + '[' -n 'github.com/docker/docker/api [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/backend/build [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/httpstatus [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/httputils [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/middleware [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/build [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/container [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/debug [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/distribution [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/grpc [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/image [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/network [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/plugin [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/session [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/swarm [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/system [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/server/router/volume [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/types [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/types/backend [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/types/blkiodev [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/types/container [2022-05-05T09:56:33.330Z] github.com/docker/docker/api/types/events [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/filters [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/image [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/mount [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/network [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/registry [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/strslice [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/swarm [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/time [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/versions [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-05T09:56:33.331Z] github.com/docker/docker/api/types/volume [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/builder-next/worker [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/dockerfile [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/remotecontext [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/remotecontext/git [2022-05-05T09:56:33.331Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-05T09:56:33.331Z] github.com/docker/docker/cli [2022-05-05T09:56:33.331Z] github.com/docker/docker/cli/config [2022-05-05T09:56:33.331Z] github.com/docker/docker/cli/debug [2022-05-05T09:56:33.331Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-05T09:56:33.331Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-05T09:56:33.331Z] github.com/docker/docker/client [2022-05-05T09:56:33.331Z] github.com/docker/docker/cmd/docker-proxy [2022-05-05T09:56:33.331Z] github.com/docker/docker/cmd/dockerd [2022-05-05T09:56:33.331Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-05T09:56:33.331Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-05T09:56:33.331Z] github.com/docker/docker/container [2022-05-05T09:56:33.331Z] github.com/docker/docker/container/stream [2022-05-05T09:56:33.331Z] github.com/docker/docker/contrib/apparmor [2022-05-05T09:56:33.331Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-05T09:56:33.331Z] github.com/docker/docker/contrib/httpserver [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/cluster [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/cluster/convert [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/cluster/executor [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/cluster/provider [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/config [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/events [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/events/testutils [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/exec [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/images [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/initlayer [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/links [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/listeners [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/gelf [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/journald [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/local [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/logentries [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/splunk [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/syslog [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/logger/templates [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/names [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/network [2022-05-05T09:56:33.331Z] github.com/docker/docker/daemon/stats [2022-05-05T09:56:33.331Z] github.com/docker/docker/distribution [2022-05-05T09:56:33.331Z] github.com/docker/docker/distribution/metadata [2022-05-05T09:56:33.331Z] github.com/docker/docker/distribution/utils [2022-05-05T09:56:33.331Z] github.com/docker/docker/distribution/xfer [2022-05-05T09:56:33.331Z] github.com/docker/docker/dockerversion [2022-05-05T09:56:33.331Z] github.com/docker/docker/errdefs [2022-05-05T09:56:33.331Z] github.com/docker/docker/image [2022-05-05T09:56:33.331Z] github.com/docker/docker/image/cache [2022-05-05T09:56:33.331Z] github.com/docker/docker/image/tarexport [2022-05-05T09:56:33.331Z] github.com/docker/docker/image/v1 [2022-05-05T09:56:33.331Z] github.com/docker/docker/internal/test/suite [2022-05-05T09:56:33.331Z] github.com/docker/docker/layer [2022-05-05T09:56:33.331Z] github.com/docker/docker/libcontainerd [2022-05-05T09:56:33.331Z] github.com/docker/docker/libcontainerd/queue [2022-05-05T09:56:33.331Z] github.com/docker/docker/libcontainerd/remote [2022-05-05T09:56:33.331Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-05T09:56:33.331Z] github.com/docker/docker/libcontainerd/types [2022-05-05T09:56:33.331Z] github.com/docker/docker/oci [2022-05-05T09:56:33.331Z] github.com/docker/docker/oci/caps [2022-05-05T09:56:33.331Z] github.com/docker/docker/opts [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/aaparser [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/archive [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/authorization [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/broadcaster [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/capabilities [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/chrootarchive [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/containerfs [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/devicemapper [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/directory [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/dmesg [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/filenotify [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/fileutils [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/fsutils [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/homedir [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/idtools [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/ioutils [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/jsonmessage [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/longpath [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/loopback [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/namesgenerator [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/parsers [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/pidfile [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/platform [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/plugingetter [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/plugins [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/plugins/transport [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/pools [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/progress [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/pubsub [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/reexec [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/signal [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/stack [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/stdcopy [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/streamformatter [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/stringid [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/sysinfo [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/system [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/tailfile [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/tarsum [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/truncindex [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/urlutil [2022-05-05T09:56:33.331Z] github.com/docker/docker/pkg/useragent [2022-05-05T09:56:33.331Z] github.com/docker/docker/plugin [2022-05-05T09:56:33.331Z] github.com/docker/docker/plugin/executor/containerd [2022-05-05T09:56:33.331Z] github.com/docker/docker/plugin/v2 [2022-05-05T09:56:33.331Z] github.com/docker/docker/profiles/apparmor [2022-05-05T09:56:33.331Z] github.com/docker/docker/profiles/seccomp [2022-05-05T09:56:33.331Z] github.com/docker/docker/quota [2022-05-05T09:56:33.331Z] github.com/docker/docker/reference [2022-05-05T09:56:33.331Z] github.com/docker/docker/registry [2022-05-05T09:56:33.331Z] github.com/docker/docker/registry/resumable [2022-05-05T09:56:33.331Z] github.com/docker/docker/restartmanager [2022-05-05T09:56:33.331Z] github.com/docker/docker/rootless [2022-05-05T09:56:33.331Z] github.com/docker/docker/rootless/specconv [2022-05-05T09:56:33.331Z] github.com/docker/docker/runconfig [2022-05-05T09:56:33.331Z] github.com/docker/docker/runconfig/opts [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/daemon [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/environment [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/fakecontext [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/fakegit [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/fakestorage [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/fixtures/load [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/registry [2022-05-05T09:56:33.331Z] github.com/docker/docker/testutil/request [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume/drivers [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume/local [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume/mounts [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume/service [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume/service/opts [2022-05-05T09:56:33.331Z] github.com/docker/docker/volume/testutils' ']' [2022-05-05T09:56:33.332Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-05T09:56:33.332Z] ? github.com/docker/docker/api [no test files] [2022-05-05T09:56:36.550Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.49s) [2022-05-05T09:56:36.550Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-05T09:56:39.066Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-05T09:56:39.628Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-05T09:56:39.883Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-05T09:56:40.446Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-05T09:56:41.010Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-05T09:56:41.571Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-05-05T09:56:41.828Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-05T09:56:41.828Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-05T09:56:41.828Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-05T09:56:41.828Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-05T09:56:41.828Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-05T09:56:41.828Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-05T09:56:41.828Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-05T09:56:41.828Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-05T09:56:41.828Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-05T09:56:43.202Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-05T09:56:43.202Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-05T09:56:44.133Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-05T09:56:44.698Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-05T09:56:45.266Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-05T09:56:45.266Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-05T09:56:47.173Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-05T09:56:48.142Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-05T09:56:49.072Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-05T09:56:49.072Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-05T09:56:49.634Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-05T09:56:49.634Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-05T09:56:49.634Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-05T09:56:50.197Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-05T09:56:51.465Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-05-05T09:56:51.565Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-05T09:56:51.565Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-05T09:56:51.565Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T09:56:51.565Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-05T09:56:51.821Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-05T09:56:52.382Z] === RUN TestDockerSuite/TestCommitChange [2022-05-05T09:56:52.638Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-05T09:56:52.638Z] PASS [2022-05-05T09:56:52.638Z] [2022-05-05T09:56:52.638Z] DONE 17 tests in 51.812s [2022-05-05T09:56:52.638Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-05T09:56:52.638Z] ++ 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-05T09:56:52.638Z] ++ set -e [2022-05-05T09:56:52.638Z] ++ '[' -n 0 ']' [2022-05-05T09:56:52.638Z] ++ set -x [2022-05-05T09:56:52.638Z] ++ 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-05T09:56:52.638Z] INFO: Testing against a local daemon [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:56:52.638Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:56:52.638Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T09:56:52.638Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T09:56:52.638Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:56:52.638Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T09:56:52.638Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T09:56:52.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T09:56:52.895Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:56:52.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T09:56:52.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T09:56:52.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T09:56:52.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T09:56:52.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T09:56:52.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T09:56:52.895Z] === RUN TestPluginInstall [2022-05-05T09:56:52.895Z] === RUN TestPluginInstall/no_auth [2022-05-05T09:56:53.151Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-05T09:56:54.083Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-05T09:56:55.013Z] time="2022-05-05T09:56:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:56:55.013Z] time="2022-05-05T09:56:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e7068fd75898d513818ab56808fd4f6410a58d10aae8da379907ad4dcf5bf8a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:56:55.013Z] time="2022-05-05T09:56:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:56:55.013Z] time="2022-05-05T09:56:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e7068fd75898d513818ab56808fd4f6410a58d10aae8da379907ad4dcf5bf8a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:56:55.013Z] === RUN TestPluginInstall/with_htpasswd [2022-05-05T09:56:55.270Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-05T09:56:55.526Z] time="2022-05-05T09:56:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:56:55.526Z] time="2022-05-05T09:56:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:891e973f9341940b4e28b0030611be1522fd996aab090fd3983547be80eb169c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:56:55.526Z] time="2022-05-05T09:56:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:56:55.526Z] time="2022-05-05T09:56:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:891e973f9341940b4e28b0030611be1522fd996aab090fd3983547be80eb169c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:56:56.088Z] === RUN TestPluginInstall/with_insecure [2022-05-05T09:56:56.651Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-05T09:56:56.907Z] time="2022-05-05T09:56:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:56:56.907Z] time="2022-05-05T09:56:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:937b291dd2042d47f719eab96cc0a9a3392b919ffefc24fea5107f6412c637eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:56:56.907Z] time="2022-05-05T09:56:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-05T09:56:56.908Z] time="2022-05-05T09:56:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:937b291dd2042d47f719eab96cc0a9a3392b919ffefc24fea5107f6412c637eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-05T09:56:57.164Z] plugin_test.go:195: [d65e1671e9549] daemon is not started [2022-05-05T09:56:57.164Z] --- PASS: TestPluginInstall (4.50s) [2022-05-05T09:56:57.164Z] --- PASS: TestPluginInstall/no_auth (2.36s) [2022-05-05T09:56:57.164Z] --- PASS: TestPluginInstall/with_htpasswd (0.87s) [2022-05-05T09:56:57.164Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-05-05T09:56:57.164Z] === RUN TestPluginsWithRuntimes [2022-05-05T09:56:57.421Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-05T09:56:58.787Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-05T09:56:59.043Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-05T09:56:59.299Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-05T09:56:59.397Z] --- PASS: TestBuildWithHugeFile (121.12s) [2022-05-05T09:56:59.397Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T09:56:59.397Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:56:59.397Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T09:56:59.397Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:56:59.397Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:56:59.397Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:56:59.397Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:56:59.397Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:56:59.397Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:56:59.397Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:56:59.397Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:56:59.397Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:56:59.397Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-05-05T09:56:59.397Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-05T09:56:59.397Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-05T09:56:59.397Z] === RUN TestBuildPreserveOwnership [2022-05-05T09:56:59.397Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:56:59.397Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestBuildPlatformInvalid [2022-05-05T09:56:59.397Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-05-05T09:56:59.397Z] PASS [2022-05-05T09:56:59.397Z] ok github.com/docker/docker/integration/build 189.968s [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === Skipped [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-05T09:56:59.397Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-05T09:56:59.397Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-05T09:56:59.397Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-05T09:56:59.397Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:56:59.397Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-05T09:56:59.397Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] DONE 29 tests, 6 skipped in 227.306s [2022-05-05T09:56:59.397Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-05T09:56:59.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:56:59.397Z] INFO: Testing against a local daemon [2022-05-05T09:56:59.397Z] === RUN TestConfigInspect [2022-05-05T09:56:59.397Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestConfigList [2022-05-05T09:56:59.397Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] --- SKIP: TestConfigList (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestConfigsCreateAndDelete [2022-05-05T09:56:59.397Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestConfigsUpdate [2022-05-05T09:56:59.397Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestTemplatedConfig [2022-05-05T09:56:59.397Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestConfigCreateResolve [2022-05-05T09:56:59.397Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:56:59.397Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-05T09:56:59.397Z] PASS [2022-05-05T09:56:59.397Z] ok github.com/docker/docker/integration/config 0.112s [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === Skipped [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-05T09:56:59.397Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-05T09:56:59.397Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-05T09:56:59.397Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-05T09:56:59.397Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-05T09:56:59.397Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-05T09:56:59.397Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:56:59.397Z] [2022-05-05T09:56:59.397Z] DONE 6 tests, 6 skipped in 2.042s [2022-05-05T09:56:59.397Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-05T09:56:59.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:56:59.397Z] INFO: Testing against a local daemon [2022-05-05T09:56:59.397Z] === RUN TestCheckpoint [2022-05-05T09:56:59.397Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:56:59.397Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T09:56:59.397Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T09:56:59.397Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:56:59.397Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:56:59.397Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:56:59.397Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:56:59.397Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T09:56:59.397Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T09:56:59.397Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T09:56:59.397Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T09:56:59.397Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T09:56:59.397Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/commit (0.03s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-05T09:56:59.397Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T09:56:59.397Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2022-05-05T09:56:59.397Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T09:56:59.397Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-05-05T09:56:59.397Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T09:56:59.397Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-05-05T09:56:59.397Z] === RUN TestCopyEmptyFile [2022-05-05T09:56:59.397Z] --- PASS: TestCopyEmptyFile (0.40s) [2022-05-05T09:56:59.397Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T09:56:59.397Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-05-05T09:56:59.397Z] === RUN TestCopyFromContainer [2022-05-05T09:56:59.397Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.397Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-05T09:56:59.397Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T09:56:59.397Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:56:59.397Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:56:59.397Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:56:59.397Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:56:59.397Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:56:59.397Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:56:59.397Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:56:59.397Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:56:59.397Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:56:59.397Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T09:56:59.398Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-05T09:56:59.398Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidEnv [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T09:56:59.398Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.398Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T09:56:59.398Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:56:59.398Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T09:56:59.398Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:56:59.398Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:56:59.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:56:59.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:56:59.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T09:56:59.398Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-05T09:56:59.398Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateDifferentPlatform [2022-05-05T09:56:59.398Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T09:56:59.398Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T09:56:59.398Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-05T09:56:59.398Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T09:56:59.398Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-05-05T09:56:59.398Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T09:56:59.398Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-05T09:56:59.398Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-05T09:56:59.398Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T09:56:59.398Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:56:59.398Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:56:59.398Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:56:59.398Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:57:00.226Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-05T09:57:00.482Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-05T09:57:01.044Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-05T09:57:01.044Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-05T09:57:01.044Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-05T09:57:01.300Z] --- PASS: TestPluginsWithRuntimes (3.96s) [2022-05-05T09:57:01.300Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-05-05T09:57:01.300Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-05-05T09:57:01.300Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T09:57:01.300Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-05T09:57:01.300Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-05T09:57:01.300Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-05T09:57:01.300Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices (0.03s) [2022-05-05T09:57:01.594Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.44s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.30s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.93s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.21s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.28s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.45s) [2022-05-05T09:57:01.594Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.24s) [2022-05-05T09:57:01.594Z] === RUN TestDiff [2022-05-05T09:57:01.594Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-05T09:57:01.594Z] --- SKIP: TestDiff (0.00s) [2022-05-05T09:57:01.594Z] === RUN TestExecWithCloseStdin [2022-05-05T09:57:01.862Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2022-05-05T09:57:01.862Z] PASS [2022-05-05T09:57:01.862Z] [2022-05-05T09:57:01.862Z] DONE 24 tests in 9.404s [2022-05-05T09:57:02.118Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-05T09:57:02.118Z] ++ 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-05T09:57:02.118Z] ++ set -e [2022-05-05T09:57:02.118Z] ++ '[' -n 0 ']' [2022-05-05T09:57:02.118Z] ++ set -x [2022-05-05T09:57:02.119Z] ++ 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-05T09:57:02.119Z] INFO: Testing against a local daemon [2022-05-05T09:57:02.119Z] === RUN TestExternalGraphDriver [2022-05-05T09:57:02.119Z] === RUN TestExternalGraphDriver/json [2022-05-05T09:57:02.682Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-05T09:57:03.771Z] --- PASS: TestExecWithCloseStdin (2.45s) [2022-05-05T09:57:03.771Z] === RUN TestExec [2022-05-05T09:57:04.054Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-05T09:57:04.055Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-05T09:57:04.055Z] === RUN TestExternalGraphDriver/spec [2022-05-05T09:57:04.626Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-05T09:57:05.195Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-05-05T09:57:05.452Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-05T09:57:05.947Z] --- PASS: TestExec (2.21s) [2022-05-05T09:57:05.947Z] === RUN TestExecUser [2022-05-05T09:57:05.947Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-05T09:57:05.947Z] --- SKIP: TestExecUser (0.00s) [2022-05-05T09:57:05.947Z] === RUN TestExportContainerAndImportImage [2022-05-05T09:57:05.947Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:57:05.947Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-05T09:57:05.947Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T09:57:05.947Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:57:05.947Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-05T09:57:05.947Z] === RUN TestHealthCheckWorkdir [2022-05-05T09:57:05.947Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-05T09:57:05.947Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-05T09:57:05.947Z] === RUN TestHealthKillContainer [2022-05-05T09:57:05.947Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-05T09:57:05.947Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-05T09:57:05.947Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T09:57:05.947Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T09:57:05.947Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T09:57:05.947Z] === RUN TestKillContainerInvalidSignal [2022-05-05T09:57:06.019Z] === RUN TestExternalGraphDriver/pull [2022-05-05T09:57:06.019Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-05T09:57:06.582Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-05T09:57:07.512Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-05T09:57:07.512Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-05T09:57:07.512Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-05T09:57:08.123Z] --- PASS: TestKillContainerInvalidSignal (2.19s) [2022-05-05T09:57:08.124Z] === RUN TestKillContainer [2022-05-05T09:57:08.124Z] === RUN TestKillContainer/no_signal [2022-05-05T09:57:08.441Z] --- PASS: TestExternalGraphDriver (6.33s) [2022-05-05T09:57:08.441Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2022-05-05T09:57:08.441Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2022-05-05T09:57:08.441Z] --- PASS: TestExternalGraphDriver/pull (2.41s) [2022-05-05T09:57:08.441Z] === RUN TestGraphdriverPluginV2 [2022-05-05T09:57:08.456Z] ba8181afd426: Pull complete [2022-05-05T09:57:08.456Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-05-05T09:57:08.456Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T09:57:08.456Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-05-05T09:57:08.456Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-05-05T09:57:08.456Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2803' [2022-05-05T09:57:08.456Z] WARN: Skipping validation tests [2022-05-05T09:57:08.456Z] INFO: Running unit tests at 05/05/2022 09:57:00... [2022-05-05T09:57:08.456Z] INFO: make.ps1 starting at 05/05/2022 09:57:07 [2022-05-05T09:57:08.456Z] INFO: Git commit (d6115b8f40) assumed from DOCKER_GITCOMMIT environment variable [2022-05-05T09:57:08.456Z] INFO: Running unit tests... [2022-05-05T09:57:08.697Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-05T09:57:08.697Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-05T09:57:08.697Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-05T09:57:08.697Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-05T09:57:08.697Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-05T09:57:09.259Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-05-05T09:57:09.516Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-05T09:57:10.080Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-05T09:57:10.297Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T09:57:10.297Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-05T09:57:10.297Z] === RUN TestKillContainer/killing_signal [2022-05-05T09:57:10.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-05T09:57:10.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-05T09:57:12.013Z] docker_api_swarm_node_test.go:20: [de4adb0bf694d] joining swarm manager [dfd1382d61652]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:57:12.269Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-05T09:57:12.831Z] docker_api_swarm_node_test.go:21: [de92e1a638a23] joining swarm manager [dfd1382d61652]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:57:13.087Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-05T09:57:13.087Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-05T09:57:13.197Z] --- PASS: TestKillContainer (4.66s) [2022-05-05T09:57:13.197Z] --- PASS: TestKillContainer/no_signal (2.03s) [2022-05-05T09:57:13.197Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-05T09:57:13.197Z] --- PASS: TestKillContainer/killing_signal (2.58s) [2022-05-05T09:57:13.197Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T09:57:13.197Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:57:13.197Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-05T09:57:13.197Z] === RUN TestKillStoppedContainer [2022-05-05T09:57:13.197Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:57:13.197Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-05T09:57:13.197Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T09:57:13.197Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:57:13.197Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-05T09:57:13.197Z] === RUN TestKillDifferentUserContainer [2022-05-05T09:57:13.197Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-05T09:57:13.197Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-05T09:57:13.197Z] === RUN TestInspectOomKilledTrue [2022-05-05T09:57:13.197Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:57:13.197Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-05T09:57:13.197Z] === RUN TestInspectOomKilledFalse [2022-05-05T09:57:13.197Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:57:13.197Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-05T09:57:13.198Z] === RUN TestLogsFollowTailEmpty [2022-05-05T09:57:13.347Z] --- PASS: TestGraphdriverPluginV2 (4.83s) [2022-05-05T09:57:13.347Z] PASS [2022-05-05T09:57:13.347Z] [2022-05-05T09:57:13.347Z] DONE 5 tests in 11.285s [2022-05-05T09:57:13.347Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-05T09:57:13.347Z] ++ 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-05T09:57:13.347Z] ++ set -e [2022-05-05T09:57:13.347Z] ++ '[' -n 0 ']' [2022-05-05T09:57:13.347Z] ++ set -x [2022-05-05T09:57:13.347Z] ++ 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-05T09:57:13.347Z] INFO: Testing against a local daemon [2022-05-05T09:57:13.347Z] === RUN TestContinueAfterPluginCrash [2022-05-05T09:57:13.347Z] === PAUSE TestContinueAfterPluginCrash [2022-05-05T09:57:13.347Z] === RUN TestReadPluginNoRead [2022-05-05T09:57:13.347Z] === PAUSE TestReadPluginNoRead [2022-05-05T09:57:13.347Z] === RUN TestDaemonStartWithLogOpt [2022-05-05T09:57:13.347Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-05T09:57:13.347Z] === CONT TestContinueAfterPluginCrash [2022-05-05T09:57:13.347Z] === CONT TestDaemonStartWithLogOpt [2022-05-05T09:57:13.910Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-05T09:57:14.476Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-05T09:57:14.733Z] --- PASS: TestLogsFollowTailEmpty (2.13s) [2022-05-05T09:57:14.734Z] === RUN TestNetworkNat [2022-05-05T09:57:14.734Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-05T09:57:14.734Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-05T09:57:14.734Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T09:57:15.407Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-05T09:57:15.971Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-05T09:57:15.971Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-05T09:57:16.900Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-05T09:57:17.462Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-05T09:57:17.718Z] --- PASS: TestDaemonStartWithLogOpt (4.34s) [2022-05-05T09:57:17.718Z] === CONT TestReadPluginNoRead [2022-05-05T09:57:17.976Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-05T09:57:17.976Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-05T09:57:18.463Z] --- PASS: TestNetworkLocalhostTCPNat (3.54s) [2022-05-05T09:57:18.463Z] === RUN TestNetworkLoopbackNat [2022-05-05T09:57:18.463Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-05T09:57:18.463Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-05T09:57:18.463Z] === RUN TestPause [2022-05-05T09:57:18.463Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-05T09:57:18.463Z] --- SKIP: TestPause (0.00s) [2022-05-05T09:57:18.463Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T09:57:18.540Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-05T09:57:19.907Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-05T09:57:20.468Z] === RUN TestReadPluginNoRead/default [2022-05-05T09:57:20.664Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.12s) [2022-05-05T09:57:20.664Z] === RUN TestPauseStopPausedContainer [2022-05-05T09:57:20.664Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:57:20.664Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-05T09:57:20.664Z] === RUN TestPsFilter [2022-05-05T09:57:20.735Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-05T09:57:20.735Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-05T09:57:20.994Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-05T09:57:20.994Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-05T09:57:20.994Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-05T09:57:21.010Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-05T09:57:21.122Z] --- PASS: TestPsFilter (0.39s) [2022-05-05T09:57:21.122Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T09:57:21.555Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-05T09:57:22.116Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-05T09:57:23.044Z] --- PASS: TestContinueAfterPluginCrash (9.38s) [2022-05-05T09:57:23.300Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-05T09:57:23.556Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-05-05T09:57:24.021Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.62s) [2022-05-05T09:57:24.021Z] === RUN TestRemoveContainerWithVolume [2022-05-05T09:57:24.485Z] === CONT TestReadPluginNoRead [2022-05-05T09:57:24.485Z] read_test.go:92: [de0dbf9c96050] daemon is not started [2022-05-05T09:57:24.485Z] --- PASS: TestReadPluginNoRead (6.70s) [2022-05-05T09:57:24.485Z] --- PASS: TestReadPluginNoRead/default (1.39s) [2022-05-05T09:57:24.485Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2022-05-05T09:57:24.485Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s) [2022-05-05T09:57:24.485Z] PASS [2022-05-05T09:57:24.485Z] [2022-05-05T09:57:24.485Z] DONE 6 tests in 11.181s [2022-05-05T09:57:24.485Z] 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-05T09:57:24.485Z] ++ 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-05T09:57:24.485Z] ++ set -e [2022-05-05T09:57:24.485Z] ++ '[' -n 0 ']' [2022-05-05T09:57:24.485Z] ++ set -x [2022-05-05T09:57:24.485Z] ++ 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-05T09:57:24.485Z] testing: warning: no tests to run [2022-05-05T09:57:24.485Z] PASS [2022-05-05T09:57:24.485Z] [2022-05-05T09:57:24.485Z] DONE 0 tests in 0.041s [2022-05-05T09:57:24.485Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-05T09:57:24.485Z] ++ 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-05T09:57:24.485Z] ++ set -e [2022-05-05T09:57:24.485Z] ++ '[' -n 0 ']' [2022-05-05T09:57:24.485Z] ++ set -x [2022-05-05T09:57:24.485Z] ++ 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-05T09:57:24.744Z] INFO: Testing against a local daemon [2022-05-05T09:57:24.744Z] === RUN TestPluginWithDevMounts [2022-05-05T09:57:24.744Z] === PAUSE TestPluginWithDevMounts [2022-05-05T09:57:24.744Z] === CONT TestPluginWithDevMounts [2022-05-05T09:57:25.674Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-05T09:57:26.197Z] --- PASS: TestRemoveContainerWithVolume (2.76s) [2022-05-05T09:57:26.197Z] === RUN TestRemoveContainerRunning [2022-05-05T09:57:26.755Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-05T09:57:26.755Z] --- PASS: TestPluginWithDevMounts (1.75s) [2022-05-05T09:57:26.755Z] PASS [2022-05-05T09:57:26.755Z] [2022-05-05T09:57:26.755Z] DONE 1 tests in 1.856s [2022-05-05T09:57:26.755Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-05T09:57:26.755Z] ++ 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-05T09:57:26.755Z] ++ set -e [2022-05-05T09:57:26.755Z] ++ '[' -n 0 ']' [2022-05-05T09:57:26.755Z] ++ set -x [2022-05-05T09:57:26.755Z] ++ 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-05T09:57:26.755Z] INFO: Testing against a local daemon [2022-05-05T09:57:26.755Z] === RUN TestSecretInspect [2022-05-05T09:57:27.323Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-05T09:57:27.323Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-05T09:57:27.323Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-05T09:57:27.323Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-05T09:57:27.885Z] docker_api_swarm_test.go:502: [de7c539e46c37] joining swarm manager [d146fa706aba9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:57:28.560Z] --- PASS: TestRemoveContainerRunning (2.08s) [2022-05-05T09:57:28.561Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T09:57:29.250Z] --- PASS: TestSecretInspect (2.57s) [2022-05-05T09:57:29.250Z] === RUN TestSecretList [2022-05-05T09:57:30.177Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-05T09:57:30.740Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-05T09:57:30.755Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.11s) [2022-05-05T09:57:30.755Z] === RUN TestRemoveInvalidContainer [2022-05-05T09:57:30.755Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-05T09:57:30.755Z] === RUN TestRenameLinkedContainer [2022-05-05T09:57:30.755Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-05T09:57:30.755Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-05T09:57:30.755Z] === RUN TestRenameStoppedContainer [2022-05-05T09:57:31.667Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-05T09:57:31.667Z] --- PASS: TestSecretList (2.48s) [2022-05-05T09:57:31.667Z] === RUN TestSecretsCreateAndDelete [2022-05-05T09:57:33.558Z] ? github.com/docker/docker/api [no test files] [2022-05-05T09:57:33.656Z] --- PASS: TestRenameStoppedContainer (2.72s) [2022-05-05T09:57:33.656Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T09:57:34.182Z] --- PASS: TestSecretsCreateAndDelete (2.57s) [2022-05-05T09:57:34.182Z] === RUN TestSecretsUpdate [2022-05-05T09:57:35.108Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-05T09:57:35.364Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-05T09:57:36.732Z] --- PASS: TestSecretsUpdate (2.57s) [2022-05-05T09:57:36.732Z] === RUN TestTemplatedSecret [2022-05-05T09:57:36.732Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-05T09:57:37.661Z] docker_api_swarm_test.go:507: [d129a67866d45] joining swarm manager [d146fa706aba9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:57:38.224Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-05T09:57:38.334Z] --- PASS: TestRenameRunningContainerAndReuse (4.45s) [2022-05-05T09:57:38.334Z] === RUN TestRenameInvalidName [2022-05-05T09:57:39.162Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-05-05T09:57:39.867Z] --- PASS: TestRenameInvalidName (2.21s) [2022-05-05T09:57:39.867Z] === RUN TestRenameAnonymousContainer [2022-05-05T09:57:40.089Z] --- PASS: TestTemplatedSecret (3.26s) [2022-05-05T09:57:40.089Z] === RUN TestSecretCreateResolve [2022-05-05T09:57:40.650Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-05-05T09:57:42.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-05-05T09:57:42.270Z] --- PASS: TestSecretCreateResolve (2.22s) [2022-05-05T09:57:42.270Z] PASS [2022-05-05T09:57:42.271Z] [2022-05-05T09:57:42.271Z] DONE 6 tests in 15.812s [2022-05-05T09:57:42.271Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-05T09:57:42.271Z] ++ 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-05T09:57:42.271Z] ++ set -e [2022-05-05T09:57:42.271Z] ++ '[' -n 0 ']' [2022-05-05T09:57:42.271Z] ++ set -x [2022-05-05T09:57:42.271Z] ++ 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-05T09:57:42.526Z] INFO: Testing against a local daemon [2022-05-05T09:57:42.526Z] === RUN TestServiceCreateInit [2022-05-05T09:57:42.526Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T09:57:43.454Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-05-05T09:57:44.820Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000cba798_} [2022-05-05T09:57:46.182Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13992915683_/foo_false____} [2022-05-05T09:57:46.439Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T09:57:47.802Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13992915683_/foo_true____} [2022-05-05T09:57:49.168Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31094177197_/foo_false____} [2022-05-05T09:57:50.284Z] --- PASS: TestRenameAnonymousContainer (9.21s) [2022-05-05T09:57:50.284Z] === RUN TestRenameContainerWithSameName [2022-05-05T09:57:50.532Z] --- PASS: TestServiceCreateInit (8.09s) [2022-05-05T09:57:50.532Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.89s) [2022-05-05T09:57:50.532Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.18s) [2022-05-05T09:57:50.532Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T09:57:50.532Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31094177197_/foo_true____} [2022-05-05T09:57:51.250Z] --- PASS: TestRenameContainerWithSameName (2.12s) [2022-05-05T09:57:51.250Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T09:57:51.250Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-05T09:57:51.250Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-05T09:57:51.250Z] === RUN TestResize [2022-05-05T09:57:51.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31094177197_/foo_true__0xc000cba810__} [2022-05-05T09:57:53.425Z] --- PASS: TestResize (2.12s) [2022-05-05T09:57:53.425Z] === RUN TestResizeWithInvalidSize [2022-05-05T09:57:53.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000cba828_} [2022-05-05T09:57:55.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000cba840_} [2022-05-05T09:57:55.596Z] --- PASS: TestResizeWithInvalidSize (2.08s) [2022-05-05T09:57:55.596Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T09:57:57.042Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000cba858_} [2022-05-05T09:57:57.995Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000cba8b8_} [2022-05-05T09:57:58.498Z] --- PASS: TestResizeWhenContainerNotStarted (2.81s) [2022-05-05T09:57:58.498Z] === RUN TestDaemonRestartKillContainers [2022-05-05T09:57:58.498Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:57:58.498Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:57:58.498Z] === RUN TestStats [2022-05-05T09:57:58.498Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-05T09:57:58.498Z] --- SKIP: TestStats (0.00s) [2022-05-05T09:57:58.498Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T09:57:59.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-05-05T09:58:00.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-05-05T09:58:01.067Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-05-05T09:58:01.067Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-05-05T09:58:01.067Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-05-05T09:58:01.067Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-05T09:58:02.956Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-05T09:58:03.768Z] === RUN TestMiddlewares [2022-05-05T09:58:03.768Z] --- PASS: TestMiddlewares (0.00s) [2022-05-05T09:58:03.768Z] PASS [2022-05-05T09:58:03.768Z] coverage: 7.9% of statements [2022-05-05T09:58:03.768Z] ok github.com/docker/docker/api/server 0.070s coverage: 7.9% of statements [2022-05-05T09:58:03.886Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-05T09:58:05.564Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.25s) [2022-05-05T09:58:05.564Z] === RUN TestStopContainerWithTimeout [2022-05-05T09:58:05.564Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-05T09:58:05.564Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-05T09:58:05.564Z] === RUN TestUpdateRestartPolicy [2022-05-05T09:58:05.774Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-05T09:58:06.338Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-05-05T09:58:06.595Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-05T09:58:06.851Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-05T09:58:07.107Z] --- PASS: TestCreateServiceMultipleTimes (16.57s) [2022-05-05T09:58:07.107Z] === RUN TestCreateServiceConflict [2022-05-05T09:58:07.669Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-05T09:58:08.597Z] docker_api_swarm_node_test.go:81: [dc5dd31f3f0e6] joining swarm manager [dc65f9525980b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:58:08.597Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-05-05T09:58:09.526Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-05T09:58:10.089Z] --- PASS: TestCreateServiceConflict (3.00s) [2022-05-05T09:58:10.089Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T09:58:10.347Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-05T09:58:11.276Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-05T09:58:11.534Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-05T09:58:12.901Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-05T09:58:14.269Z] --- PASS: TestCreateServiceMaxReplicas (3.87s) [2022-05-05T09:58:14.269Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T09:58:14.269Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-05T09:58:14.831Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-05T09:58:15.765Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-05T09:58:17.133Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-05T09:58:18.060Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-05T09:58:18.987Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-05T09:58:19.914Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-05T09:58:20.272Z] --- PASS: TestBuildWithHugeFile (125.51s) [2022-05-05T09:58:20.272Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T09:58:20.272Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:58:20.272Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T09:58:20.272Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:58:20.272Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:58:20.272Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:58:20.272Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:58:20.272Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:58:20.272Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:58:20.272Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T09:58:20.272Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T09:58:20.272Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T09:58:20.272Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2022-05-05T09:58:20.272Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-05-05T09:58:20.272Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-05T09:58:20.272Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-05T09:58:20.272Z] === RUN TestBuildPreserveOwnership [2022-05-05T09:58:20.272Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:58:20.272Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestBuildPlatformInvalid [2022-05-05T09:58:20.272Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-05-05T09:58:20.272Z] PASS [2022-05-05T09:58:20.272Z] ok github.com/docker/docker/integration/build 206.889s [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === Skipped [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-05T09:58:20.272Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-05T09:58:20.272Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-05T09:58:20.272Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-05T09:58:20.272Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T09:58:20.272Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-05T09:58:20.272Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] DONE 29 tests, 6 skipped in 248.769s [2022-05-05T09:58:20.272Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-05T09:58:20.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:58:20.272Z] INFO: Testing against a local daemon [2022-05-05T09:58:20.272Z] === RUN TestConfigInspect [2022-05-05T09:58:20.272Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestConfigList [2022-05-05T09:58:20.272Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] --- SKIP: TestConfigList (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestConfigsCreateAndDelete [2022-05-05T09:58:20.272Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestConfigsUpdate [2022-05-05T09:58:20.272Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestTemplatedConfig [2022-05-05T09:58:20.272Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-05T09:58:20.272Z] === RUN TestConfigCreateResolve [2022-05-05T09:58:20.272Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:20.272Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-05T09:58:20.272Z] PASS [2022-05-05T09:58:20.272Z] ok github.com/docker/docker/integration/config 0.130s [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === Skipped [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-05T09:58:20.272Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-05T09:58:20.272Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.272Z] [2022-05-05T09:58:20.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-05T09:58:20.273Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.273Z] [2022-05-05T09:58:20.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-05T09:58:20.273Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.273Z] [2022-05-05T09:58:20.273Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-05T09:58:20.273Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:20.273Z] [2022-05-05T09:58:20.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-05T09:58:20.273Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:20.273Z] [2022-05-05T09:58:20.273Z] DONE 6 tests, 6 skipped in 2.383s [2022-05-05T09:58:20.273Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-05T09:58:20.273Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:58:20.273Z] INFO: Testing against a local daemon [2022-05-05T09:58:20.273Z] === RUN TestCheckpoint [2022-05-05T09:58:20.273Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:58:20.273Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T09:58:20.273Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T09:58:20.273Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:58:20.273Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:58:20.273Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:58:20.273Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:58:20.273Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T09:58:20.273Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T09:58:20.273Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T09:58:20.273Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T09:58:20.273Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T09:58:20.273Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON (0.06s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-05T09:58:20.273Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T09:58:20.273Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T09:58:20.273Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-05-05T09:58:20.273Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T09:58:20.273Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-05-05T09:58:20.273Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T09:58:20.273Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.29s) [2022-05-05T09:58:20.273Z] === RUN TestCopyEmptyFile [2022-05-05T09:58:20.474Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-05T09:58:20.731Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-05T09:58:20.754Z] --- PASS: TestCopyEmptyFile (0.42s) [2022-05-05T09:58:20.754Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T09:58:20.986Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-05T09:58:21.236Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-05-05T09:58:21.236Z] === RUN TestCopyFromContainer [2022-05-05T09:58:21.236Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:21.236Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T09:58:21.236Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:58:21.236Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:58:21.236Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:58:21.236Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:58:21.236Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:58:21.236Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:58:21.236Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T09:58:21.236Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T09:58:21.236Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T09:58:21.236Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-05T09:58:21.236Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T09:58:21.236Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-05T09:58:21.236Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidEnv [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T09:58:21.236Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:21.236Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T09:58:21.236Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:21.236Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T09:58:21.236Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:21.236Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:58:21.236Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:58:21.236Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T09:58:21.236Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-05T09:58:21.236Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T09:58:21.236Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-05T09:58:21.236Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateDifferentPlatform [2022-05-05T09:58:21.236Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T09:58:21.236Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T09:58:21.236Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-05-05T09:58:21.236Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T09:58:21.236Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2022-05-05T09:58:21.236Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T09:58:21.236Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-05T09:58:21.236Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-05T09:58:21.236Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T09:58:21.236Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:21.236Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-05T09:58:21.236Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:58:21.236Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.236Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.548Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-05T09:58:21.726Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.727Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T09:58:21.727Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.727Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.727Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T09:58:21.727Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T09:58:21.805Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-05T09:58:22.732Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-05T09:58:23.292Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-05T09:58:23.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-05-05T09:58:23.805Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-05T09:58:25.174Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-05T09:58:25.737Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-05T09:58:25.737Z] docker_api_swarm_node_test.go:53: [d32be75aceadb] joining swarm manager [d23f7b936945a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:58:26.666Z] docker_api_swarm_node_test.go:54: [ded3fe9921605] joining swarm manager [d23f7b936945a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:58:26.782Z] --- PASS: TestUpdateRestartPolicy (22.22s) [2022-05-05T09:58:26.782Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T09:58:27.269Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/server/middleware 0.018s coverage: 37.7% of statements [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/server/router/swarm 0.021s coverage: 6.1% of statements [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/types/time 0.011s coverage: 100.0% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/builder/remotecontext 0.111s coverage: 13.7% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/builder/dockerfile 0.519s coverage: 49.3% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-05-05T09:58:27.969Z] ok github.com/docker/docker/builder/remotecontext/git 1.724s coverage: 86.3% of statements [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/cli [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-05T09:58:27.969Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-05T09:58:28.230Z] ok github.com/docker/docker/cmd/docker-proxy 0.266s coverage: 67.6% of statements [2022-05-05T09:58:29.101Z] --- PASS: TestUpdateRestartWithAutoRemove (2.22s) [2022-05-05T09:58:29.101Z] === RUN TestWaitNonBlocked [2022-05-05T09:58:29.101Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:58:29.101Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:58:29.101Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:58:29.101Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:58:29.101Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T09:58:29.101Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T09:58:29.147Z] --- PASS: TestWindowsDevices (0.03s) [2022-05-05T09:58:29.147Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-05-05T09:58:29.147Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.23s) [2022-05-05T09:58:29.147Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-05T09:58:29.147Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-05T09:58:29.147Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.81s) [2022-05-05T09:58:29.147Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.58s) [2022-05-05T09:58:29.147Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.61s) [2022-05-05T09:58:29.147Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.61s) [2022-05-05T09:58:29.147Z] === RUN TestDiff [2022-05-05T09:58:29.147Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:29.147Z] --- SKIP: TestDiff (0.00s) [2022-05-05T09:58:29.147Z] === RUN TestExecWithCloseStdin [2022-05-05T09:58:29.147Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-05T09:58:29.147Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-05-05T09:58:29.147Z] === RUN TestExec [2022-05-05T09:58:29.784Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.46s) [2022-05-05T09:58:29.784Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T09:58:30.345Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-05T09:58:32.436Z] ok github.com/docker/docker/client 0.160s coverage: 75.6% of statements [2022-05-05T09:58:32.831Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-05T09:58:32.831Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.40s) [2022-05-05T09:58:32.831Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.52s) [2022-05-05T09:58:32.831Z] === RUN TestWaitBlocked [2022-05-05T09:58:32.831Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:32.831Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-05T09:58:32.831Z] PASS [2022-05-05T09:58:32.831Z] ok github.com/docker/docker/integration/container 99.264s [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === Skipped [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-05T09:58:32.831Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-05T09:58:32.831Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-05T09:58:32.831Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-05T09:58:32.831Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-05T09:58:32.831Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-05T09:58:32.831Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-05T09:58:32.831Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-05T09:58:32.831Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-05T09:58:32.831Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-05T09:58:32.831Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T09:58:32.831Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-05T09:58:32.831Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-05T09:58:32.831Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-05T09:58:32.831Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-05T09:58:32.831Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-05T09:58:32.831Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-05T09:58:32.831Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T09:58:32.831Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-05T09:58:32.831Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-05T09:58:32.831Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-05T09:58:32.831Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-05T09:58:32.831Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-05T09:58:32.831Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-05T09:58:32.831Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-05T09:58:32.831Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-05T09:58:32.831Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:58:32.831Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-05T09:58:32.831Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-05T09:58:32.831Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-05T09:58:32.831Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:58:32.831Z] [2022-05-05T09:58:32.831Z] DONE 120 tests, 34 skipped in 102.369s [2022-05-05T09:58:32.831Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-05T09:58:32.862Z] --- PASS: TestCreateServiceSecretFileMode (2.97s) [2022-05-05T09:58:32.862Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T09:58:32.862Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-05T09:58:33.014Z] --- PASS: TestExec (4.34s) [2022-05-05T09:58:33.014Z] === RUN TestExecUser [2022-05-05T09:58:33.014Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-05T09:58:33.014Z] --- SKIP: TestExecUser (0.00s) [2022-05-05T09:58:33.014Z] === RUN TestExportContainerAndImportImage [2022-05-05T09:58:33.014Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:33.014Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-05T09:58:33.014Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T09:58:33.014Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:33.014Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-05T09:58:33.014Z] === RUN TestHealthCheckWorkdir [2022-05-05T09:58:33.014Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:33.014Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-05T09:58:33.014Z] === RUN TestHealthKillContainer [2022-05-05T09:58:33.014Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-05T09:58:33.014Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-05T09:58:33.014Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T09:58:33.014Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T09:58:33.014Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T09:58:33.014Z] === RUN TestKillContainerInvalidSignal [2022-05-05T09:58:33.424Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-05T09:58:35.322Z] --- PASS: TestCreateServiceConfigFileMode (3.00s) [2022-05-05T09:58:35.322Z] === RUN TestCreateServiceSysctls [2022-05-05T09:58:36.031Z] --- PASS: TestKillContainerInvalidSignal (3.18s) [2022-05-05T09:58:36.032Z] === RUN TestKillContainer [2022-05-05T09:58:36.032Z] === RUN TestKillContainer/no_signal [2022-05-05T09:58:37.211Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-05T09:58:39.048Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T09:58:39.048Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-05T09:58:39.048Z] === RUN TestKillContainer/killing_signal [2022-05-05T09:58:39.103Z] --- PASS: TestCreateServiceSysctls (3.72s) [2022-05-05T09:58:39.103Z] === RUN TestCreateServiceCapabilities [2022-05-05T09:58:39.358Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-05T09:58:39.920Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-05T09:58:42.434Z] --- PASS: TestCreateServiceCapabilities (3.15s) [2022-05-05T09:58:42.434Z] === RUN TestInspect [2022-05-05T09:58:42.913Z] --- PASS: TestKillContainer (6.46s) [2022-05-05T09:58:42.913Z] --- PASS: TestKillContainer/no_signal (3.24s) [2022-05-05T09:58:42.913Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-05T09:58:42.913Z] --- PASS: TestKillContainer/killing_signal (3.16s) [2022-05-05T09:58:42.913Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T09:58:42.913Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:58:42.913Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-05T09:58:42.913Z] === RUN TestKillStoppedContainer [2022-05-05T09:58:42.913Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:58:42.913Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-05T09:58:42.913Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T09:58:42.913Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T09:58:42.913Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-05T09:58:42.913Z] === RUN TestKillDifferentUserContainer [2022-05-05T09:58:42.913Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-05T09:58:42.913Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-05T09:58:42.913Z] === RUN TestInspectOomKilledTrue [2022-05-05T09:58:42.913Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:42.913Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-05T09:58:42.913Z] === RUN TestInspectOomKilledFalse [2022-05-05T09:58:42.913Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T09:58:42.913Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-05T09:58:42.913Z] === RUN TestLogsFollowTailEmpty [2022-05-05T09:58:43.362Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-05-05T09:58:44.295Z] === RUN TestDockerSuite/TestCpToDot [2022-05-05T09:58:45.225Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-05T09:58:45.786Z] --- PASS: TestInspect (3.34s) [2022-05-05T09:58:45.786Z] === RUN TestCreateJob [2022-05-05T09:58:45.928Z] --- PASS: TestLogsFollowTailEmpty (3.29s) [2022-05-05T09:58:45.928Z] === RUN TestNetworkNat [2022-05-05T09:58:45.928Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:45.928Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-05T09:58:45.928Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T09:58:46.042Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-05T09:58:47.408Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-05T09:58:47.972Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-05T09:58:48.900Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-05T09:58:49.155Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-05T09:58:49.411Z] --- PASS: TestCreateJob (3.69s) [2022-05-05T09:58:49.411Z] === RUN TestReplicatedJob [2022-05-05T09:58:49.793Z] --- PASS: TestNetworkLocalhostTCPNat (4.17s) [2022-05-05T09:58:49.793Z] === RUN TestNetworkLoopbackNat [2022-05-05T09:58:49.793Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-05T09:58:49.793Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-05T09:58:49.793Z] === RUN TestPause [2022-05-05T09:58:49.793Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-05T09:58:49.793Z] --- SKIP: TestPause (0.00s) [2022-05-05T09:58:49.793Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T09:58:49.972Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-05T09:58:50.900Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-05T09:58:50.900Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-05T09:58:50.900Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-05T09:58:51.462Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-05T09:58:52.389Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-05T09:58:52.389Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-05T09:58:52.389Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-05T09:58:52.389Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-05T09:58:52.965Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-05T09:58:53.534Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-05T09:58:53.534Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-05T09:58:53.534Z] === RUN TestDockerSuite/TestCreateRM [2022-05-05T09:58:53.658Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.39s) [2022-05-05T09:58:53.658Z] === RUN TestPauseStopPausedContainer [2022-05-05T09:58:53.658Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:58:53.658Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-05T09:58:53.658Z] === RUN TestPsFilter [2022-05-05T09:58:53.659Z] --- PASS: TestPsFilter (0.40s) [2022-05-05T09:58:53.659Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T09:58:53.790Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-05T09:58:53.790Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T09:58:53.790Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-05T09:58:53.790Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-05T09:58:54.045Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-05T09:58:55.409Z] --- PASS: TestReplicatedJob (5.84s) [2022-05-05T09:58:55.409Z] === RUN TestUpdateReplicatedJob [2022-05-05T09:58:55.665Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-05T09:58:55.921Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-05T09:58:55.921Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-05T09:58:57.526Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.41s) [2022-05-05T09:58:57.526Z] === RUN TestRemoveContainerWithVolume [2022-05-05T09:58:59.190Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-05-05T09:58:59.190Z] --- PASS: TestUpdateReplicatedJob (3.87s) [2022-05-05T09:58:59.190Z] === RUN TestServiceListWithStatuses [2022-05-05T09:58:59.190Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T09:58:59.190Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T09:58:59.190Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T09:58:59.752Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-05T09:59:00.007Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-05T09:59:00.007Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-05T09:59:00.007Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-05T09:59:00.007Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-05T09:59:00.007Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-05T09:59:00.541Z] --- PASS: TestRemoveContainerWithVolume (3.27s) [2022-05-05T09:59:00.541Z] === RUN TestRemoveContainerRunning [2022-05-05T09:59:00.935Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-05T09:59:02.299Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-05T09:59:02.837Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T09:59:02.837Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-05T09:59:02.837Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-05T09:59:02.837Z] === RUN TestDaemonConfigValidation [2022-05-05T09:59:02.837Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-05T09:59:02.837Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-05T09:59:02.837Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T09:59:02.837Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-05T09:59:02.837Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-05T09:59:02.837Z] === RUN TestDaemonProxy [2022-05-05T09:59:02.837Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-05T09:59:02.837Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-05T09:59:02.837Z] PASS [2022-05-05T09:59:02.837Z] ok github.com/docker/docker/integration/daemon 0.180s [2022-05-05T09:59:02.837Z] [2022-05-05T09:59:02.837Z] === Skipped [2022-05-05T09:59:02.837Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-05T09:59:02.837Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-05T09:59:02.837Z] [2022-05-05T09:59:02.837Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-05T09:59:02.838Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-05T09:59:02.838Z] [2022-05-05T09:59:02.838Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-05T09:59:02.838Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-05T09:59:02.838Z] [2022-05-05T09:59:02.838Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-05T09:59:02.838Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-05T09:59:02.838Z] [2022-05-05T09:59:02.838Z] DONE 4 tests, 4 skipped in 27.220s [2022-05-05T09:59:02.838Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-05T09:59:02.861Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-05T09:59:03.552Z] --- PASS: TestRemoveContainerRunning (3.34s) [2022-05-05T09:59:03.552Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T09:59:04.226Z] --- PASS: TestDockerNetworkConnectAlias (5.19s) [2022-05-05T09:59:04.226Z] === RUN TestDockerNetworkReConnect [2022-05-05T09:59:04.482Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-05T09:59:05.410Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-05-05T09:59:05.667Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-05T09:59:05.751Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:05.751Z] INFO: Testing against a local daemon [2022-05-05T09:59:05.751Z] === RUN TestCommitInheritsEnv [2022-05-05T09:59:05.751Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:59:05.751Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-05T09:59:05.751Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T09:59:05.751Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T09:59:05.751Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T09:59:05.751Z] === RUN TestImportWithCustomPlatform [2022-05-05T09:59:05.751Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T09:59:05.751Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-05T09:59:05.751Z] === RUN TestImagesFilterMultiReference [2022-05-05T09:59:05.751Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-05-05T09:59:05.751Z] === RUN TestImagePullPlatformInvalid [2022-05-05T09:59:05.751Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-05-05T09:59:05.751Z] === RUN TestRemoveImageOrphaning [2022-05-05T09:59:06.596Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-05T09:59:07.163Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-05T09:59:07.163Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-05T09:59:07.286Z] --- PASS: TestRemoveImageOrphaning (1.18s) [2022-05-05T09:59:07.286Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T09:59:07.286Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-05-05T09:59:07.286Z] === RUN TestTagInvalidReference [2022-05-05T09:59:07.286Z] --- PASS: TestTagInvalidReference (0.04s) [2022-05-05T09:59:07.286Z] === RUN TestTagValidPrefixedRepo [2022-05-05T09:59:07.286Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-05T09:59:07.286Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T09:59:07.286Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-05T09:59:07.286Z] === RUN TestTagOfficialNames [2022-05-05T09:59:07.286Z] --- PASS: TestTagOfficialNames (0.12s) [2022-05-05T09:59:07.286Z] === RUN TestTagMatchesDigest [2022-05-05T09:59:07.286Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-05T09:59:07.286Z] PASS [2022-05-05T09:59:07.286Z] ok github.com/docker/docker/integration/image 1.824s [2022-05-05T09:59:07.286Z] [2022-05-05T09:59:07.286Z] === Skipped [2022-05-05T09:59:07.286Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-05T09:59:07.286Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:59:07.286Z] [2022-05-05T09:59:07.287Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T09:59:07.287Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T09:59:07.287Z] [2022-05-05T09:59:07.287Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-05T09:59:07.287Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T09:59:07.287Z] [2022-05-05T09:59:07.287Z] DONE 12 tests, 3 skipped in 7.293s [2022-05-05T09:59:07.425Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.42s) [2022-05-05T09:59:07.425Z] === RUN TestRemoveInvalidContainer [2022-05-05T09:59:07.425Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-05T09:59:07.425Z] === RUN TestRenameLinkedContainer [2022-05-05T09:59:07.425Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:07.425Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-05T09:59:07.425Z] === RUN TestRenameStoppedContainer [2022-05-05T09:59:07.746Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-05T09:59:08.092Z] docker_api_swarm_test.go:202: [db2cb6a8b228c] joining swarm manager [dd414cc0cecbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:59:08.092Z] === RUN TestDockerSuite/TestDockerFails [2022-05-05T09:59:08.092Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-05-05T09:59:08.092Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-05-05T09:59:08.348Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-05-05T09:59:08.910Z] --- PASS: TestDockerNetworkReConnect (4.61s) [2022-05-05T09:59:08.910Z] === RUN TestServicePlugin [2022-05-05T09:59:09.473Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-05-05T09:59:09.923Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:09.923Z] INFO: Testing against a local daemon [2022-05-05T09:59:09.923Z] === RUN TestNetworkCreateDelete [2022-05-05T09:59:09.923Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:09.923Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-05T09:59:09.923Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T09:59:09.923Z] 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-05T09:59:09.923Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-05T09:59:09.923Z] === RUN TestDaemonDNSFallback [2022-05-05T09:59:09.923Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:09.923Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-05T09:59:09.923Z] === RUN TestInspectNetwork [2022-05-05T09:59:09.923Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:09.923Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-05T09:59:09.923Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T09:59:09.924Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:09.924Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T09:59:09.924Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:59:09.924Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:59:09.924Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:59:09.924Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T09:59:09.924Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T09:59:09.924Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T09:59:09.924Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestNetworkList [2022-05-05T09:59:09.924Z] === RUN TestNetworkList//networks [2022-05-05T09:59:09.924Z] === PAUSE TestNetworkList//networks [2022-05-05T09:59:09.924Z] === RUN TestNetworkList//networks/ [2022-05-05T09:59:09.924Z] === PAUSE TestNetworkList//networks/ [2022-05-05T09:59:09.924Z] === CONT TestNetworkList//networks [2022-05-05T09:59:09.924Z] === CONT TestNetworkList//networks/ [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkList (0.06s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T09:59:09.924Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T09:59:09.924Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T09:59:09.924Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T09:59:09.924Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T09:59:09.924Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T09:59:09.924Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T09:59:09.924Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T09:59:09.924Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T09:59:09.924Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:59:09.924Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T09:59:09.924Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-05T09:59:09.924Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T09:59:09.924Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T09:59:09.924Z] PASS [2022-05-05T09:59:09.924Z] ok github.com/docker/docker/integration/network 0.219s [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === Skipped [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-05T09:59:09.924Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-05T09:59:09.924Z] 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-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-05T09:59:09.924Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-05T09:59:09.924Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-05T09:59:09.924Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-05T09:59:09.924Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:243: FLAKY_TEST [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T09:59:09.924Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-05T09:59:09.924Z] [2022-05-05T09:59:09.924Z] DONE 34 tests, 15 skipped in 2.438s [2022-05-05T09:59:10.036Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-05-05T09:59:10.386Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-05T09:59:10.439Z] --- PASS: TestRenameStoppedContainer (3.45s) [2022-05-05T09:59:10.439Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T09:59:10.843Z] testing: warning: no tests to run [2022-05-05T09:59:10.843Z] PASS [2022-05-05T09:59:10.843Z] ok github.com/docker/docker/integration/network/ipvlan 0.078s [2022-05-05T09:59:10.843Z] [2022-05-05T09:59:10.843Z] DONE 0 tests in 0.813s [2022-05-05T09:59:11.301Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-05T09:59:11.418Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-05-05T09:59:11.418Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-05-05T09:59:11.418Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-05-05T09:59:11.674Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-05-05T09:59:12.276Z] testing: warning: no tests to run [2022-05-05T09:59:12.276Z] PASS [2022-05-05T09:59:12.276Z] ok github.com/docker/docker/integration/network/macvlan 0.097s [2022-05-05T09:59:12.276Z] [2022-05-05T09:59:12.276Z] DONE 0 tests in 0.867s [2022-05-05T09:59:12.276Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-05T09:59:13.038Z] plugin_test.go:61: [d5f1dcd712512] joining swarm manager [d50688822f7f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:59:13.241Z] testing: warning: no tests to run [2022-05-05T09:59:13.241Z] PASS [2022-05-05T09:59:13.241Z] ok github.com/docker/docker/integration/plugin 0.095s [2022-05-05T09:59:13.241Z] [2022-05-05T09:59:13.241Z] DONE 0 tests in 0.872s [2022-05-05T09:59:13.241Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-05T09:59:14.207Z] testing: warning: no tests to run [2022-05-05T09:59:14.207Z] PASS [2022-05-05T09:59:14.207Z] ok github.com/docker/docker/integration/plugin/authz 0.090s [2022-05-05T09:59:14.207Z] [2022-05-05T09:59:14.207Z] DONE 0 tests in 0.840s [2022-05-05T09:59:14.207Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-05T09:59:14.402Z] plugin_test.go:64: [dcd3186b88ec9] joining swarm manager [d50688822f7f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:59:16.179Z] === RUN TestBoolValue [2022-05-05T09:59:16.179Z] --- PASS: TestBoolValue (0.00s) [2022-05-05T09:59:16.179Z] === RUN TestBoolValueOrDefault [2022-05-05T09:59:16.179Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-05T09:59:16.179Z] === RUN TestInt64ValueOrZero [2022-05-05T09:59:16.179Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-05T09:59:16.179Z] === RUN TestInt64ValueOrDefault [2022-05-05T09:59:16.179Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-05T09:59:16.179Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-05T09:59:16.179Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-05T09:59:16.179Z] === RUN TestJsonContentType [2022-05-05T09:59:16.179Z] --- PASS: TestJsonContentType (0.00s) [2022-05-05T09:59:16.179Z] === RUN TestReadJSON [2022-05-05T09:59:16.179Z] === RUN TestReadJSON/nil_body [2022-05-05T09:59:16.179Z] === RUN TestReadJSON/empty_body [2022-05-05T09:59:16.179Z] === RUN TestReadJSON/with_valid_request [2022-05-05T09:59:16.179Z] === RUN TestReadJSON/with_whitespace [2022-05-05T09:59:16.179Z] === RUN TestReadJSON/with_extra_content [2022-05-05T09:59:16.179Z] === RUN TestReadJSON/invalid_JSON [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 31.9% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/server/httputils 0.072s coverage: 31.9% of statements [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-05T09:59:16.180Z] === RUN TestMaskSecretKeys [2022-05-05T09:59:16.180Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-05T09:59:16.180Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-05T09:59:16.180Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-05T09:59:16.180Z] --- PASS: TestMaskSecretKeys (0.01s) [2022-05-05T09:59:16.180Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.01s) [2022-05-05T09:59:16.180Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestVersionMiddlewareVersion [2022-05-05T09:59:16.180Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-05T09:59:16.180Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 37.7% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/server/middleware 0.106s coverage: 37.7% of statements [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-05T09:59:16.180Z] === RUN TestStrSliceMarshalJSON [2022-05-05T09:59:16.180Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestStrSliceUnmarshalJSON [2022-05-05T09:59:16.180Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestStrSliceUnmarshalString [2022-05-05T09:59:16.180Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestStrSliceUnmarshalSlice [2022-05-05T09:59:16.180Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 90.0% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/types/strslice 0.048s coverage: 90.0% of statements [2022-05-05T09:59:16.180Z] === RUN TestToJSON [2022-05-05T09:59:16.180Z] --- PASS: TestToJSON (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestToParamWithVersion [2022-05-05T09:59:16.180Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestFromJSON [2022-05-05T09:59:16.180Z] --- PASS: TestFromJSON (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestEmpty [2022-05-05T09:59:16.180Z] --- PASS: TestEmpty (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestArgsMatchKVListEmptySources [2022-05-05T09:59:16.180Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestArgsMatchKVList [2022-05-05T09:59:16.180Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestArgsMatch [2022-05-05T09:59:16.180Z] --- PASS: TestArgsMatch (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestAdd [2022-05-05T09:59:16.180Z] --- PASS: TestAdd (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestDel [2022-05-05T09:59:16.180Z] --- PASS: TestDel (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestLen [2022-05-05T09:59:16.180Z] --- PASS: TestLen (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestExactMatch [2022-05-05T09:59:16.180Z] --- PASS: TestExactMatch (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestOnlyOneExactMatch [2022-05-05T09:59:16.180Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestContains [2022-05-05T09:59:16.180Z] --- PASS: TestContains (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestValidate [2022-05-05T09:59:16.180Z] --- PASS: TestValidate (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestWalkValues [2022-05-05T09:59:16.180Z] --- PASS: TestWalkValues (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestFuzzyMatch [2022-05-05T09:59:16.180Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestClone [2022-05-05T09:59:16.180Z] --- PASS: TestClone (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 92.2% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2022-05-05T09:59:16.180Z] === RUN TestGetTimestamp [2022-05-05T09:59:16.180Z] --- PASS: TestGetTimestamp (0.20s) [2022-05-05T09:59:16.180Z] === RUN TestParseTimestamps [2022-05-05T09:59:16.180Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 100.0% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/types/time 0.249s coverage: 100.0% of statements [2022-05-05T09:59:16.180Z] === RUN TestAdjustForAPIVersion [2022-05-05T09:59:16.180Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 6.1% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 6.1% of statements [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-05T09:59:16.180Z] === RUN TestCompareVersion [2022-05-05T09:59:16.180Z] --- PASS: TestCompareVersion (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 77.3% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 77.3% of statements [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-05T09:59:16.180Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-05T09:59:16.180Z] === RUN TestIsGIT [2022-05-05T09:59:16.180Z] --- PASS: TestIsGIT (0.00s) [2022-05-05T09:59:16.180Z] PASS [2022-05-05T09:59:16.180Z] coverage: 100.0% of statements [2022-05-05T09:59:16.180Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.119s coverage: 100.0% of statements [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-05T09:59:16.180Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-05T09:59:16.180Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestCloneArgsSmartHttp [2022-05-05T09:59:16.180Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-05T09:59:16.180Z] === RUN TestCloneArgsDumbHttp [2022-05-05T09:59:16.180Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestCloneArgsGit [2022-05-05T09:59:16.180Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-05T09:59:16.180Z] === RUN TestCheckoutGit [2022-05-05T09:59:17.174Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-05T09:59:17.174Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-05T09:59:17.174Z] === RUN TestProcessNoDockerignore [2022-05-05T09:59:17.174Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-05T09:59:17.174Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-05T09:59:17.174Z] === RUN TestDetectContentType [2022-05-05T09:59:17.174Z] --- PASS: TestDetectContentType (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestSelectAcceptableMIME [2022-05-05T09:59:17.174Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestInspectEmptyResponse [2022-05-05T09:59:17.174Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestInspectResponseBinary [2022-05-05T09:59:17.174Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestResponseUnsupportedContentType [2022-05-05T09:59:17.174Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestInspectResponseTextSimple [2022-05-05T09:59:17.174Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestInspectResponseEmptyContentType [2022-05-05T09:59:17.174Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestUnknownContentLength [2022-05-05T09:59:17.174Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestDownloadRemote [2022-05-05T09:59:17.174Z] --- PASS: TestDownloadRemote (0.09s) [2022-05-05T09:59:17.174Z] === RUN TestGetWithStatusError [2022-05-05T09:59:17.174Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestCloseRootDirectory [2022-05-05T09:59:17.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:59:17.174Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestHashFile [2022-05-05T09:59:17.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:59:17.174Z] --- SKIP: TestHashFile (0.01s) [2022-05-05T09:59:17.174Z] === RUN TestHashSubdir [2022-05-05T09:59:17.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:59:17.174Z] --- SKIP: TestHashSubdir (0.00s) [2022-05-05T09:59:17.174Z] === RUN TestRemoveDirectory [2022-05-05T09:59:17.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T09:59:17.174Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-05T09:59:17.174Z] PASS [2022-05-05T09:59:17.174Z] coverage: 9.3% of statements [2022-05-05T09:59:17.174Z] ok github.com/docker/docker/builder/remotecontext 0.297s coverage: 9.3% of statements [2022-05-05T09:59:17.646Z] === RUN TestEnable [2022-05-05T09:59:17.646Z] --- PASS: TestEnable (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestDisable [2022-05-05T09:59:17.646Z] --- PASS: TestDisable (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestEnabled [2022-05-05T09:59:17.646Z] --- PASS: TestEnabled (0.00s) [2022-05-05T09:59:17.646Z] PASS [2022-05-05T09:59:17.646Z] coverage: 100.0% of statements [2022-05-05T09:59:17.646Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-05-05T09:59:17.646Z] === RUN TestGetAllAllowed [2022-05-05T09:59:17.646Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestGetAllMeta [2022-05-05T09:59:17.646Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-05T09:59:17.646Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestIsUnreferencedBuiltin [2022-05-05T09:59:17.646Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestIsExistingDirectory [2022-05-05T09:59:17.646Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestGetFilenameForDownload [2022-05-05T09:59:17.646Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestEnv2Variables [2022-05-05T09:59:17.646Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-05T09:59:17.646Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestMaintainer [2022-05-05T09:59:17.646Z] --- PASS: TestMaintainer (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestLabel [2022-05-05T09:59:17.646Z] --- PASS: TestLabel (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestFromScratch [2022-05-05T09:59:17.646Z] --- PASS: TestFromScratch (0.00s) [2022-05-05T09:59:17.646Z] === RUN TestFromWithArg [2022-05-05T09:59:17.647Z] --- PASS: TestFromWithArg (0.00s) [2022-05-05T09:59:17.647Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-05T09:59:17.647Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-05T09:59:17.647Z] === RUN TestFromWithUndefinedArg [2022-05-05T09:59:17.647Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-05T09:59:17.647Z] === RUN TestFromMultiStageWithNamedStage [2022-05-05T09:59:17.647Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-05T09:59:17.647Z] === RUN TestOnbuild [2022-05-05T09:59:17.647Z] --- PASS: TestOnbuild (0.00s) [2022-05-05T09:59:17.647Z] === RUN TestWorkdir [2022-05-05T09:59:17.647Z] --- PASS: TestWorkdir (0.00s) [2022-05-05T09:59:17.647Z] === RUN TestCmd [2022-05-05T09:59:17.667Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-05T09:59:17.783Z] --- PASS: TestRenameRunningContainerAndReuse (7.06s) [2022-05-05T09:59:17.783Z] === RUN TestRenameInvalidName [2022-05-05T09:59:18.118Z] --- PASS: TestCmd (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestHealthcheckNone [2022-05-05T09:59:18.118Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestHealthcheckCmd [2022-05-05T09:59:18.118Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestEntrypoint [2022-05-05T09:59:18.118Z] --- PASS: TestEntrypoint (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestExpose [2022-05-05T09:59:18.118Z] --- PASS: TestExpose (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestUser [2022-05-05T09:59:18.118Z] --- PASS: TestUser (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestVolume [2022-05-05T09:59:18.118Z] --- PASS: TestVolume (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestStopSignal [2022-05-05T09:59:18.118Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-05T09:59:18.118Z] --- SKIP: TestStopSignal (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestArg [2022-05-05T09:59:18.118Z] --- PASS: TestArg (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestShell [2022-05-05T09:59:18.118Z] --- PASS: TestShell (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestPrependEnvOnCmd [2022-05-05T09:59:18.118Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestRunWithBuildArgs [2022-05-05T09:59:18.118Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestRunIgnoresHealthcheck [2022-05-05T09:59:18.118Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestDispatchUnsupportedOptions [2022-05-05T09:59:18.118Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-05T09:59:18.118Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-05T09:59:18.118Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-05T09:59:18.118Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-05T09:59:18.118Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-05T09:59:18.118Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-05T09:59:18.118Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestNormalizeWorkdir [2022-05-05T09:59:18.118Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-05T09:59:18.118Z] === RUN TestDispatch [2022-05-05T09:59:18.118Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-05T09:59:18.118Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-05T09:59:18.118Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-05T09:59:18.118Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-05T09:59:18.119Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-05T09:59:18.119Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-05T09:59:18.119Z] === RUN TestDispatch/COPY_url [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch (0.10s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.03s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-05T09:59:18.119Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestAddScratchImageAddsToMounts [2022-05-05T09:59:18.119Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-05T09:59:18.119Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-05T09:59:18.119Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-05T09:59:18.119Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestImageSourceGetAddsToMounts [2022-05-05T09:59:18.119Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestEmptyDockerfile [2022-05-05T09:59:18.119Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-05T09:59:18.119Z] === RUN TestSymlinkDockerfile [2022-05-05T09:59:18.119Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-05T09:59:18.119Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-05T09:59:18.119Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestNonExistingDockerfile [2022-05-05T09:59:18.119Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestCopyRunConfig [2022-05-05T09:59:18.119Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestDeepCopyRunConfig [2022-05-05T09:59:18.119Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestExportImage [2022-05-05T09:59:18.119Z] --- PASS: TestExportImage (0.00s) [2022-05-05T09:59:18.119Z] === RUN TestNormalizeDest [2022-05-05T09:59:18.119Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-05T09:59:18.119Z] PASS [2022-05-05T09:59:18.119Z] coverage: 46.7% of statements [2022-05-05T09:59:18.119Z] ok github.com/docker/docker/builder/dockerfile 0.276s coverage: 46.7% of statements [2022-05-05T09:59:19.034Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-05T09:59:19.113Z] === RUN TestTCP4Proxy [2022-05-05T09:59:19.113Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-05T09:59:19.113Z] === RUN TestTCP4ProxyHalfClose [2022-05-05T09:59:19.113Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestTCP6Proxy [2022-05-05T09:59:19.113Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T09:59:19.113Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestTCPDualStackProxy [2022-05-05T09:59:19.113Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T09:59:19.113Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestUDP4Proxy [2022-05-05T09:59:19.113Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestUDP6Proxy [2022-05-05T09:59:19.113Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T09:59:19.113Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestUDPWriteError [2022-05-05T09:59:19.113Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestSCTP4Proxy [2022-05-05T09:59:19.113Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-05T09:59:19.113Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-05T09:59:19.113Z] === RUN TestSCTP6Proxy [2022-05-05T09:59:19.113Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T09:59:19.113Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-05T09:59:19.113Z] PASS [2022-05-05T09:59:19.113Z] coverage: 49.4% of statements [2022-05-05T09:59:19.113Z] ok github.com/docker/docker/cmd/docker-proxy 0.067s coverage: 49.4% of statements [2022-05-05T09:59:19.149Z] ok github.com/docker/docker/cmd/dockerd 0.102s coverage: 30.2% of statements [2022-05-05T09:59:19.149Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-05-05T09:59:19.149Z] ok github.com/docker/docker/cmd/dockerd/trap 2.543s coverage: 0.0% of statements [2022-05-05T09:59:19.149Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-05T09:59:19.149Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-05T09:59:19.149Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-05T09:59:19.149Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-05T09:59:19.149Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-05T09:59:20.028Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:20.028Z] INFO: Testing against a local daemon [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:59:20.028Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:59:20.028Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T09:59:20.028Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T09:59:20.028Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T09:59:20.028Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T09:59:20.028Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T09:59:20.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T09:59:20.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T09:59:20.028Z] === RUN TestPluginInstall [2022-05-05T09:59:20.028Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-05T09:59:20.028Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-05T09:59:20.028Z] === RUN TestPluginsWithRuntimes [2022-05-05T09:59:20.028Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-05T09:59:20.028Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-05T09:59:20.028Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T09:59:20.028Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-05T09:59:20.028Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T09:59:20.028Z] PASS [2022-05-05T09:59:20.028Z] ok github.com/docker/docker/integration/plugin/common 0.128s [2022-05-05T09:59:20.028Z] [2022-05-05T09:59:20.028Z] === Skipped [2022-05-05T09:59:20.028Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-05T09:59:20.028Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-05T09:59:20.028Z] [2022-05-05T09:59:20.028Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-05T09:59:20.029Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-05T09:59:20.029Z] [2022-05-05T09:59:20.029Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T09:59:20.029Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-05T09:59:20.029Z] [2022-05-05T09:59:20.029Z] DONE 19 tests, 3 skipped in 5.204s [2022-05-05T09:59:20.029Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-05T09:59:20.801Z] --- PASS: TestRenameInvalidName (3.37s) [2022-05-05T09:59:20.801Z] === RUN TestRenameAnonymousContainer [2022-05-05T09:59:20.926Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-05T09:59:22.210Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:22.210Z] INFO: Testing against a local daemon [2022-05-05T09:59:22.210Z] === RUN TestExternalGraphDriver [2022-05-05T09:59:22.210Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-05T09:59:22.210Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-05T09:59:22.210Z] === RUN TestGraphdriverPluginV2 [2022-05-05T09:59:22.210Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-05T09:59:22.210Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-05T09:59:22.210Z] PASS [2022-05-05T09:59:22.210Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.118s [2022-05-05T09:59:22.210Z] [2022-05-05T09:59:22.210Z] === Skipped [2022-05-05T09:59:22.210Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-05T09:59:22.210Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-05T09:59:22.210Z] [2022-05-05T09:59:22.210Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-05T09:59:22.210Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-05T09:59:22.210Z] [2022-05-05T09:59:22.210Z] DONE 2 tests, 2 skipped in 2.528s [2022-05-05T09:59:22.210Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-05T09:59:22.298Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-05-05T09:59:22.554Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-05T09:59:23.116Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-05T09:59:24.047Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-05T09:59:24.481Z] ok github.com/docker/docker/daemon/cluster 0.129s coverage: 0.5% of statements [2022-05-05T09:59:24.608Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-05T09:59:24.864Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-05T09:59:25.051Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-05-05T09:59:25.271Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:25.271Z] INFO: Testing against a local daemon [2022-05-05T09:59:25.271Z] === RUN TestReadPluginNoRead [2022-05-05T09:59:25.271Z] read_test.go:21: no unix domain sockets on Windows [2022-05-05T09:59:25.271Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-05T09:59:25.271Z] PASS [2022-05-05T09:59:25.271Z] ok github.com/docker/docker/integration/plugin/logging 0.121s [2022-05-05T09:59:25.271Z] [2022-05-05T09:59:25.271Z] === Skipped [2022-05-05T09:59:25.271Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-05T09:59:25.271Z] read_test.go:21: no unix domain sockets on Windows [2022-05-05T09:59:25.271Z] [2022-05-05T09:59:25.271Z] DONE 1 tests, 1 skipped in 3.000s [2022-05-05T09:59:25.271Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-05T09:59:25.425Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-05-05T09:59:25.986Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-05-05T09:59:26.434Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-05-05T09:59:26.833Z] testing: warning: no tests to run [2022-05-05T09:59:26.833Z] PASS [2022-05-05T09:59:26.833Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.098s [2022-05-05T09:59:26.833Z] [2022-05-05T09:59:26.833Z] DONE 0 tests in 1.437s [2022-05-05T09:59:26.833Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-05T09:59:27.353Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-05-05T09:59:28.284Z] docker_api_swarm_test.go:384: [d9170bff6e069] joining swarm manager [d6df6b80b98af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T09:59:28.845Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-05T09:59:29.748Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:29.748Z] INFO: Testing against a local daemon [2022-05-05T09:59:29.748Z] === RUN TestPluginWithDevMounts [2022-05-05T09:59:29.748Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:29.748Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-05T09:59:29.748Z] PASS [2022-05-05T09:59:29.748Z] ok github.com/docker/docker/integration/plugin/volumes 0.114s [2022-05-05T09:59:29.748Z] [2022-05-05T09:59:29.748Z] === Skipped [2022-05-05T09:59:29.748Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-05T09:59:29.748Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:29.748Z] [2022-05-05T09:59:29.748Z] DONE 1 tests, 1 skipped in 2.892s [2022-05-05T09:59:29.748Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-05T09:59:29.772Z] docker_api_swarm_test.go:385: [d86fcea4a0658] joining swarm manager [d6df6b80b98af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T09:59:31.141Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-05-05T09:59:31.647Z] === RUN TestCheckpointCreateError [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestCheckpointCreate [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestCheckpointDeleteError [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestCheckpointDelete [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestCheckpointListError [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestCheckpointList [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointList (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestCheckpointListContainerNotFound [2022-05-05T09:59:31.647Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNewClientWithOpsFromEnv [2022-05-05T09:59:31.647Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-05T09:59:31.647Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-05-05T09:59:31.647Z] === RUN TestGetAPIPath [2022-05-05T09:59:31.647Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestParseHostURL [2022-05-05T09:59:31.647Z] --- PASS: TestParseHostURL (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-05T09:59:31.647Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersion [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPVersionOverride [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-05T09:59:31.647Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestClientRedirect [2022-05-05T09:59:31.647Z] === RUN TestClientRedirect/GET [2022-05-05T09:59:31.647Z] === RUN TestClientRedirect/POST [2022-05-05T09:59:31.647Z] === RUN TestClientRedirect/PUT [2022-05-05T09:59:31.647Z] === RUN TestClientRedirect/DELETE [2022-05-05T09:59:31.647Z] --- PASS: TestClientRedirect (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-05T09:59:31.647Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigCreateUnsupported [2022-05-05T09:59:31.647Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigCreateError [2022-05-05T09:59:31.647Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigCreate [2022-05-05T09:59:31.647Z] --- PASS: TestConfigCreate (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigInspectNotFound [2022-05-05T09:59:31.647Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigInspectWithEmptyID [2022-05-05T09:59:31.647Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigInspectUnsupported [2022-05-05T09:59:31.647Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigInspectError [2022-05-05T09:59:31.647Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigInspectConfigNotFound [2022-05-05T09:59:31.647Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigInspect [2022-05-05T09:59:31.647Z] --- PASS: TestConfigInspect (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigListUnsupported [2022-05-05T09:59:31.647Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigListError [2022-05-05T09:59:31.647Z] --- PASS: TestConfigListError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigList [2022-05-05T09:59:31.647Z] --- PASS: TestConfigList (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigRemoveUnsupported [2022-05-05T09:59:31.647Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigRemoveError [2022-05-05T09:59:31.647Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigRemove [2022-05-05T09:59:31.647Z] --- PASS: TestConfigRemove (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigUpdateUnsupported [2022-05-05T09:59:31.647Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigUpdateError [2022-05-05T09:59:31.647Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestConfigUpdate [2022-05-05T09:59:31.647Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestContainerCommitError [2022-05-05T09:59:31.647Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestContainerCommit [2022-05-05T09:59:31.647Z] --- PASS: TestContainerCommit (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestContainerStatPathError [2022-05-05T09:59:31.647Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-05T09:59:31.647Z] === RUN TestContainerStatPathNotFoundError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStatPathNoHeaderError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStatPath [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyToContainerError [2022-05-05T09:59:31.648Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyToContainerNotFoundError [2022-05-05T09:59:31.648Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyToContainerEmptyResponse [2022-05-05T09:59:31.648Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyToContainer [2022-05-05T09:59:31.648Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyFromContainerError [2022-05-05T09:59:31.648Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyFromContainerNotFoundError [2022-05-05T09:59:31.648Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-05T09:59:31.648Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-05T09:59:31.648Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestCopyFromContainer [2022-05-05T09:59:31.648Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerCreateError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerCreateImageNotFound [2022-05-05T09:59:31.648Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerCreateWithName [2022-05-05T09:59:31.648Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerCreateAutoRemove [2022-05-05T09:59:31.648Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerDiffError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerDiff [2022-05-05T09:59:31.648Z] --- PASS: TestContainerDiff (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecCreateError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecCreate [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecStartError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecStart [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecInspectError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecInspect [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExportError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExportError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExport [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExport (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerInspectError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerInspectContainerNotFound [2022-05-05T09:59:31.648Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerInspectWithEmptyID [2022-05-05T09:59:31.648Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerInspect [2022-05-05T09:59:31.648Z] --- PASS: TestContainerInspect (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerInspectNode [2022-05-05T09:59:31.648Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerKillError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerKillError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerKill [2022-05-05T09:59:31.648Z] --- PASS: TestContainerKill (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerListError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerListError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerList [2022-05-05T09:59:31.648Z] --- PASS: TestContainerList (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerLogsNotFoundError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerLogsError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerLogs [2022-05-05T09:59:31.648Z] --- PASS: TestContainerLogs (0.24s) [2022-05-05T09:59:31.648Z] === RUN TestContainerPauseError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerPause [2022-05-05T09:59:31.648Z] --- PASS: TestContainerPause (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainersPruneError [2022-05-05T09:59:31.648Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainersPrune [2022-05-05T09:59:31.648Z] --- PASS: TestContainersPrune (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRemoveError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRemoveNotFoundError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRemove [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRemove (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRenameError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRename [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRename (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerResizeError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecResizeError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerResize [2022-05-05T09:59:31.648Z] --- PASS: TestContainerResize (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerExecResize [2022-05-05T09:59:31.648Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRestartError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerRestart [2022-05-05T09:59:31.648Z] --- PASS: TestContainerRestart (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStartError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStartError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStart [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStart (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStatsError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStats [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStats (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStopError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStopError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerStop [2022-05-05T09:59:31.648Z] --- PASS: TestContainerStop (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerTopError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerTopError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerTop [2022-05-05T09:59:31.648Z] --- PASS: TestContainerTop (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerUnpauseError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerUnpause [2022-05-05T09:59:31.648Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerUpdateError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerUpdate [2022-05-05T09:59:31.648Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerWaitError [2022-05-05T09:59:31.648Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestContainerWait [2022-05-05T09:59:31.648Z] --- PASS: TestContainerWait (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestDiskUsageError [2022-05-05T09:59:31.648Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestDiskUsage [2022-05-05T09:59:31.648Z] --- PASS: TestDiskUsage (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestDistributionInspectUnsupported [2022-05-05T09:59:31.648Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestDistributionInspectWithEmptyID [2022-05-05T09:59:31.648Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestEventsErrorInOptions [2022-05-05T09:59:31.648Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestEventsErrorFromServer [2022-05-05T09:59:31.648Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestEvents [2022-05-05T09:59:31.648Z] --- PASS: TestEvents (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestTLSCloseWriter [2022-05-05T09:59:31.648Z] === PAUSE TestTLSCloseWriter [2022-05-05T09:59:31.648Z] === RUN TestImageBuildError [2022-05-05T09:59:31.648Z] --- PASS: TestImageBuildError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageBuild [2022-05-05T09:59:31.648Z] --- PASS: TestImageBuild (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestGetDockerOS [2022-05-05T09:59:31.648Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageCreateError [2022-05-05T09:59:31.648Z] --- PASS: TestImageCreateError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageCreate [2022-05-05T09:59:31.648Z] --- PASS: TestImageCreate (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageHistoryError [2022-05-05T09:59:31.648Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageHistory [2022-05-05T09:59:31.648Z] --- PASS: TestImageHistory (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageImportError [2022-05-05T09:59:31.648Z] --- PASS: TestImageImportError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageImport [2022-05-05T09:59:31.648Z] --- PASS: TestImageImport (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageInspectError [2022-05-05T09:59:31.648Z] --- PASS: TestImageInspectError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageInspectImageNotFound [2022-05-05T09:59:31.648Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageInspectWithEmptyID [2022-05-05T09:59:31.648Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageInspect [2022-05-05T09:59:31.648Z] --- PASS: TestImageInspect (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageListError [2022-05-05T09:59:31.648Z] --- PASS: TestImageListError (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageList [2022-05-05T09:59:31.648Z] --- PASS: TestImageList (0.00s) [2022-05-05T09:59:31.648Z] === RUN TestImageListApiBefore125 [2022-05-05T09:59:31.648Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-05T09:59:31.929Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:31.929Z] INFO: Testing against a local daemon [2022-05-05T09:59:31.929Z] === RUN TestSecretInspect [2022-05-05T09:59:31.929Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.929Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-05T09:59:31.929Z] === RUN TestSecretList [2022-05-05T09:59:31.929Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.929Z] --- SKIP: TestSecretList (0.00s) [2022-05-05T09:59:31.929Z] === RUN TestSecretsCreateAndDelete [2022-05-05T09:59:31.929Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.929Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-05T09:59:31.929Z] === RUN TestSecretsUpdate [2022-05-05T09:59:31.929Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.929Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-05T09:59:31.929Z] === RUN TestTemplatedSecret [2022-05-05T09:59:31.930Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.930Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-05T09:59:31.930Z] === RUN TestSecretCreateResolve [2022-05-05T09:59:31.930Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:31.930Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-05T09:59:31.930Z] PASS [2022-05-05T09:59:31.930Z] ok github.com/docker/docker/integration/secret 0.104s [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] === Skipped [2022-05-05T09:59:31.930Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-05T09:59:31.930Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-05T09:59:31.930Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-05T09:59:31.930Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-05T09:59:31.930Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-05T09:59:31.930Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-05T09:59:31.930Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:31.930Z] [2022-05-05T09:59:31.930Z] DONE 6 tests, 6 skipped in 2.001s [2022-05-05T09:59:31.930Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-05T09:59:32.120Z] === RUN TestImageLoadError [2022-05-05T09:59:32.120Z] --- PASS: TestImageLoadError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageLoad [2022-05-05T09:59:32.120Z] --- PASS: TestImageLoad (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagesPruneError [2022-05-05T09:59:32.120Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagesPrune [2022-05-05T09:59:32.120Z] --- PASS: TestImagesPrune (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullReferenceParseError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullAnyError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePullWithoutErrors [2022-05-05T09:59:32.120Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushReferenceError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushAnyError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithoutErrors [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-05T09:59:32.120Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-05T09:59:32.120Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageRemoveError [2022-05-05T09:59:32.120Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageRemoveImageNotFound [2022-05-05T09:59:32.120Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageRemove [2022-05-05T09:59:32.120Z] --- PASS: TestImageRemove (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageSaveError [2022-05-05T09:59:32.120Z] --- PASS: TestImageSaveError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageSave [2022-05-05T09:59:32.120Z] --- PASS: TestImageSave (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageSearchAnyError [2022-05-05T09:59:32.120Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-05T09:59:32.120Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-05T09:59:32.120Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-05T09:59:32.120Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-05T09:59:32.120Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-05T09:59:32.121Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageSearchWithoutErrors [2022-05-05T09:59:32.121Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageTagError [2022-05-05T09:59:32.121Z] --- PASS: TestImageTagError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageTagInvalidReference [2022-05-05T09:59:32.121Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageTagInvalidSourceImageName [2022-05-05T09:59:32.121Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageTagHexSource [2022-05-05T09:59:32.121Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestImageTag [2022-05-05T09:59:32.121Z] --- PASS: TestImageTag (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestInfoServerError [2022-05-05T09:59:32.121Z] --- PASS: TestInfoServerError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestInfoInvalidResponseJSONError [2022-05-05T09:59:32.121Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestInfo [2022-05-05T09:59:32.121Z] --- PASS: TestInfo (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkConnectError [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkConnect [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkCreateError [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkCreate [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkDisconnectError [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkDisconnect [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect/empty_ID [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect/no_options [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect/verbose [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect/global_scope [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect/unknown_network [2022-05-05T09:59:32.121Z] === RUN TestNetworkInspect/server_error [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkListError [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkList [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworksPruneError [2022-05-05T09:59:32.121Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworksPrune [2022-05-05T09:59:32.121Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkRemoveError [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNetworkRemove [2022-05-05T09:59:32.121Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeInspectNodeNotFound [2022-05-05T09:59:32.121Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeInspectWithEmptyID [2022-05-05T09:59:32.121Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeInspect [2022-05-05T09:59:32.121Z] --- PASS: TestNodeInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeListError [2022-05-05T09:59:32.121Z] --- PASS: TestNodeListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeList [2022-05-05T09:59:32.121Z] --- PASS: TestNodeList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeRemoveError [2022-05-05T09:59:32.121Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeRemove [2022-05-05T09:59:32.121Z] --- PASS: TestNodeRemove (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeUpdateError [2022-05-05T09:59:32.121Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestNodeUpdate [2022-05-05T09:59:32.121Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestOptionWithHostFromEnv [2022-05-05T09:59:32.121Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestOptionWithTimeout [2022-05-05T09:59:32.121Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestOptionWithVersionFromEnv [2022-05-05T09:59:32.121Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPingFail [2022-05-05T09:59:32.121Z] --- PASS: TestPingFail (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPingWithError [2022-05-05T09:59:32.121Z] 2022/05/05 09:59:31 RoundTripper returned a response & error; ignoring response [2022-05-05T09:59:32.121Z] 2022/05/05 09:59:31 RoundTripper returned a response & error; ignoring response [2022-05-05T09:59:32.121Z] --- PASS: TestPingWithError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPingSuccess [2022-05-05T09:59:32.121Z] --- PASS: TestPingSuccess (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPingHeadFallback [2022-05-05T09:59:32.121Z] === RUN TestPingHeadFallback/OK [2022-05-05T09:59:32.121Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-05T09:59:32.121Z] === RUN TestPingHeadFallback/Not_Found [2022-05-05T09:59:32.121Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-05T09:59:32.121Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-05T09:59:32.121Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginDisableError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginDisable [2022-05-05T09:59:32.121Z] --- PASS: TestPluginDisable (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginEnableError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginEnable [2022-05-05T09:59:32.121Z] --- PASS: TestPluginEnable (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginInspectWithEmptyID [2022-05-05T09:59:32.121Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginInspect [2022-05-05T09:59:32.121Z] --- PASS: TestPluginInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginListError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginList [2022-05-05T09:59:32.121Z] --- PASS: TestPluginList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginPushError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginPushError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginPush [2022-05-05T09:59:32.121Z] --- PASS: TestPluginPush (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginRemoveError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginRemove [2022-05-05T09:59:32.121Z] --- PASS: TestPluginRemove (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginSetError [2022-05-05T09:59:32.121Z] --- PASS: TestPluginSetError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPluginSet [2022-05-05T09:59:32.121Z] --- PASS: TestPluginSet (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSetHostHeader [2022-05-05T09:59:32.121Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestPlainTextError [2022-05-05T09:59:32.121Z] --- PASS: TestPlainTextError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestInfiniteError [2022-05-05T09:59:32.121Z] --- PASS: TestInfiniteError (0.03s) [2022-05-05T09:59:32.121Z] === RUN TestCanceledContext [2022-05-05T09:59:32.121Z] 2022/05/05 09:59:31 RoundTripper returned a response & error; ignoring response [2022-05-05T09:59:32.121Z] --- PASS: TestCanceledContext (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestDeadlineExceededContext [2022-05-05T09:59:32.121Z] 2022/05/05 09:59:31 RoundTripper returned a response & error; ignoring response [2022-05-05T09:59:32.121Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretCreateUnsupported [2022-05-05T09:59:32.121Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretCreateError [2022-05-05T09:59:32.121Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretCreate [2022-05-05T09:59:32.121Z] --- PASS: TestSecretCreate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretInspectUnsupported [2022-05-05T09:59:32.121Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretInspectSecretNotFound [2022-05-05T09:59:32.121Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretInspectWithEmptyID [2022-05-05T09:59:32.121Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretInspect [2022-05-05T09:59:32.121Z] --- PASS: TestSecretInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretListUnsupported [2022-05-05T09:59:32.121Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretListError [2022-05-05T09:59:32.121Z] --- PASS: TestSecretListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretList [2022-05-05T09:59:32.121Z] --- PASS: TestSecretList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretRemoveUnsupported [2022-05-05T09:59:32.121Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretRemoveError [2022-05-05T09:59:32.121Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretRemove [2022-05-05T09:59:32.121Z] --- PASS: TestSecretRemove (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretUpdateUnsupported [2022-05-05T09:59:32.121Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretUpdateError [2022-05-05T09:59:32.121Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSecretUpdate [2022-05-05T09:59:32.121Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceCreateError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceCreate [2022-05-05T09:59:32.121Z] --- PASS: TestServiceCreate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-05T09:59:32.121Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceCreateDigestPinning [2022-05-05T09:59:32.121Z] --- PASS: TestServiceCreateDigestPinning (0.01s) [2022-05-05T09:59:32.121Z] === RUN TestServiceInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceInspectServiceNotFound [2022-05-05T09:59:32.121Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceInspectWithEmptyID [2022-05-05T09:59:32.121Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceInspect [2022-05-05T09:59:32.121Z] --- PASS: TestServiceInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceListError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceList [2022-05-05T09:59:32.121Z] --- PASS: TestServiceList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceLogsError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceLogs [2022-05-05T09:59:32.121Z] --- PASS: TestServiceLogs (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceRemoveError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceRemoveNotFoundError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceRemove [2022-05-05T09:59:32.121Z] --- PASS: TestServiceRemove (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceUpdateError [2022-05-05T09:59:32.121Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestServiceUpdate [2022-05-05T09:59:32.121Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmGetUnlockKeyError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmGetUnlockKey [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmInitError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmInit [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmInit (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmInspect [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmJoinError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmJoin [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmLeaveError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmLeave [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmUnlockError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmUnlock [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmUpdateError [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestSwarmUpdate [2022-05-05T09:59:32.121Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestTaskInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestTaskInspectWithEmptyID [2022-05-05T09:59:32.121Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestTaskInspect [2022-05-05T09:59:32.121Z] --- PASS: TestTaskInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestTaskListError [2022-05-05T09:59:32.121Z] --- PASS: TestTaskListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestTaskList [2022-05-05T09:59:32.121Z] --- PASS: TestTaskList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeCreateError [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeCreate [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeInspectError [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeInspectNotFound [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeInspectWithEmptyID [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeInspect [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeListError [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeListError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeList [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeList (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeRemoveError [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-05T09:59:32.121Z] === RUN TestVolumeRemove [2022-05-05T09:59:32.121Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-05T09:59:32.121Z] === CONT TestTLSCloseWriter [2022-05-05T09:59:32.121Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-05T09:59:32.121Z] PASS [2022-05-05T09:59:32.121Z] coverage: 75.1% of statements [2022-05-05T09:59:32.121Z] ok github.com/docker/docker/client 0.473s coverage: 75.1% of statements [2022-05-05T09:59:33.028Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-05T09:59:33.955Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-05T09:59:34.569Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-05-05T09:59:34.569Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-05T09:59:34.829Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:34.829Z] INFO: Testing against a local daemon [2022-05-05T09:59:34.829Z] === RUN TestServiceCreateInit [2022-05-05T09:59:34.829Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T09:59:34.829Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.829Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T09:59:34.829Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.829Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-05T09:59:34.829Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T09:59:34.829Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T09:59:34.829Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T09:59:34.829Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.829Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-05T09:59:34.829Z] === RUN TestCreateServiceConflict [2022-05-05T09:59:34.829Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.829Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-05T09:59:34.829Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T09:59:34.829Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.829Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2022-05-05T09:59:34.829Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T09:59:34.829Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.829Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-05T09:59:34.829Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T09:59:34.830Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T09:59:34.830Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestCreateServiceSysctls [2022-05-05T09:59:34.830Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-05-05T09:59:34.830Z] === RUN TestCreateServiceCapabilities [2022-05-05T09:59:34.830Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-05T09:59:34.830Z] === RUN TestInspect [2022-05-05T09:59:34.830Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestInspect (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestCreateJob [2022-05-05T09:59:34.830Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestCreateJob (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestReplicatedJob [2022-05-05T09:59:34.830Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestUpdateReplicatedJob [2022-05-05T09:59:34.830Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServiceListWithStatuses [2022-05-05T09:59:34.830Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T09:59:34.830Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestDockerNetworkReConnect [2022-05-05T09:59:34.830Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServicePlugin [2022-05-05T09:59:34.830Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:34.830Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServiceUpdateLabel [2022-05-05T09:59:34.830Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:34.830Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServiceUpdateSecrets [2022-05-05T09:59:34.830Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:34.830Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServiceUpdateConfigs [2022-05-05T09:59:34.830Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:34.830Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServiceUpdateNetwork [2022-05-05T09:59:34.830Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:34.830Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-05T09:59:34.830Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T09:59:34.830Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:34.830Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-05T09:59:34.830Z] PASS [2022-05-05T09:59:34.830Z] ok github.com/docker/docker/integration/service 0.302s [2022-05-05T09:59:34.883Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-05T09:59:35.142Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === Skipped [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2022-05-05T09:59:35.288Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-05T09:59:35.288Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-05-05T09:59:35.288Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-05T09:59:35.288Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-05T09:59:35.288Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-05T09:59:35.288Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-05T09:59:35.288Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-05T09:59:35.288Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-05T09:59:35.288Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-05T09:59:35.288Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-05T09:59:35.288Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-05T09:59:35.288Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-05T09:59:35.288Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-05T09:59:35.288Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-05T09:59:35.288Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-05T09:59:35.288Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-05T09:59:35.288Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T09:59:35.288Z] [2022-05-05T09:59:35.288Z] DONE 24 tests, 23 skipped in 3.101s [2022-05-05T09:59:35.288Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-05T09:59:35.712Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-05-05T09:59:35.902Z] --- PASS: TestRenameAnonymousContainer (12.90s) [2022-05-05T09:59:35.902Z] === RUN TestRenameContainerWithSameName [2022-05-05T09:59:35.972Z] ok github.com/docker/docker/daemon 10.160s coverage: 16.7% of statements [2022-05-05T09:59:35.972Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-05T09:59:35.972Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-05T09:59:35.972Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-05T09:59:35.972Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-05T09:59:37.354Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.749s coverage: 74.8% of statements [2022-05-05T09:59:37.460Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:37.460Z] INFO: Testing against a local daemon [2022-05-05T09:59:37.460Z] === RUN TestSessionCreate [2022-05-05T09:59:37.460Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:37.460Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-05T09:59:37.460Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T09:59:37.460Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:37.460Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-05T09:59:37.460Z] PASS [2022-05-05T09:59:37.460Z] ok github.com/docker/docker/integration/session 0.128s [2022-05-05T09:59:37.460Z] [2022-05-05T09:59:37.460Z] === Skipped [2022-05-05T09:59:37.460Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-05T09:59:37.460Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:37.460Z] [2022-05-05T09:59:37.460Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-05T09:59:37.460Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:37.460Z] [2022-05-05T09:59:37.460Z] DONE 2 tests, 2 skipped in 1.877s [2022-05-05T09:59:37.460Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-05T09:59:37.503Z] --- PASS: TestRenameContainerWithSameName (3.37s) [2022-05-05T09:59:37.503Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T09:59:37.503Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-05T09:59:37.503Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-05T09:59:37.503Z] === RUN TestResize [2022-05-05T09:59:38.295Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-05-05T09:59:38.555Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.365s coverage: 56.2% of statements [2022-05-05T09:59:39.657Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:39.657Z] INFO: Testing against a local daemon [2022-05-05T09:59:39.657Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T09:59:39.657Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:39.657Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestDiskUsage [2022-05-05T09:59:39.657Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-05T09:59:39.657Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestEventsExecDie [2022-05-05T09:59:39.657Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-05T09:59:39.657Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestEventsBackwardsCompatible [2022-05-05T09:59:39.657Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-05T09:59:39.657Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestEventsVolumeCreate [2022-05-05T09:59:39.657Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-05T09:59:39.657Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestInfoAPI [2022-05-05T09:59:39.657Z] --- PASS: TestInfoAPI (0.07s) [2022-05-05T09:59:39.657Z] === RUN TestInfoAPIWarnings [2022-05-05T09:59:39.657Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:59:39.657Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestInfoDebug [2022-05-05T09:59:39.657Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T09:59:39.657Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestInfoInsecureRegistries [2022-05-05T09:59:39.657Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T09:59:39.657Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestInfoRegistryMirrors [2022-05-05T09:59:39.657Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T09:59:39.657Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-05T09:59:39.657Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T09:59:39.939Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2022-05-05T09:59:40.123Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-05T09:59:40.379Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-05T09:59:40.379Z] --- PASS: TestServicePlugin (31.46s) [2022-05-05T09:59:40.379Z] === RUN TestServiceUpdateLabel [2022-05-05T09:59:40.622Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-05-05T09:59:40.622Z] === RUN TestPingCacheHeaders [2022-05-05T09:59:40.622Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-05T09:59:40.622Z] === RUN TestPingGet [2022-05-05T09:59:40.622Z] --- PASS: TestPingGet (0.04s) [2022-05-05T09:59:40.622Z] === RUN TestPingHead [2022-05-05T09:59:40.622Z] --- PASS: TestPingHead (0.04s) [2022-05-05T09:59:40.622Z] === RUN TestPingSwarmHeader [2022-05-05T09:59:40.622Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:40.622Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-05T09:59:40.622Z] === RUN TestVersion [2022-05-05T09:59:40.622Z] --- PASS: TestVersion (0.04s) [2022-05-05T09:59:40.622Z] PASS [2022-05-05T09:59:40.622Z] ok github.com/docker/docker/integration/system 1.293s [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === Skipped [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T09:59:40.622Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-05T09:59:40.622Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-05T09:59:40.622Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-05T09:59:40.622Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-05T09:59:40.622Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-05T09:59:40.622Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-05T09:59:40.622Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-05T09:59:40.622Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-05T09:59:40.622Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-05T09:59:40.622Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:40.622Z] [2022-05-05T09:59:40.622Z] DONE 16 tests, 10 skipped in 3.579s [2022-05-05T09:59:41.082Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-05T09:59:41.306Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-05T09:59:41.370Z] --- PASS: TestResize (3.46s) [2022-05-05T09:59:41.370Z] === RUN TestResizeWithInvalidSize [2022-05-05T09:59:41.872Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.326s coverage: 50.6% of statements [2022-05-05T09:59:42.235Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-05-05T09:59:42.235Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-05T09:59:42.490Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-05-05T09:59:42.746Z] --- PASS: TestServiceUpdateLabel (2.36s) [2022-05-05T09:59:42.746Z] === RUN TestServiceUpdateSecrets [2022-05-05T09:59:42.747Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-05-05T09:59:42.747Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-05T09:59:42.816Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.343s coverage: 45.9% of statements [2022-05-05T09:59:42.816Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-05T09:59:43.258Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:43.258Z] INFO: Testing against a local daemon [2022-05-05T09:59:43.258Z] === RUN TestVolumesCreateAndList [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-05T09:59:43.258Z] === RUN TestVolumesRemove [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesRemove (0.19s) [2022-05-05T09:59:43.258Z] === RUN TestVolumesInspect [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInspect (0.07s) [2022-05-05T09:59:43.258Z] === RUN TestVolumesInvalidJSON [2022-05-05T09:59:43.258Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T09:59:43.258Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T09:59:43.258Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T09:59:43.258Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T09:59:43.258Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T09:59:43.258Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T09:59:43.258Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T09:59:43.258Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T09:59:43.258Z] PASS [2022-05-05T09:59:43.258Z] ok github.com/docker/docker/integration/volume 0.439s [2022-05-05T09:59:43.258Z] [2022-05-05T09:59:43.258Z] DONE 9 tests in 2.411s [2022-05-05T09:59:43.258Z] INFO: make.ps1 ended at 05/05/2022 09:59:43 [2022-05-05T09:59:43.258Z] INFO: Integration CLI tests being run from the host: [2022-05-05T09:59:43.258Z] 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-05T09:59:44.113Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-05T09:59:44.205Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.5% of statements [2022-05-05T09:59:44.385Z] --- PASS: TestResizeWithInvalidSize (3.34s) [2022-05-05T09:59:44.385Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T09:59:44.466Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.795s coverage: 58.2% of statements [2022-05-05T09:59:44.467Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-05T09:59:44.467Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-05T09:59:45.041Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-05T09:59:45.041Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-05T09:59:45.041Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-05T09:59:45.409Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2022-05-05T09:59:45.603Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-05T09:59:45.859Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-05T09:59:45.980Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-05-05T09:59:46.420Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-05T09:59:46.922Z] ok github.com/docker/docker/daemon/images 0.045s coverage: 6.6% of statements [2022-05-05T09:59:46.922Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-05T09:59:46.922Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-05T09:59:47.401Z] --- PASS: TestResizeWhenContainerNotStarted (3.37s) [2022-05-05T09:59:47.401Z] === RUN TestDaemonRestartKillContainers [2022-05-05T09:59:47.401Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T09:59:47.401Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-05T09:59:47.401Z] === RUN TestStats [2022-05-05T09:59:47.401Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-05T09:59:47.401Z] --- SKIP: TestStats (0.00s) [2022-05-05T09:59:47.401Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T09:59:47.508Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.0% of statements [2022-05-05T09:59:47.783Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-05-05T09:59:47.783Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-05-05T09:59:47.783Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-05T09:59:47.783Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-05-05T09:59:47.783Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-05T09:59:47.783Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-05T09:59:48.449Z] ok github.com/docker/docker/daemon/logger/fluentd 0.024s coverage: 53.6% of statements [2022-05-05T09:59:48.709Z] ok github.com/docker/docker/daemon/logger/awslogs 0.189s coverage: 79.9% of statements [2022-05-05T09:59:48.709Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-05T09:59:49.280Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-05-05T09:59:49.280Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 23.9% of statements [2022-05-05T09:59:49.669Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-05-05T09:59:49.850Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2022-05-05T09:59:50.111Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-05-05T09:59:50.230Z] === RUN TestDockerSuite/TestEventsRename [2022-05-05T09:59:50.811Z] === RUN TestDockerSuite/TestEventsResize [2022-05-05T09:59:51.055Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 78.7% of statements [2022-05-05T09:59:51.055Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-05T09:59:51.080Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-05T09:59:51.316Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.036s coverage: 59.1% of statements [2022-05-05T09:59:51.641Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-05T09:59:51.888Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 31.5% of statements [2022-05-05T09:59:52.573Z] === RUN TestDockerSuite/TestEventsStreaming [2022-05-05T09:59:52.829Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-05T09:59:52.830Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-05-05T09:59:53.091Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-05-05T09:59:53.410Z] --- PASS: TestCheckoutGit (36.93s) [2022-05-05T09:59:53.410Z] === RUN TestValidGitTransport [2022-05-05T09:59:53.410Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-05T09:59:53.410Z] === RUN TestGitInvalidRef [2022-05-05T09:59:53.410Z] --- PASS: TestGitInvalidRef (0.32s) [2022-05-05T09:59:53.410Z] PASS [2022-05-05T09:59:53.410Z] coverage: 86.3% of statements [2022-05-05T09:59:53.410Z] ok github.com/docker/docker/builder/remotecontext/git 37.355s coverage: 86.3% of statements [2022-05-05T09:59:53.410Z] ? github.com/docker/docker/cli [no test files] [2022-05-05T09:59:53.410Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-05T09:59:53.410Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-05T09:59:53.410Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-05T09:59:53.663Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-05-05T09:59:54.236Z] ok github.com/docker/docker/daemon/logger/splunk 1.588s coverage: 82.5% of statements [2022-05-05T09:59:54.236Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-05T09:59:54.236Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-05T09:59:55.178Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2022-05-05T09:59:55.665Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T09:59:55.665Z] INFO: Testing against a local daemon [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-05T09:59:55.665Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-05T09:59:55.665Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-05T09:59:55.665Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-05T09:59:56.095Z] === RUN TestDockerSuite/TestEventsTop [2022-05-05T09:59:56.095Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-05T09:59:56.119Z] ok github.com/docker/docker/distribution 0.601s coverage: 28.2% of statements [2022-05-05T09:59:56.119Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-05T09:59:56.123Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-05T09:59:56.380Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-05-05T09:59:56.581Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-05T09:59:56.951Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-05-05T09:59:57.045Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-05T09:59:57.502Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-05T09:59:57.522Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-05T09:59:57.784Z] ok github.com/docker/docker/distribution/xfer 1.905s coverage: 84.9% of statements [2022-05-05T09:59:57.784Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-05T09:59:57.966Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.17s) [2022-05-05T09:59:57.966Z] === RUN TestStopContainerWithTimeout [2022-05-05T09:59:57.966Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-05T09:59:57.966Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-05T09:59:57.966Z] === RUN TestUpdateRestartPolicy [2022-05-05T09:59:57.981Z] --- PASS: TestServiceUpdateSecrets (14.95s) [2022-05-05T09:59:57.981Z] === RUN TestServiceUpdateConfigs [2022-05-05T09:59:58.045Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.7% of statements [2022-05-05T09:59:58.593Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-05T09:59:58.618Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2022-05-05T09:59:58.618Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-05T09:59:59.191Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-05-05T09:59:59.763Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-05-05T10:00:00.335Z] ok github.com/docker/docker/opts 0.024s coverage: 65.5% of statements [2022-05-05T10:00:00.595Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-05T10:00:02.509Z] ok github.com/docker/docker/pkg/archive 0.321s coverage: 82.5% of statements [2022-05-05T10:00:03.080Z] ok github.com/docker/docker/pkg/authorization 0.148s coverage: 68.3% of statements [2022-05-05T10:00:03.080Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-05T10:00:03.340Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-05-05T10:00:04.037Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-05T10:00:04.038Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestConfigureDaemonLogs [2022-05-05T10:00:04.038Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestCommonOptionsInstallFlags [2022-05-05T10:00:04.038Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-05T10:00:04.038Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-05T10:00:04.038Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-05T10:00:04.038Z] PASS [2022-05-05T10:00:04.038Z] coverage: 20.1% of statements [2022-05-05T10:00:04.038Z] ok github.com/docker/docker/cmd/dockerd 0.245s coverage: 20.1% of statements [2022-05-05T10:00:04.038Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-05T10:00:04.038Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-05T10:00:05.128Z] === RUN TestDockerSuite/TestExec [2022-05-05T10:00:05.128Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-05T10:00:05.692Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-05T10:00:05.948Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-05T10:00:06.270Z] === RUN TestContainerStopSignal [2022-05-05T10:00:06.270Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestContainerStopTimeout [2022-05-05T10:00:06.270Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-05T10:00:06.270Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-05T10:00:06.270Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-05T10:00:06.270Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestReplaceAndAppendEnvVars [2022-05-05T10:00:06.270Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-05T10:00:06.270Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestNewMemoryStore [2022-05-05T10:00:06.270Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestAddContainers [2022-05-05T10:00:06.270Z] --- PASS: TestAddContainers (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestGetContainer [2022-05-05T10:00:06.270Z] --- PASS: TestGetContainer (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestDeleteContainer [2022-05-05T10:00:06.270Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestListContainers [2022-05-05T10:00:06.270Z] --- PASS: TestListContainers (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestFirstContainer [2022-05-05T10:00:06.270Z] --- PASS: TestFirstContainer (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestApplyAllContainer [2022-05-05T10:00:06.270Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestIsValidHealthString [2022-05-05T10:00:06.270Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestStateRunStop [2022-05-05T10:00:06.270Z] --- PASS: TestStateRunStop (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestStateTimeoutWait [2022-05-05T10:00:06.270Z] state_test.go:141: Stop callback fired [2022-05-05T10:00:06.270Z] state_test.go:165: Stop callback fired [2022-05-05T10:00:06.270Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-05T10:00:06.270Z] === RUN TestIsValidStateString [2022-05-05T10:00:06.270Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestViewSaveDelete [2022-05-05T10:00:06.270Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-05T10:00:06.270Z] === RUN TestViewAll [2022-05-05T10:00:06.270Z] --- PASS: TestViewAll (0.02s) [2022-05-05T10:00:06.270Z] === RUN TestViewGet [2022-05-05T10:00:06.270Z] --- PASS: TestViewGet (0.01s) [2022-05-05T10:00:06.270Z] === RUN TestNames [2022-05-05T10:00:06.270Z] --- PASS: TestNames (0.00s) [2022-05-05T10:00:06.270Z] === RUN TestViewWithHealthCheck [2022-05-05T10:00:06.270Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-05T10:00:06.270Z] PASS [2022-05-05T10:00:06.270Z] coverage: 41.7% of statements [2022-05-05T10:00:06.270Z] ok github.com/docker/docker/container 0.269s coverage: 41.7% of statements [2022-05-05T10:00:06.270Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-05T10:00:06.270Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-05T10:00:06.270Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-05T10:00:06.270Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-05T10:00:06.510Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-05T10:00:06.637Z] ok github.com/docker/docker/pkg/chrootarchive 2.482s coverage: 42.7% of statements [2022-05-05T10:00:06.637Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-05T10:00:06.746Z] === RUN TestPrepare [2022-05-05T10:00:06.746Z] --- PASS: TestPrepare (0.00s) [2022-05-05T10:00:06.746Z] === RUN TestStart [2022-05-05T10:00:06.746Z] --- PASS: TestStart (0.00s) [2022-05-05T10:00:06.746Z] === RUN TestWaitCancel [2022-05-05T10:00:06.746Z] --- PASS: TestWaitCancel (0.00s) [2022-05-05T10:00:06.746Z] === RUN TestWaitDisabled [2022-05-05T10:00:06.746Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-05T10:00:06.746Z] === RUN TestWaitEnabled [2022-05-05T10:00:06.746Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-05T10:00:06.746Z] === RUN TestRemove [2022-05-05T10:00:06.746Z] --- PASS: TestRemove (0.00s) [2022-05-05T10:00:06.746Z] PASS [2022-05-05T10:00:06.746Z] coverage: 65.3% of statements [2022-05-05T10:00:06.746Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2022-05-05T10:00:06.898Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-05T10:00:06.898Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-05-05T10:00:07.158Z] ok github.com/docker/docker/layer 7.350s coverage: 69.0% of statements [2022-05-05T10:00:07.158Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-05T10:00:07.158Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-05T10:00:07.158Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-05T10:00:07.158Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-05T10:00:07.158Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-05T10:00:07.158Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-05T10:00:07.729Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 87.2% of statements [2022-05-05T10:00:07.881Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-05T10:00:07.995Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2022-05-05T10:00:07.995Z] ok github.com/docker/docker/pkg/fsutils 0.139s coverage: 85.1% of statements [2022-05-05T10:00:08.138Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-05T10:00:08.256Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-05T10:00:08.701Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-05T10:00:09.262Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-05T10:00:09.652Z] ok github.com/docker/docker/pkg/idtools 0.555s coverage: 67.9% of statements [2022-05-05T10:00:09.652Z] ok github.com/docker/docker/pkg/ioutils 0.448s coverage: 71.0% of statements [2022-05-05T10:00:09.652Z] ok github.com/docker/docker/pkg/longpath 0.012s coverage: 100.0% of statements [2022-05-05T10:00:09.652Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-05-05T10:00:09.652Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-05T10:00:09.717Z] === RUN TestNewListSecretsFilters [2022-05-05T10:00:09.717Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-05T10:00:09.717Z] === RUN TestNewListConfigsFilters [2022-05-05T10:00:09.717Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-05T10:00:09.717Z] PASS [2022-05-05T10:00:09.717Z] coverage: 0.5% of statements [2022-05-05T10:00:09.717Z] ok github.com/docker/docker/daemon/cluster 0.207s coverage: 0.5% of statements [2022-05-05T10:00:09.823Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-05T10:00:09.912Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-05-05T10:00:10.079Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-05T10:00:10.173Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2022-05-05T10:00:10.433Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2022-05-05T10:00:10.642Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-05T10:00:10.694Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 90.5% of statements [2022-05-05T10:00:10.694Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2022-05-05T10:00:10.694Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-05T10:00:10.694Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-05T10:00:11.264Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-05-05T10:00:11.293Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-05T10:00:11.293Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-05T10:00:11.293Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-05T10:00:11.293Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-05T10:00:11.293Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-05T10:00:11.293Z] PASS [2022-05-05T10:00:11.293Z] coverage: 35.9% of statements [2022-05-05T10:00:11.293Z] ok github.com/docker/docker/daemon/cluster/convert 0.663s coverage: 35.9% of statements [2022-05-05T10:00:11.836Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-05T10:00:12.010Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-05T10:00:12.097Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-05T10:00:12.097Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-05T10:00:12.573Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2022-05-05T10:00:12.574Z] === RUN TestServiceUpdateNetwork [2022-05-05T10:00:13.135Z] === RUN TestDockerSuite/TestExecEnv [2022-05-05T10:00:13.479Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-05-05T10:00:13.697Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-05T10:00:13.740Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-05-05T10:00:14.001Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-05-05T10:00:14.262Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-05-05T10:00:14.266Z] === RUN TestBuilderGC [2022-05-05T10:00:14.266Z] --- PASS: TestBuilderGC (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationNotFound [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonBrokenConfiguration [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestFindConfigurationConflicts [2022-05-05T10:00:14.266Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-05T10:00:14.266Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-05T10:00:14.266Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-05T10:00:14.266Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-05T10:00:14.266Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors (0.01s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.01s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_label [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_dns [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_hosts [2022-05-05T10:00:14.266Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-05T10:00:14.266Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestReloadSetConfigFileNotExist [2022-05-05T10:00:14.266Z] === RUN TestWaitNodeAttachment [2022-05-05T10:00:14.266Z] time="2022-05-05T10:00:13Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-05T10:00:14.266Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s) [2022-05-05T10:00:14.266Z] === RUN TestReloadDefaultConfigNotExist [2022-05-05T10:00:14.266Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:00:14.266Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-05-05T10:00:14.266Z] === RUN TestReloadBadDefaultConfig [2022-05-05T10:00:14.266Z] time="2022-05-05T10:00:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3361676381" [2022-05-05T10:00:14.266Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestReloadWithConflictingLabels [2022-05-05T10:00:14.266Z] time="2022-05-05T10:00:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-571896154" [2022-05-05T10:00:14.266Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestReloadWithDuplicateLabels [2022-05-05T10:00:14.266Z] time="2022-05-05T10:00:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1291901380" [2022-05-05T10:00:14.266Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestMaskURLCredentials [2022-05-05T10:00:14.266Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-05T10:00:14.266Z] === RUN TestDaemonConfigurationMerge [2022-05-05T10:00:14.266Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-05T10:00:14.266Z] PASS [2022-05-05T10:00:14.266Z] coverage: 79.8% of statements [2022-05-05T10:00:14.266Z] ok github.com/docker/docker/daemon/config 0.331s coverage: 79.8% of statements [2022-05-05T10:00:14.523Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-05-05T10:00:14.523Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-05T10:00:14.739Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-05T10:00:14.740Z] === RUN TestIsolationConversion [2022-05-05T10:00:14.740Z] === RUN TestIsolationConversion/default [2022-05-05T10:00:14.740Z] === RUN TestIsolationConversion/process [2022-05-05T10:00:14.740Z] === RUN TestIsolationConversion/hyperv [2022-05-05T10:00:14.740Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestContainerLabels [2022-05-05T10:00:14.740Z] --- PASS: TestContainerLabels (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestCredentialSpecConversion [2022-05-05T10:00:14.740Z] === RUN TestCredentialSpecConversion/none [2022-05-05T10:00:14.740Z] === RUN TestCredentialSpecConversion/config [2022-05-05T10:00:14.740Z] === RUN TestCredentialSpecConversion/file [2022-05-05T10:00:14.740Z] === RUN TestCredentialSpecConversion/registry [2022-05-05T10:00:14.740Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-05T10:00:14.740Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestControllerValidateMountBind [2022-05-05T10:00:14.740Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-05-05T10:00:14.740Z] === RUN TestControllerValidateMountVolume [2022-05-05T10:00:14.740Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestControllerValidateMountTarget [2022-05-05T10:00:14.740Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestControllerValidateMountTmpfs [2022-05-05T10:00:14.740Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestControllerValidateMountInvalidType [2022-05-05T10:00:14.740Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestControllerValidateMountNamedPipe [2022-05-05T10:00:14.740Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-05T10:00:14.740Z] PASS [2022-05-05T10:00:14.740Z] coverage: 11.0% of statements [2022-05-05T10:00:14.740Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.679s coverage: 11.0% of statements [2022-05-05T10:00:14.740Z] === RUN TestEventsLog [2022-05-05T10:00:14.740Z] --- PASS: TestEventsLog (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestEventsLogTimeout [2022-05-05T10:00:14.740Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestLogEvents [2022-05-05T10:00:14.740Z] --- PASS: TestLogEvents (0.05s) [2022-05-05T10:00:14.740Z] === RUN TestLoadBufferedEvents [2022-05-05T10:00:14.740Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-05-05T10:00:14.740Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-05T10:00:14.740Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-05T10:00:14.740Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-05T10:00:14.740Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-05T10:00:14.740Z] PASS [2022-05-05T10:00:14.740Z] coverage: 50.0% of statements [2022-05-05T10:00:14.740Z] ok github.com/docker/docker/daemon/events 0.321s coverage: 50.0% of statements [2022-05-05T10:00:15.066Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-05T10:00:15.096Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-05-05T10:00:15.357Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-05T10:00:15.618Z] ok github.com/docker/docker/pkg/tailfile 0.049s coverage: 88.6% of statements [2022-05-05T10:00:15.631Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-05T10:00:16.190Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-05-05T10:00:16.319Z] === RUN TestIsEmptyDir [2022-05-05T10:00:16.319Z] === RUN TestLinkNaming [2022-05-05T10:00:16.319Z] --- PASS: TestLinkNaming (0.00s) [2022-05-05T10:00:16.319Z] === RUN TestLinkNew [2022-05-05T10:00:16.319Z] --- PASS: TestLinkNew (0.00s) [2022-05-05T10:00:16.319Z] === RUN TestLinkEnv [2022-05-05T10:00:16.319Z] --- PASS: TestLinkEnv (0.00s) [2022-05-05T10:00:16.319Z] === RUN TestLinkMultipleEnv [2022-05-05T10:00:16.319Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-05T10:00:16.319Z] === RUN TestLinkPortRangeEnv [2022-05-05T10:00:16.319Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-05T10:00:16.319Z] PASS [2022-05-05T10:00:16.319Z] coverage: 93.0% of statements [2022-05-05T10:00:16.319Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2022-05-05T10:00:16.319Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-05T10:00:16.319Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-05T10:00:16.319Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-05T10:00:16.319Z] PASS [2022-05-05T10:00:16.319Z] coverage: 2.3% of statements [2022-05-05T10:00:16.319Z] ok github.com/docker/docker/daemon/graphdriver 0.089s coverage: 2.3% of statements [2022-05-05T10:00:16.451Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-05T10:00:16.713Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-05T10:00:17.314Z] === RUN TestVerifyNetworkingConfig [2022-05-05T10:00:17.314Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestGetContainer [2022-05-05T10:00:17.314Z] --- PASS: TestGetContainer (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestValidContainerNames [2022-05-05T10:00:17.314Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestContainerInitDNS [2022-05-05T10:00:17.314Z] daemon_test.go:145: root required [2022-05-05T10:00:17.314Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestMerge [2022-05-05T10:00:17.314Z] --- PASS: TestMerge (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestValidateContainerIsolation [2022-05-05T10:00:17.314Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestFindNetworkErrorType [2022-05-05T10:00:17.314Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestEnsureServicesExist [2022-05-05T10:00:17.314Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestEnsureServicesExistErrors [2022-05-05T10:00:17.314Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-05T10:00:17.314Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-05T10:00:17.314Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-05T10:00:17.314Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-05T10:00:17.314Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-05T10:00:17.314Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-05T10:00:17.314Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestContainerDelete [2022-05-05T10:00:17.314Z] --- PASS: TestContainerDelete (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestContainerDoubleDelete [2022-05-05T10:00:17.314Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestLogContainerEventCopyLabels [2022-05-05T10:00:17.314Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestLogContainerEventWithAttributes [2022-05-05T10:00:17.314Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestNoneHealthcheck [2022-05-05T10:00:17.314Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-05T10:00:17.314Z] === RUN TestHealthStates [2022-05-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] time="2022-05-05T10:00:17Z" 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-05T10:00:17.786Z] --- PASS: TestHealthStates (0.21s) [2022-05-05T10:00:17.786Z] === RUN TestGetInspectData [2022-05-05T10:00:17.786Z] --- PASS: TestGetInspectData (0.00s) [2022-05-05T10:00:17.786Z] === RUN TestFillLicense [2022-05-05T10:00:17.786Z] --- PASS: TestFillLicense (0.00s) [2022-05-05T10:00:17.786Z] === RUN TestListInvalidFilter [2022-05-05T10:00:17.786Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-05T10:00:17.786Z] === RUN TestNameFilter [2022-05-05T10:00:17.786Z] --- PASS: TestNameFilter (0.00s) [2022-05-05T10:00:17.786Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-05T10:00:17.786Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-05T10:00:17.786Z] === 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-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-05T10:00:17.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-05T10:00:17.786Z] --- 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-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-05T10:00:17.786Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-05T10:00:17.786Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-05T10:00:17.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-05T10:00:17.787Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-05T10:00:17.787Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-05T10:00:17.787Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-05T10:00:17.787Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-05T10:00:17.787Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-05T10:00:17.787Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestDaemonReloadLabels [2022-05-05T10:00:17.787Z] --- PASS: TestDaemonReloadLabels (0.01s) [2022-05-05T10:00:17.787Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-05T10:00:17.787Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestDaemonReloadMirrors [2022-05-05T10:00:17.787Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-05T10:00:17.787Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-05T10:00:17.787Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-05T10:00:17.787Z] reload_test.go:342: root required [2022-05-05T10:00:17.787Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-05T10:00:17.787Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-05T10:00:17.787Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-05T10:00:17.787Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-05T10:00:17.787Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-05T10:00:17.787Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s) [2022-05-05T10:00:17.787Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-05T10:00:17.787Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s) [2022-05-05T10:00:17.787Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-05T10:00:17.787Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-05T10:00:17.787Z] === RUN TestParseVolumesFrom [2022-05-05T10:00:17.787Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-05T10:00:17.787Z] PASS [2022-05-05T10:00:17.787Z] coverage: 8.6% of statements [2022-05-05T10:00:17.787Z] ok github.com/docker/docker/daemon 0.796s coverage: 8.6% of statements [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-05T10:00:17.787Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-05T10:00:18.145Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-05T10:00:18.625Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-05-05T10:00:18.706Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-05-05T10:00:18.886Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-05T10:00:19.147Z] ok github.com/docker/docker/profiles/seccomp 0.014s coverage: 86.0% of statements [2022-05-05T10:00:19.268Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-05T10:00:20.021Z] === RUN TestAdapterReadLogs [2022-05-05T10:00:20.021Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestCopier [2022-05-05T10:00:20.021Z] --- PASS: TestCopier (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestCopierLongLines [2022-05-05T10:00:20.021Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestCopierSlow [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/defaults [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-05T10:00:20.021Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-05T10:00:20.021Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-05T10:00:20.021Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-05T10:00:20.021Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-05T10:00:20.021Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-05T10:00:20.021Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-05T10:00:20.021Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-05T10:00:20.021Z] --- PASS: TestCopierSlow (0.20s) [2022-05-05T10:00:20.021Z] === RUN TestCopierWithSized [2022-05-05T10:00:20.021Z] === RUN TestCopierWithSized/as_is [2022-05-05T10:00:20.021Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-05T10:00:20.021Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-05T10:00:20.021Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-05T10:00:20.021Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestCopierWithPartial [2022-05-05T10:00:20.021Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestRingLogger [2022-05-05T10:00:20.021Z] --- PASS: TestRingLogger (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestRingCap [2022-05-05T10:00:20.021Z] --- PASS: TestRingCap (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestRingClose [2022-05-05T10:00:20.021Z] --- PASS: TestRingClose (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestRingDrain [2022-05-05T10:00:20.021Z] --- PASS: TestRingDrain (0.00s) [2022-05-05T10:00:20.021Z] PASS [2022-05-05T10:00:20.021Z] coverage: 43.2% of statements [2022-05-05T10:00:20.021Z] ok github.com/docker/docker/daemon/logger 0.281s coverage: 43.2% of statements [2022-05-05T10:00:20.021Z] time="2022-05-05T10:00:19Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-05T10:00:20.021Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s) [2022-05-05T10:00:20.021Z] === RUN TestCreateSuccess [2022-05-05T10:00:20.021Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-05T10:00:20.021Z] === RUN TestCreateStreamSkipped [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-05T10:00:20.022Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCreateLogGroupSuccess [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-05T10:00:20.022Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCreateError [2022-05-05T10:00:20.022Z] --- PASS: TestCreateError (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCreateAlreadyExists [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-05T10:00:20.022Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestLogClosed [2022-05-05T10:00:20.022Z] --- PASS: TestLogClosed (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestLogBlocking [2022-05-05T10:00:20.022Z] --- PASS: TestLogBlocking (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-05T10:00:20.022Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestLogNonBlockingBufferFull [2022-05-05T10:00:20.022Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestPublishBatchSuccess [2022-05-05T10:00:20.022Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestPublishBatchError [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=error msg=error [2022-05-05T10:00:20.022Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-05T10:00:20.022Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-05T10:00:20.022Z] time="2022-05-05T10:00:19Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-05T10:00:20.022Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchSimple [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchTicker [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMultilinePattern [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchClose [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen/0/Hello [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen/2/🙃 [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen/3/���� [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen/4/He��o [2022-05-05T10:00:20.022Z] === RUN TestEffectiveLen/5/ [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/0/ [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/1/Hello [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: Hello [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/2/Hello [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: He [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: llo [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/3/Hello [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: Hello [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/4/🙃 [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/5/🙃 [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/6/a� [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: a [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: � [2022-05-05T10:00:20.022Z] === RUN TestFindValidSplit/7/a� [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1076: a� [2022-05-05T10:00:20.022Z] cloudwatchlogs_test.go:1077: [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestProcessEventEmoji [2022-05-05T10:00:20.022Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchLineSplit [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMaxEvents [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-05T10:00:20.022Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-05T10:00:20.022Z] === RUN TestSearchRegistryForImagesErrors [2022-05-05T10:00:20.022Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestSearchRegistryForImages [2022-05-05T10:00:20.022Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestOnlyPlatformWithFallback [2022-05-05T10:00:20.022Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestImageDelete [2022-05-05T10:00:20.022Z] === RUN TestImageDelete/no_lease [2022-05-05T10:00:20.022Z] === RUN TestImageDelete/lease_exists [2022-05-05T10:00:20.022Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-05T10:00:20.022Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-05T10:00:20.022Z] --- PASS: TestImageDelete (0.05s) [2022-05-05T10:00:20.022Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-05T10:00:20.022Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-05T10:00:20.022Z] === RUN TestContentStoreForPull [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsFormat [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestCreateTagSuccess [2022-05-05T10:00:20.022Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-05T10:00:20.022Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-05T10:00:20.022Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-05T10:00:20.022Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-05T10:00:20.022Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-05T10:00:20.022Z] PASS [2022-05-05T10:00:20.022Z] coverage: 79.9% of statements [2022-05-05T10:00:20.022Z] ok github.com/docker/docker/daemon/logger/awslogs 0.486s coverage: 79.9% of statements [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-05T10:00:20.022Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/#00 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-05T10:00:20.022Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/something:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-05T10:00:20.023Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-05T10:00:20.195Z] === RUN TestDockerSuite/TestExecParseError [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-05T10:00:20.498Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-05T10:00:20.498Z] PASS [2022-05-05T10:00:20.498Z] coverage: 53.6% of statements [2022-05-05T10:00:20.498Z] ok github.com/docker/docker/daemon/logger/fluentd 0.128s coverage: 53.6% of statements [2022-05-05T10:00:20.498Z] --- PASS: TestContentStoreForPull (0.29s) [2022-05-05T10:00:20.498Z] PASS [2022-05-05T10:00:20.498Z] coverage: 6.6% of statements [2022-05-05T10:00:20.498Z] ok github.com/docker/docker/daemon/images 0.543s coverage: 6.6% of statements [2022-05-05T10:00:20.498Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-05T10:00:20.498Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-05T10:00:20.498Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-05T10:00:20.498Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-05T10:00:20.498Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-05T10:00:20.498Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-05T10:00:20.530Z] ok github.com/docker/docker/quota 0.238s coverage: 71.4% of statements [2022-05-05T10:00:20.530Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-05-05T10:00:20.756Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-05T10:00:21.012Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-05T10:00:21.471Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-05-05T10:00:21.492Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-05T10:00:21.492Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-05T10:00:21.492Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-05T10:00:21.492Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2022-05-05T10:00:21.492Z] === RUN TestFastTimeMarshalJSON [2022-05-05T10:00:21.492Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-05-05T10:00:21.492Z] PASS [2022-05-05T10:00:21.492Z] coverage: 87.2% of statements [2022-05-05T10:00:21.492Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.237s coverage: 87.2% of statements [2022-05-05T10:00:21.575Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-05T10:00:21.832Z] check_test.go:378: [d86fcea4a0658] daemon is not started [2022-05-05T10:00:21.832Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-05-05T10:00:21.965Z] === RUN TestJSONFileLogger [2022-05-05T10:00:21.965Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-05T10:00:21.965Z] === RUN TestJSONFileLoggerWithTags [2022-05-05T10:00:21.965Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-05T10:00:21.965Z] === RUN TestJSONFileLoggerWithOpts [2022-05-05T10:00:21.965Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-05-05T10:00:21.965Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-05T10:00:21.965Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-05T10:00:21.965Z] === RUN TestEncodeDecode [2022-05-05T10:00:21.965Z] === PAUSE TestEncodeDecode [2022-05-05T10:00:21.965Z] === RUN TestUnexpectedEOF [2022-05-05T10:00:21.965Z] === RUN TestWriteLog [2022-05-05T10:00:21.965Z] === PAUSE TestWriteLog [2022-05-05T10:00:21.965Z] === RUN TestReadLog [2022-05-05T10:00:21.965Z] === PAUSE TestReadLog [2022-05-05T10:00:21.965Z] === RUN TestDecode [2022-05-05T10:00:22.042Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-05T10:00:22.042Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-05-05T10:00:22.437Z] --- PASS: TestDecode (0.03s) [2022-05-05T10:00:22.437Z] === CONT TestWriteLog [2022-05-05T10:00:22.437Z] === CONT TestReadLog [2022-05-05T10:00:22.437Z] === RUN TestReadLog/tail_exact [2022-05-05T10:00:22.437Z] --- PASS: TestWriteLog (0.01s) [2022-05-05T10:00:22.437Z] time="2022-05-05T10:00:22Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-05T10:00:22.437Z] time="2022-05-05T10:00:22Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-05T10:00:22.437Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-05-05T10:00:22.437Z] === CONT TestEncodeDecode [2022-05-05T10:00:22.437Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-05T10:00:22.437Z] PASS [2022-05-05T10:00:22.437Z] coverage: 69.9% of statements [2022-05-05T10:00:22.437Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.314s coverage: 69.9% of statements [2022-05-05T10:00:22.437Z] === RUN TestReadLog/tail_less_than_available [2022-05-05T10:00:22.437Z] === RUN TestReadLog/tail_more_than_available [2022-05-05T10:00:22.437Z] --- PASS: TestReadLog (0.26s) [2022-05-05T10:00:22.437Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-05-05T10:00:22.437Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-05T10:00:22.437Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-05T10:00:22.437Z] PASS [2022-05-05T10:00:22.437Z] coverage: 78.7% of statements [2022-05-05T10:00:22.437Z] ok github.com/docker/docker/daemon/logger/local 0.351s coverage: 78.7% of statements [2022-05-05T10:00:22.437Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-05T10:00:22.613Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-05T10:00:22.761Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-05T10:00:22.874Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-05T10:00:23.323Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-05T10:00:23.433Z] === RUN TestOpenFileDelete [2022-05-05T10:00:23.433Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestOpenFileRename [2022-05-05T10:00:23.433Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestHandleDecoderErr [2022-05-05T10:00:23.433Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestParseLogTagDefaultTag [2022-05-05T10:00:23.433Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestParseLogTag [2022-05-05T10:00:23.433Z] --- PASS: TestParseLogTag (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestParseLogTagEmptyTag [2022-05-05T10:00:23.433Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestTailFiles [2022-05-05T10:00:23.433Z] --- PASS: TestTailFiles (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestFollowLogsConsumerGone [2022-05-05T10:00:23.433Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestFollowLogsProducerGone [2022-05-05T10:00:23.433Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-05T10:00:23.433Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-05T10:00:23.433Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-05-05T10:00:23.433Z] === RUN TestCheckCapacityAndRotate [2022-05-05T10:00:23.433Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-05T10:00:23.433Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-05T10:00:23.433Z] --- PASS: TestCheckCapacityAndRotate (0.18s) [2022-05-05T10:00:23.433Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.03s) [2022-05-05T10:00:23.433Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2022-05-05T10:00:23.433Z] PASS [2022-05-05T10:00:23.433Z] coverage: 55.1% of statements [2022-05-05T10:00:23.433Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.258s coverage: 55.1% of statements [2022-05-05T10:00:23.487Z] --- PASS: TestUpdateRestartPolicy (25.89s) [2022-05-05T10:00:23.487Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T10:00:23.906Z] === RUN TestLog [2022-05-05T10:00:23.906Z] --- PASS: TestLog (0.03s) [2022-05-05T10:00:23.906Z] PASS [2022-05-05T10:00:23.906Z] coverage: 31.5% of statements [2022-05-05T10:00:23.906Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.100s coverage: 31.5% of statements [2022-05-05T10:00:24.253Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-05T10:00:24.253Z] docker_api_swarm_test.go:802: [d82aeb5e7e74c] joining swarm manager [d7fdddddcf4d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:00:24.381Z] === RUN TestParseLogFormat [2022-05-05T10:00:24.381Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-05T10:00:24.381Z] === RUN TestValidateLogOptEmpty [2022-05-05T10:00:24.381Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogAddress [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-05T10:00:24.381Z] === RUN TestParseAddressDefaultPort [2022-05-05T10:00:24.381Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-05T10:00:24.381Z] === RUN TestValidateSyslogFacility [2022-05-05T10:00:24.381Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-05T10:00:24.381Z] === RUN TestValidateLogOptSyslogFormat [2022-05-05T10:00:24.381Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-05T10:00:24.381Z] === RUN TestValidateLogOpt [2022-05-05T10:00:24.381Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-05T10:00:24.381Z] PASS [2022-05-05T10:00:24.381Z] coverage: 43.6% of statements [2022-05-05T10:00:24.381Z] ok github.com/docker/docker/daemon/logger/syslog 0.072s coverage: 43.6% of statements [2022-05-05T10:00:24.789Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-05T10:00:24.854Z] === RUN TestNewParse [2022-05-05T10:00:24.854Z] --- PASS: TestNewParse (0.00s) [2022-05-05T10:00:24.854Z] PASS [2022-05-05T10:00:24.854Z] coverage: 8.3% of statements [2022-05-05T10:00:24.854Z] === RUN TestValidateLogOpt [2022-05-05T10:00:24.854Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestNewMissedConfig [2022-05-05T10:00:24.854Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestNewMissedUrl [2022-05-05T10:00:24.854Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestNewMissedToken [2022-05-05T10:00:24.854Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestNewWithProxy [2022-05-05T10:00:24.854Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestDefault [2022-05-05T10:00:24.854Z] ok github.com/docker/docker/daemon/logger/templates 0.046s coverage: 8.3% of statements [2022-05-05T10:00:24.854Z] --- PASS: TestDefault (0.01s) [2022-05-05T10:00:24.854Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-05T10:00:24.854Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-05-05T10:00:24.854Z] === RUN TestJsonFormat [2022-05-05T10:00:24.854Z] --- PASS: TestJsonFormat (0.01s) [2022-05-05T10:00:24.854Z] === RUN TestRawFormat [2022-05-05T10:00:24.854Z] --- PASS: TestRawFormat (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestRawFormatWithLabels [2022-05-05T10:00:24.854Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestRawFormatWithoutTag [2022-05-05T10:00:24.854Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-05T10:00:24.854Z] === RUN TestBatching [2022-05-05T10:00:24.854Z] --- PASS: TestBatching (0.30s) [2022-05-05T10:00:24.854Z] === RUN TestFrequency [2022-05-05T10:00:25.049Z] ok github.com/docker/docker/volume/local 0.098s coverage: 76.4% of statements [2022-05-05T10:00:25.326Z] --- PASS: TestFrequency (0.21s) [2022-05-05T10:00:25.326Z] === RUN TestOneMessagePerRequest [2022-05-05T10:00:25.326Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-05-05T10:00:25.326Z] === RUN TestVerify [2022-05-05T10:00:25.326Z] --- PASS: TestVerify (0.00s) [2022-05-05T10:00:25.326Z] === RUN TestSkipVerify [2022-05-05T10:00:25.618Z] docker_api_swarm_test.go:802: [d8095c178e3e2] joining swarm manager [d7fdddddcf4d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:00:25.621Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-05-05T10:00:25.753Z] --- PASS: TestUpdateRestartWithAutoRemove (3.41s) [2022-05-05T10:00:25.753Z] === RUN TestWaitNonBlocked [2022-05-05T10:00:25.753Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T10:00:25.753Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T10:00:25.753Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T10:00:25.753Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T10:00:25.798Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:25.798Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:25.798Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:25.874Z] --- PASS: TestServiceUpdateNetwork (13.54s) [2022-05-05T10:00:25.874Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T10:00:26.235Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T10:00:26.235Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T10:00:26.270Z] --- PASS: TestSkipVerify (0.76s) [2022-05-05T10:00:26.271Z] === RUN TestBufferMaximum [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.766103\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.766103\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-05T10:00:26.271Z] === RUN TestServerAlwaysDown [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.771110\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.771110\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.771110\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.772094\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] time="2022-05-05T10:00:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651744825.772094\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:26.271Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-05T10:00:26.271Z] === RUN TestCannotSendAfterClose [2022-05-05T10:00:26.271Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-05T10:00:26.271Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-05T10:00:26.271Z] === RUN TestV1IDService [2022-05-05T10:00:26.271Z] --- PASS: TestV1IDService (0.03s) [2022-05-05T10:00:26.271Z] === RUN TestV2MetadataService [2022-05-05T10:00:26.802Z] docker_api_swarm_test.go:802: [d0d9a5b7270d5] joining swarm manager [d7fdddddcf4d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-05T10:00:27.005Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-05-05T10:00:27.265Z] time="2022-05-05T10:00:26Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-05T10:00:27.265Z] time="2022-05-05T10:00:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2e12b5c736a6\"}'" [2022-05-05T10:00:27.265Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-05-05T10:00:27.265Z] PASS [2022-05-05T10:00:27.265Z] coverage: 82.5% of statements [2022-05-05T10:00:27.265Z] ok github.com/docker/docker/daemon/logger/splunk 2.390s coverage: 82.5% of statements [2022-05-05T10:00:27.265Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-05T10:00:27.265Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-05T10:00:27.265Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-05T10:00:27.265Z] --- PASS: TestV2MetadataService (1.22s) [2022-05-05T10:00:27.265Z] PASS [2022-05-05T10:00:27.265Z] coverage: 48.2% of statements [2022-05-05T10:00:27.265Z] ok github.com/docker/docker/distribution/metadata 1.336s coverage: 48.2% of statements [2022-05-05T10:00:27.265Z] === RUN TestSuccessfulDownload [2022-05-05T10:00:27.265Z] download_test.go:267: Needs fixing on Windows [2022-05-05T10:00:27.265Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-05T10:00:27.265Z] === RUN TestCancelledDownload [2022-05-05T10:00:27.265Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-05T10:00:27.265Z] === RUN TestMaxDownloadAttempts [2022-05-05T10:00:27.265Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T10:00:27.265Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T10:00:27.266Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T10:00:27.266Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T10:00:27.266Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T10:00:27.266Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T10:00:27.266Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T10:00:27.266Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T10:00:27.266Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-05T10:00:27.266Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-05T10:00:27.266Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-05T10:00:27.266Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-05T10:00:27.363Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-05T10:00:27.738Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-05T10:00:27.738Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-05T10:00:27.738Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-05T10:00:27.738Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-05T10:00:27.738Z] === RUN TestContinueOnError_NeverContinue [2022-05-05T10:00:27.738Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-05T10:00:27.738Z] === RUN TestManifestStore [2022-05-05T10:00:27.738Z] === RUN TestManifestStore/no_remote_or_local [2022-05-05T10:00:27.738Z] time="2022-05-05T10:00:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T10:00:27.738Z] time="2022-05-05T10:00:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T10:00:27.738Z] time="2022-05-05T10:00:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T10:00:27.738Z] time="2022-05-05T10:00:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-05T10:00:27.738Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-05T10:00:27.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-05-05T10:00:27.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-05-05T10:00:27.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-05-05T10:00:27.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-05-05T10:00:27.738Z] === RUN TestTransfer [2022-05-05T10:00:27.738Z] time="2022-05-05T10:00:27Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1246117790\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-05T10:00:27.738Z] === RUN TestManifestStore/no_local_cache [2022-05-05T10:00:27.738Z] === RUN TestManifestStore/with_local_cache [2022-05-05T10:00:27.738Z] === RUN TestManifestStore/unknown_media_type [2022-05-05T10:00:27.738Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-05T10:00:27.738Z] time="2022-05-05T10:00:27Z" level=warning msg="reference for unknown type: " [2022-05-05T10:00:27.926Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-05T10:00:28.182Z] docker_api_swarm_test.go:802: [d6d15cd07c672] joining swarm manager [d7fdddddcf4d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-05T10:00:28.212Z] time="2022-05-05T10:00:27Z" level=warning msg="reference for unknown type: " [2022-05-05T10:00:28.212Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-05T10:00:28.212Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-05T10:00:28.212Z] time="2022-05-05T10:00:27Z" level=warning msg="reference for unknown type: " [2022-05-05T10:00:28.212Z] --- PASS: TestTransfer (0.12s) [2022-05-05T10:00:28.212Z] === RUN TestConcurrencyLimit [2022-05-05T10:00:28.212Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-05T10:00:28.212Z] time="2022-05-05T10:00:27Z" level=warning msg="reference for unknown type: " [2022-05-05T10:00:28.212Z] time="2022-05-05T10:00:27Z" level=warning msg="reference for unknown type: " [2022-05-05T10:00:28.212Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-05T10:00:28.212Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-05T10:00:28.212Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-05T10:00:28.212Z] time="2022-05-05T10:00:27Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-05T10:00:28.212Z] --- PASS: TestManifestStore (0.44s) [2022-05-05T10:00:28.212Z] --- PASS: TestManifestStore/no_remote_or_local (0.31s) [2022-05-05T10:00:28.212Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-05T10:00:28.213Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-05T10:00:28.213Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestFixManifestLayers [2022-05-05T10:00:28.213Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-05T10:00:28.213Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-05T10:00:28.213Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestFixManifestLayersBadParent [2022-05-05T10:00:28.213Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestValidateManifest [2022-05-05T10:00:28.213Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-05T10:00:28.213Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestFormatPlatform [2022-05-05T10:00:28.213Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-05T10:00:28.213Z] === RUN TestPullSchema2Config [2022-05-05T10:00:28.213Z] === RUN TestPullSchema2Config/success_first_time [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T10:00:28.213Z] === RUN TestPullSchema2Config/500_status [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T10:00:28.213Z] === RUN TestPullSchema2Config/EOF [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T10:00:28.213Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T10:00:28.213Z] 2022/05/05 10:00:28 http: panic serving 127.0.0.1:49220: intentional panic [2022-05-05T10:00:28.213Z] goroutine 13 [running]: [2022-05-05T10:00:28.213Z] net/http.(*conn).serve.func1() [2022-05-05T10:00:28.213Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-05T10:00:28.213Z] panic({0xeb8f00, 0x109b310}) [2022-05-05T10:00:28.213Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-05T10:00:28.213Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0004ea4e0?, {0x10a2ab8?, 0xc0000081c0?}) [2022-05-05T10:00:28.213Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-05T10:00:28.213Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x10a2ab8, 0xc0000081c0}, 0xc00006c900) [2022-05-05T10:00:28.213Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-05T10:00:28.213Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x10a2ab8?, 0xc0000081c0?}, 0x14be5c0?) [2022-05-05T10:00:28.213Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-05T10:00:28.213Z] net/http.serverHandler.ServeHTTP({0xc00021a5d0?}, {0x10a2ab8, 0xc0000081c0}, 0xc00006c900) [2022-05-05T10:00:28.213Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-05T10:00:28.213Z] net/http.(*conn).serve(0xc000341c20, {0x10a3330, 0xc000039020}) [2022-05-05T10:00:28.213Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-05T10:00:28.213Z] created by net/http.(*Server).Serve [2022-05-05T10:00:28.213Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-05T10:00:28.213Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-05-05T10:00:28.213Z] === RUN TestInactiveJobs [2022-05-05T10:00:28.685Z] === RUN TestNotFound [2022-05-05T10:00:28.685Z] --- PASS: TestNotFound (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestConflict [2022-05-05T10:00:28.685Z] --- PASS: TestConflict (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestForbidden [2022-05-05T10:00:28.685Z] --- PASS: TestForbidden (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestInvalidParameter [2022-05-05T10:00:28.685Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestNotImplemented [2022-05-05T10:00:28.685Z] --- PASS: TestNotImplemented (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestNotModified [2022-05-05T10:00:28.685Z] --- PASS: TestNotModified (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestUnauthorized [2022-05-05T10:00:28.685Z] --- PASS: TestUnauthorized (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestUnknown [2022-05-05T10:00:28.685Z] --- PASS: TestUnknown (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestCancelled [2022-05-05T10:00:28.685Z] --- PASS: TestCancelled (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestDeadline [2022-05-05T10:00:28.685Z] --- PASS: TestDeadline (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestDataLoss [2022-05-05T10:00:28.685Z] --- PASS: TestDataLoss (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestUnavailable [2022-05-05T10:00:28.685Z] --- PASS: TestUnavailable (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestSystem [2022-05-05T10:00:28.685Z] --- PASS: TestSystem (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Not_Found [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Bad_Request [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Conflict [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Unauthorized [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Forbidden [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Not_Modified [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-05T10:00:28.685Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-05T10:00:28.685Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-05T10:00:28.685Z] PASS [2022-05-05T10:00:28.685Z] coverage: 77.0% of statements [2022-05-05T10:00:28.685Z] ok github.com/docker/docker/errdefs 0.046s coverage: 77.0% of statements [2022-05-05T10:00:28.685Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T10:00:28.685Z] === RUN TestPullSchema2Config/unauthorized [2022-05-05T10:00:28.685Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-05T10:00:28.685Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-05T10:00:28.685Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-05T10:00:28.685Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-05T10:00:28.685Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-05T10:00:28.685Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-05T10:00:28.685Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-05T10:00:28.685Z] === RUN TestGetRepositoryMountCandidates [2022-05-05T10:00:28.685Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestLayerAlreadyExists [2022-05-05T10:00:28.685Z] 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-05T10:00:28.685Z] 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-05T10:00:28.685Z] 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-05T10:00:28.685Z] 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-05T10:00:28.685Z] 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-05T10:00:28.685Z] 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-05T10:00:28.685Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestWhenEmptyAuthConfig [2022-05-05T10:00:28.685Z] --- PASS: TestInactiveJobs (0.41s) [2022-05-05T10:00:28.685Z] === RUN TestWatchRelease [2022-05-05T10:00:28.685Z] --- PASS: TestWatchRelease (0.04s) [2022-05-05T10:00:28.685Z] === RUN TestWatchFinishedTransfer [2022-05-05T10:00:28.685Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-05T10:00:28.685Z] === RUN TestDuplicateTransfer [2022-05-05T10:00:28.685Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-05T10:00:28.685Z] === RUN TestSuccessfulUpload [2022-05-05T10:00:29.159Z] time="2022-05-05T10:00:28Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-05T10:00:29.159Z] --- PASS: TestSuccessfulUpload (0.35s) [2022-05-05T10:00:29.159Z] === RUN TestCancelledUpload [2022-05-05T10:00:29.159Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-05T10:00:29.159Z] PASS [2022-05-05T10:00:29.159Z] coverage: 77.3% of statements [2022-05-05T10:00:29.159Z] ok github.com/docker/docker/distribution/xfer 1.961s coverage: 77.3% of statements [2022-05-05T10:00:29.633Z] === RUN TestFSGetInvalidData [2022-05-05T10:00:29.633Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-05T10:00:29.633Z] === RUN TestFSInvalidSet [2022-05-05T10:00:29.633Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-05T10:00:29.633Z] === RUN TestFSInvalidRoot [2022-05-05T10:00:29.633Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-05T10:00:29.633Z] === RUN TestFSMetadataGetSet [2022-05-05T10:00:29.633Z] --- PASS: TestFSMetadataGetSet (0.08s) [2022-05-05T10:00:29.633Z] === RUN TestFSInvalidWalker [2022-05-05T10:00:29.633Z] --- PASS: TestFSInvalidWalker (0.03s) [2022-05-05T10:00:29.633Z] === RUN TestFSGetSet [2022-05-05T10:00:29.633Z] --- PASS: TestFSGetSet (0.05s) [2022-05-05T10:00:29.633Z] === RUN TestFSGetUnsetKey [2022-05-05T10:00:29.633Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-05T10:00:29.633Z] === RUN TestFSGetEmptyData [2022-05-05T10:00:29.633Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2022-05-05T10:00:29.633Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-05T10:00:29.633Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-05T10:00:29.633Z] === RUN TestTokenPassThru [2022-05-05T10:00:29.633Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-05T10:00:29.633Z] === RUN TestFSDelete [2022-05-05T10:00:29.633Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-05T10:00:29.633Z] === RUN TestTokenPassThruDifferentHost [2022-05-05T10:00:29.633Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-05T10:00:29.633Z] PASS [2022-05-05T10:00:29.633Z] coverage: 26.6% of statements [2022-05-05T10:00:29.633Z] --- PASS: TestFSDelete (0.02s) [2022-05-05T10:00:29.633Z] === RUN TestFSWalker [2022-05-05T10:00:29.633Z] ok github.com/docker/docker/distribution 2.258s coverage: 26.6% of statements [2022-05-05T10:00:29.633Z] --- PASS: TestFSWalker (0.04s) [2022-05-05T10:00:29.633Z] === RUN TestFSWalkerStopOnError [2022-05-05T10:00:29.633Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-05T10:00:29.633Z] === RUN TestNewFromJSON [2022-05-05T10:00:29.633Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-05T10:00:29.633Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-05T10:00:29.633Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-05T10:00:29.633Z] === RUN TestMarshalKeyOrder [2022-05-05T10:00:29.633Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-05T10:00:29.633Z] === RUN TestHistoryEqual [2022-05-05T10:00:29.633Z] === RUN TestCompare [2022-05-05T10:00:29.633Z] --- PASS: TestCompare (0.00s) [2022-05-05T10:00:29.633Z] PASS [2022-05-05T10:00:29.633Z] coverage: 19.2% of statements [2022-05-05T10:00:30.105Z] ok github.com/docker/docker/image/cache 0.099s coverage: 19.2% of statements [2022-05-05T10:00:30.105Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-05T10:00:30.105Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-05T10:00:30.105Z] --- PASS: TestHistoryEqual (0.21s) [2022-05-05T10:00:30.105Z] === RUN TestImage [2022-05-05T10:00:30.105Z] --- PASS: TestImage (0.00s) [2022-05-05T10:00:30.105Z] === RUN TestImageOSNotEmpty [2022-05-05T10:00:30.105Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-05T10:00:30.105Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-05T10:00:30.105Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-05T10:00:30.105Z] === RUN TestCreate [2022-05-05T10:00:30.105Z] --- PASS: TestCreate (0.01s) [2022-05-05T10:00:30.105Z] === RUN TestRestore [2022-05-05T10:00:30.105Z] time="2022-05-05T10:00:29Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-05T10:00:30.105Z] --- PASS: TestRestore (0.06s) [2022-05-05T10:00:30.105Z] === RUN TestAddDelete [2022-05-05T10:00:30.105Z] --- PASS: TestAddDelete (0.03s) [2022-05-05T10:00:30.105Z] === RUN TestSearchAfterDelete [2022-05-05T10:00:30.105Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-05T10:00:30.105Z] === RUN TestParentReset [2022-05-05T10:00:30.105Z] --- PASS: TestParentReset (0.04s) [2022-05-05T10:00:30.105Z] === RUN TestGetAndSetLastUpdated [2022-05-05T10:00:30.105Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-05-05T10:00:30.105Z] === RUN TestStoreLen [2022-05-05T10:00:30.105Z] --- PASS: TestStoreLen (0.06s) [2022-05-05T10:00:30.105Z] PASS [2022-05-05T10:00:30.105Z] coverage: 86.9% of statements [2022-05-05T10:00:30.105Z] ok github.com/docker/docker/image 0.816s coverage: 86.9% of statements [2022-05-05T10:00:30.710Z] docker_api_swarm_test.go:810: [d71ed6dd9ec0c] joining swarm manager [d7fdddddcf4d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-05-05T10:00:31.099Z] === RUN TestValidateManifest [2022-05-05T10:00:31.099Z] === RUN TestValidateManifest/nil [2022-05-05T10:00:31.099Z] === RUN TestValidateManifest/non-nil [2022-05-05T10:00:31.099Z] --- PASS: TestValidateManifest (0.00s) [2022-05-05T10:00:31.099Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-05T10:00:31.099Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-05T10:00:31.099Z] PASS [2022-05-05T10:00:31.099Z] coverage: 0.7% of statements [2022-05-05T10:00:31.099Z] ok github.com/docker/docker/image/tarexport 0.094s coverage: 0.7% of statements [2022-05-05T10:00:31.099Z] === RUN TestMakeV1ConfigFromConfig [2022-05-05T10:00:31.099Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-05-05T10:00:31.099Z] PASS [2022-05-05T10:00:31.099Z] coverage: 25.0% of statements [2022-05-05T10:00:31.099Z] ok github.com/docker/docker/image/v1 0.103s coverage: 25.0% of statements [2022-05-05T10:00:31.099Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-05T10:00:32.093Z] === RUN TestSerialization [2022-05-05T10:00:32.093Z] --- PASS: TestSerialization (0.02s) [2022-05-05T10:00:32.093Z] PASS [2022-05-05T10:00:32.093Z] coverage: 100.0% of statements [2022-05-05T10:00:32.093Z] ok github.com/docker/docker/libcontainerd/queue 0.080s coverage: 100.0% of statements [2022-05-05T10:00:32.242Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-05-05T10:00:32.242Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.31s) [2022-05-05T10:00:32.242Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (5.47s) [2022-05-05T10:00:32.242Z] === RUN TestWaitBlocked [2022-05-05T10:00:32.242Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:00:32.242Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-05T10:00:32.242Z] PASS [2022-05-05T10:00:32.242Z] ok github.com/docker/docker/integration/container 132.137s [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === Skipped [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-05T10:00:32.242Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-05T10:00:32.242Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-05T10:00:32.242Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-05T10:00:32.242Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-05T10:00:32.242Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-05T10:00:32.242Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-05T10:00:32.242Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-05T10:00:32.242Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-05T10:00:32.242Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-05-05T10:00:32.242Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T10:00:32.242Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.23s) [2022-05-05T10:00:32.242Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T10:00:32.242Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.23s) [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-05T10:00:32.242Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T10:00:32.242Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-05T10:00:32.242Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T10:00:32.242Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-05T10:00:32.242Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-05-05T10:00:32.242Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-05T10:00:32.242Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-05T10:00:32.242Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-05T10:00:32.242Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-05T10:00:32.242Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-05T10:00:32.242Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T10:00:32.242Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-05T10:00:32.242Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-05T10:00:32.242Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-05T10:00:32.242Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-05T10:00:32.242Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-05T10:00:32.242Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-05T10:00:32.242Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-05T10:00:32.242Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-05T10:00:32.242Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-05T10:00:32.242Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-05T10:00:32.242Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-05T10:00:32.242Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-05T10:00:32.242Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:00:32.242Z] [2022-05-05T10:00:32.242Z] DONE 120 tests, 38 skipped in 135.480s [2022-05-05T10:00:32.242Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-05T10:00:33.089Z] === RUN TestEmptyLayer [2022-05-05T10:00:33.089Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestCommitFailure [2022-05-05T10:00:33.089Z] --- PASS: TestCommitFailure (0.01s) [2022-05-05T10:00:33.089Z] === RUN TestStartTransactionFailure [2022-05-05T10:00:33.089Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestGetOrphan [2022-05-05T10:00:33.089Z] --- PASS: TestGetOrphan (0.01s) [2022-05-05T10:00:33.089Z] === RUN TestMountAndRegister [2022-05-05T10:00:33.089Z] layer_test.go:258: Layer size: 14 [2022-05-05T10:00:33.089Z] --- PASS: TestMountAndRegister (0.06s) [2022-05-05T10:00:33.089Z] === RUN TestLayerRelease [2022-05-05T10:00:33.089Z] layer_test.go:291: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestStoreRestore [2022-05-05T10:00:33.089Z] layer_test.go:340: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestTarStreamStability [2022-05-05T10:00:33.089Z] layer_test.go:455: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestRegisterExistingLayer [2022-05-05T10:00:33.089Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-05-05T10:00:33.089Z] === RUN TestTarStreamVerification [2022-05-05T10:00:33.089Z] layer_test.go:684: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestLayerMigration [2022-05-05T10:00:33.089Z] migration_test.go:45: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestLayerMigrationNoTarsplit [2022-05-05T10:00:33.089Z] migration_test.go:181: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestMountInit [2022-05-05T10:00:33.089Z] mount_test.go:17: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestMountInit (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestMountSize [2022-05-05T10:00:33.089Z] mount_test.go:76: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestMountSize (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestMountChanges [2022-05-05T10:00:33.089Z] mount_test.go:125: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestMountChanges (0.00s) [2022-05-05T10:00:33.089Z] === RUN TestMountApply [2022-05-05T10:00:33.089Z] mount_test.go:212: Failing on Windows [2022-05-05T10:00:33.089Z] --- SKIP: TestMountApply (0.00s) [2022-05-05T10:00:33.089Z] PASS [2022-05-05T10:00:33.089Z] coverage: 30.6% of statements [2022-05-05T10:00:33.089Z] === RUN TestEnvironmentParsing [2022-05-05T10:00:33.089Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-05T10:00:33.089Z] PASS [2022-05-05T10:00:33.089Z] coverage: 1.2% of statements [2022-05-05T10:00:33.089Z] ok github.com/docker/docker/layer 0.410s coverage: 30.6% of statements [2022-05-05T10:00:33.089Z] ok github.com/docker/docker/libcontainerd/local 0.074s coverage: 1.2% of statements [2022-05-05T10:00:33.560Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-05T10:00:33.560Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-05T10:00:33.560Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-05T10:00:33.560Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-05T10:00:33.560Z] === RUN TestSequenceGetAvailableBit [2022-05-05T10:00:33.560Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestSequenceEqual [2022-05-05T10:00:33.560Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestSequenceCopy [2022-05-05T10:00:33.560Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestGetFirstAvailable [2022-05-05T10:00:33.560Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestFindSequence [2022-05-05T10:00:33.560Z] --- PASS: TestFindSequence (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestCheckIfAvailable [2022-05-05T10:00:33.560Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestMergeSequences [2022-05-05T10:00:33.560Z] --- PASS: TestMergeSequences (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestPushReservation [2022-05-05T10:00:33.560Z] --- PASS: TestPushReservation (0.00s) [2022-05-05T10:00:33.560Z] === RUN TestSerializeDeserialize [2022-05-05T10:00:34.032Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestSet [2022-05-05T10:00:34.032Z] --- PASS: TestSet (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestSetUnset [2022-05-05T10:00:34.032Z] --- PASS: TestSetUnset (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestOffsetSetUnset [2022-05-05T10:00:34.032Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestSetInRange [2022-05-05T10:00:34.032Z] --- PASS: TestSetInRange (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestSetAnyInRange [2022-05-05T10:00:34.032Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestMethods [2022-05-05T10:00:34.032Z] --- PASS: TestMethods (0.00s) [2022-05-05T10:00:34.032Z] === RUN TestRandomAllocateDeallocate [2022-05-05T10:00:34.876Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-05T10:00:34.876Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-05T10:00:35.439Z] === RUN TestDockerSuite/TestExecTTY [2022-05-05T10:00:35.610Z] === RUN TestInvalidConfig [2022-05-05T10:00:35.610Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-05T10:00:35.610Z] === RUN TestConfig [2022-05-05T10:00:35.610Z] --- PASS: TestConfig (0.00s) [2022-05-05T10:00:35.610Z] === RUN TestOptionsLabels [2022-05-05T10:00:35.610Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-05T10:00:35.610Z] === RUN TestValidName [2022-05-05T10:00:35.610Z] --- PASS: TestValidName (0.00s) [2022-05-05T10:00:35.610Z] PASS [2022-05-05T10:00:35.610Z] coverage: 19.7% of statements [2022-05-05T10:00:35.610Z] ok github.com/docker/docker/libnetwork/config 0.171s coverage: 19.7% of statements [2022-05-05T10:00:36.368Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-05T10:00:36.605Z] === RUN TestKey [2022-05-05T10:00:36.605Z] --- PASS: TestKey (0.00s) [2022-05-05T10:00:36.605Z] === RUN TestParseKey [2022-05-05T10:00:36.605Z] --- PASS: TestParseKey (0.00s) [2022-05-05T10:00:36.605Z] === RUN TestInvalidDataStore [2022-05-05T10:00:36.605Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-05T10:00:36.605Z] === RUN TestKVObjectFlatKey [2022-05-05T10:00:36.605Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-05T10:00:36.605Z] === RUN TestAtomicKVObjectFlatKey [2022-05-05T10:00:36.605Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-05T10:00:36.605Z] PASS [2022-05-05T10:00:36.605Z] coverage: 21.9% of statements [2022-05-05T10:00:36.605Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2022-05-05T10:00:37.296Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-05T10:00:37.552Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-05T10:00:37.600Z] === RUN TestIPDataMarshalling [2022-05-05T10:00:37.600Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-05T10:00:37.600Z] === RUN TestValidateAndIsV6 [2022-05-05T10:00:37.600Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-05T10:00:37.600Z] PASS [2022-05-05T10:00:37.600Z] coverage: 68.9% of statements [2022-05-05T10:00:37.600Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-05-05T10:00:38.074Z] === RUN TestErrorInterfaces [2022-05-05T10:00:38.074Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-05T10:00:38.074Z] === RUN TestNetworkMarshalling [2022-05-05T10:00:38.074Z] === RUN TestDriver [2022-05-05T10:00:38.074Z] --- PASS: TestDriver (0.00s) [2022-05-05T10:00:38.074Z] PASS [2022-05-05T10:00:38.074Z] coverage: 34.8% of statements [2022-05-05T10:00:38.074Z] ok github.com/docker/docker/libnetwork/drivers/host 0.053s coverage: 34.8% of statements [2022-05-05T10:00:38.113Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-05T10:00:38.113Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-05T10:00:38.113Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-05T10:00:38.546Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-05-05T10:00:38.546Z] === RUN TestEndpointMarshalling [2022-05-05T10:00:38.546Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestAuxAddresses [2022-05-05T10:00:38.546Z] time="2022-05-05T10:00:38Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T10:00:38.546Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-05T10:00:38.546Z] === RUN TestSRVServiceQuery [2022-05-05T10:00:38.546Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestServiceVIPReuse [2022-05-05T10:00:38.546Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-05-05T10:00:38.546Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-05T10:00:38.546Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestDNSIPQuery [2022-05-05T10:00:38.546Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestDNSProxyServFail [2022-05-05T10:00:38.546Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestSandboxAddEmpty [2022-05-05T10:00:38.546Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestSandboxAddMultiPrio [2022-05-05T10:00:38.546Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestSandboxAddSamePrio [2022-05-05T10:00:38.546Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestCleanupServiceDiscovery [2022-05-05T10:00:38.546Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestDNSOptions [2022-05-05T10:00:38.546Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:00:38.546Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-05T10:00:38.546Z] === RUN TestMultipleControllersWithSameStore [2022-05-05T10:00:38.546Z] time="2022-05-05T10:00:38Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T10:00:38.546Z] time="2022-05-05T10:00:38Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-05T10:00:38.546Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-05T10:00:38.546Z] PASS [2022-05-05T10:00:38.546Z] coverage: 8.5% of statements [2022-05-05T10:00:38.546Z] ok github.com/docker/docker/libnetwork 0.427s coverage: 8.5% of statements [2022-05-05T10:00:39.019Z] === RUN TestDriver [2022-05-05T10:00:39.019Z] --- PASS: TestDriver (0.00s) [2022-05-05T10:00:39.019Z] PASS [2022-05-05T10:00:39.019Z] coverage: 34.8% of statements [2022-05-05T10:00:39.019Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2022-05-05T10:00:39.479Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-05-05T10:00:39.491Z] === RUN TestNetworkAllocateFree [2022-05-05T10:00:39.491Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-05T10:00:39.491Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-05T10:00:39.491Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-05T10:00:39.491Z] PASS [2022-05-05T10:00:39.491Z] coverage: 63.6% of statements [2022-05-05T10:00:39.491Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.063s coverage: 63.6% of statements [2022-05-05T10:00:39.965Z] === RUN TestGetEmptyCapabilities [2022-05-05T10:00:39.965Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-05T10:00:39.965Z] === RUN TestGetExtraCapabilities [2022-05-05T10:00:39.965Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-05-05T10:00:39.965Z] === RUN TestGetInvalidCapabilities [2022-05-05T10:00:39.965Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-05T10:00:39.965Z] === RUN TestRemoteDriver [2022-05-05T10:00:39.965Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-05T10:00:39.965Z] === RUN TestDriverError [2022-05-05T10:00:39.965Z] --- PASS: TestDriverError (0.01s) [2022-05-05T10:00:39.965Z] === RUN TestMissingValues [2022-05-05T10:00:39.965Z] --- PASS: TestMissingValues (0.01s) [2022-05-05T10:00:39.965Z] === RUN TestRollback [2022-05-05T10:00:39.965Z] --- PASS: TestRollback (0.01s) [2022-05-05T10:00:39.965Z] PASS [2022-05-05T10:00:39.965Z] coverage: 57.4% of statements [2022-05-05T10:00:39.965Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.111s coverage: 57.4% of statements [2022-05-05T10:00:40.042Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-05T10:00:40.603Z] === RUN TestDockerSuite/TestExecWithTERM [2022-05-05T10:00:40.960Z] === RUN TestNAT [2022-05-05T10:00:40.960Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-05T10:00:40.960Z] --- SKIP: TestNAT (0.00s) [2022-05-05T10:00:40.960Z] === RUN TestTransparent [2022-05-05T10:00:40.960Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-05T10:00:40.960Z] --- SKIP: TestTransparent (0.00s) [2022-05-05T10:00:40.960Z] PASS [2022-05-05T10:00:40.960Z] coverage: 0.0% of statements [2022-05-05T10:00:40.960Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2022-05-05T10:00:41.165Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-05T10:00:41.433Z] === RUN TestBuildDefault [2022-05-05T10:00:41.433Z] --- PASS: TestBuildDefault (0.01s) [2022-05-05T10:00:41.433Z] === RUN TestBuildHostnameDomainname [2022-05-05T10:00:41.433Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestBuildHostname [2022-05-05T10:00:41.433Z] --- PASS: TestBuildHostname (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestBuildHostnameFQDN [2022-05-05T10:00:41.433Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestBuildNoIP [2022-05-05T10:00:41.433Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestUpdate [2022-05-05T10:00:41.433Z] --- PASS: TestUpdate (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-05T10:00:41.433Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-05T10:00:41.433Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestAddEmpty [2022-05-05T10:00:41.433Z] --- PASS: TestAddEmpty (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestAdd [2022-05-05T10:00:41.433Z] --- PASS: TestAdd (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestDeleteEmpty [2022-05-05T10:00:41.433Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestDeleteNewline [2022-05-05T10:00:41.433Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestDelete [2022-05-05T10:00:41.433Z] --- PASS: TestDelete (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestConcurrentWrites [2022-05-05T10:00:41.433Z] === RUN TestNew [2022-05-05T10:00:41.433Z] --- PASS: TestNew (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestAddDriver [2022-05-05T10:00:41.433Z] --- PASS: TestAddDriver (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestAddDuplicateDriver [2022-05-05T10:00:41.433Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-05T10:00:41.433Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestDriver [2022-05-05T10:00:41.433Z] --- PASS: TestDriver (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestIPAM [2022-05-05T10:00:41.433Z] --- PASS: TestIPAM (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestWalkIPAMs [2022-05-05T10:00:41.433Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-05T10:00:41.433Z] === RUN TestWalkDrivers [2022-05-05T10:00:41.433Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-05T10:00:41.433Z] PASS [2022-05-05T10:00:41.433Z] coverage: 82.4% of statements [2022-05-05T10:00:41.433Z] ok github.com/docker/docker/libnetwork/drvregistry 0.097s coverage: 82.4% of statements [2022-05-05T10:00:41.433Z] --- PASS: TestConcurrentWrites (0.29s) [2022-05-05T10:00:41.433Z] PASS [2022-05-05T10:00:41.433Z] coverage: 81.2% of statements [2022-05-05T10:00:41.433Z] ok github.com/docker/docker/libnetwork/etchosts 0.374s coverage: 81.2% of statements [2022-05-05T10:00:41.904Z] --- PASS: TestRandomAllocateDeallocate (7.99s) [2022-05-05T10:00:41.904Z] === RUN TestAllocateRandomDeallocate [2022-05-05T10:00:41.904Z] === RUN TestNew [2022-05-05T10:00:41.904Z] --- PASS: TestNew (0.00s) [2022-05-05T10:00:41.904Z] === RUN TestAllocate [2022-05-05T10:00:41.904Z] --- PASS: TestAllocate (0.00s) [2022-05-05T10:00:41.904Z] === RUN TestUninitialized [2022-05-05T10:00:41.904Z] --- PASS: TestUninitialized (0.00s) [2022-05-05T10:00:41.904Z] === RUN TestAllocateInRange [2022-05-05T10:00:41.904Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-05T10:00:41.904Z] === RUN TestAllocateSerial [2022-05-05T10:00:41.904Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-05T10:00:41.904Z] PASS [2022-05-05T10:00:41.904Z] coverage: 87.5% of statements [2022-05-05T10:00:41.904Z] ok github.com/docker/docker/libnetwork/idm 0.079s coverage: 87.5% of statements [2022-05-05T10:00:42.092Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-05T10:00:42.376Z] === RUN TestCaller [2022-05-05T10:00:42.376Z] --- PASS: TestCaller (0.00s) [2022-05-05T10:00:42.376Z] PASS [2022-05-05T10:00:42.376Z] coverage: 100.0% of statements [2022-05-05T10:00:42.376Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-05-05T10:00:42.376Z] === RUN TestSetSerialInsertDelete [2022-05-05T10:00:42.376Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-05T10:00:42.376Z] === RUN TestSetParallelInsertDelete [2022-05-05T10:00:42.653Z] --- PASS: TestServiceUpdatePidsLimit (16.70s) [2022-05-05T10:00:42.653Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-05-05T10:00:42.653Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-05-05T10:00:42.653Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.21s) [2022-05-05T10:00:42.653Z] PASS [2022-05-05T10:00:42.653Z] [2022-05-05T10:00:42.653Z] === Skipped [2022-05-05T10:00:42.653Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-05T10:00:42.653Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-05T10:00:42.653Z] [2022-05-05T10:00:42.653Z] DONE 27 tests, 1 skipped in 180.331s [2022-05-05T10:00:42.653Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-05T10:00:42.653Z] ++ 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-05T10:00:42.653Z] ++ set -e [2022-05-05T10:00:42.653Z] ++ '[' -n 0 ']' [2022-05-05T10:00:42.653Z] ++ set -x [2022-05-05T10:00:42.653Z] ++ 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-05T10:00:42.653Z] INFO: Testing against a local daemon [2022-05-05T10:00:42.653Z] === RUN TestSessionCreate [2022-05-05T10:00:42.653Z] --- PASS: TestSessionCreate (0.02s) [2022-05-05T10:00:42.653Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T10:00:42.910Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-05T10:00:42.910Z] PASS [2022-05-05T10:00:42.910Z] [2022-05-05T10:00:42.910Z] DONE 2 tests in 0.133s [2022-05-05T10:00:42.910Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-05T10:00:42.910Z] ++ 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-05T10:00:42.910Z] ++ set -e [2022-05-05T10:00:42.910Z] ++ '[' -n 0 ']' [2022-05-05T10:00:42.910Z] ++ set -x [2022-05-05T10:00:42.910Z] ++ 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-05T10:00:42.910Z] INFO: Testing against a local daemon [2022-05-05T10:00:42.910Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T10:00:42.910Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-05T10:00:42.910Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T10:00:42.910Z] === RUN TestDiskUsage [2022-05-05T10:00:42.910Z] === PAUSE TestDiskUsage [2022-05-05T10:00:42.910Z] === RUN TestEventsExecDie [2022-05-05T10:00:43.370Z] --- PASS: TestAllocateRandomDeallocate (1.81s) [2022-05-05T10:00:43.370Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-05T10:00:43.471Z] --- PASS: TestEventsExecDie (0.56s) [2022-05-05T10:00:43.471Z] === RUN TestEventsBackwardsCompatible [2022-05-05T10:00:43.471Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-05T10:00:43.471Z] === RUN TestEventsVolumeCreate [2022-05-05T10:00:43.471Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-05T10:00:43.471Z] === RUN TestInfoBinaryCommits [2022-05-05T10:00:43.471Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-05T10:00:43.471Z] === RUN TestInfoAPIVersioned [2022-05-05T10:00:43.471Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-05T10:00:43.471Z] === RUN TestInfoAPI [2022-05-05T10:00:43.727Z] --- PASS: TestInfoAPI (0.02s) [2022-05-05T10:00:43.727Z] === RUN TestInfoAPIWarnings [2022-05-05T10:00:43.842Z] === RUN TestInt2IP2IntConversion [2022-05-05T10:00:44.314Z] --- PASS: TestInt2IP2IntConversion (0.52s) [2022-05-05T10:00:44.314Z] === RUN TestGetAddressVersion [2022-05-05T10:00:44.314Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-05T10:00:44.314Z] === RUN TestKeyString [2022-05-05T10:00:44.314Z] --- PASS: TestKeyString (0.00s) [2022-05-05T10:00:44.314Z] === RUN TestPoolDataMarshal [2022-05-05T10:00:44.314Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-05T10:00:44.314Z] === RUN TestSubnetsMarshal [2022-05-05T10:00:44.314Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-05-05T10:00:44.314Z] === RUN TestAddSubnets [2022-05-05T10:00:44.786Z] --- PASS: TestAddSubnets (0.10s) [2022-05-05T10:00:44.786Z] === RUN TestDoublePoolRelease [2022-05-05T10:00:44.786Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-05-05T10:00:44.786Z] === RUN TestAddReleasePoolID [2022-05-05T10:00:44.786Z] --- PASS: TestAddReleasePoolID (0.10s) [2022-05-05T10:00:44.786Z] === RUN TestPredefinedPool [2022-05-05T10:00:44.786Z] === RUN TestPoolRequest [2022-05-05T10:00:44.786Z] --- PASS: TestPoolRequest (0.00s) [2022-05-05T10:00:44.786Z] === RUN TestOtherRequests [2022-05-05T10:00:44.786Z] --- PASS: TestOtherRequests (0.00s) [2022-05-05T10:00:44.786Z] PASS [2022-05-05T10:00:44.786Z] coverage: 57.1% of statements [2022-05-05T10:00:44.786Z] --- PASS: TestPredefinedPool (0.04s) [2022-05-05T10:00:44.786Z] ok github.com/docker/docker/libnetwork/ipams/null 0.047s coverage: 57.1% of statements [2022-05-05T10:00:44.786Z] === RUN TestRemoveSubnet [2022-05-05T10:00:44.786Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.46s) [2022-05-05T10:00:44.786Z] === RUN TestRetrieveFromStore [2022-05-05T10:00:45.139Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.3% of statements [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/rootless [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/volume [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-05T10:00:45.139Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === Skipped [2022-05-05T10:00:45.139Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-05T10:00:45.139Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-05T10:00:45.139Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-05T10:00:45.139Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-05T10:00:45.139Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-05T10:00:45.139Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.139Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-05T10:00:45.139Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.139Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-05T10:00:45.139Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.139Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-05T10:00:45.139Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.139Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-05T10:00:45.139Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.139Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-05T10:00:45.139Z] graphtest_unix.go:71: No driver to put! [2022-05-05T10:00:45.139Z] [2022-05-05T10:00:45.139Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-05T10:00:45.139Z] time="2022-05-05T09:59:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T10:00:45.139Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-05T10:00:45.140Z] time="2022-05-05T09:59:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-05T10:00:45.140Z] time="2022-05-05T09:59:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-05T10:00:45.140Z] time="2022-05-05T09:59:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-05T10:00:45.140Z] time="2022-05-05T09:59:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:71: No driver to put! [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-05T10:00:45.140Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-05T10:00:45.140Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-05T10:00:45.140Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-05T10:00:45.140Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-05T10:00:45.140Z] graphtest_unix.go:71: No driver to put! [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-05T10:00:45.140Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-05T10:00:45.140Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-05T10:00:45.140Z] [2022-05-05T10:00:45.140Z] DONE 2526 tests, 28 skipped in 253.023s [2022-05-05T10:00:45.257Z] --- PASS: TestRemoveSubnet (0.30s) [2022-05-05T10:00:45.257Z] === RUN TestGetSameAddress [2022-05-05T10:00:45.257Z] --- PASS: TestGetSameAddress (0.05s) [2022-05-05T10:00:45.257Z] === RUN TestPoolAllocationReuse [2022-05-05T10:00:45.400Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/bitseq [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cluster [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/config [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/datastore [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/driverapi [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-05T10:00:45.400Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/etchosts [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/idm [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipam [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/iptables [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/netlabel [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/netutils [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/networkdb [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/ns [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/options [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/osl [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/portallocator [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/portmapper [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/testutils [2022-05-05T10:00:45.401Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-05T10:00:45.401Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-05-05T10:00:45.730Z] --- PASS: TestRetrieveFromStore (0.81s) [2022-05-05T10:00:45.730Z] === RUN TestIsCorrupted [2022-05-05T10:00:45.730Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-05T10:00:45.730Z] === RUN TestSetRollover [2022-05-05T10:00:46.202Z] === RUN TestGetCapabilities [2022-05-05T10:00:46.202Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-05T10:00:46.202Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-05T10:00:46.202Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-05T10:00:46.202Z] === RUN TestGetDefaultAddressSpaces [2022-05-05T10:00:46.202Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-05T10:00:46.202Z] === RUN TestRemoteDriver [2022-05-05T10:00:46.202Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-05T10:00:46.202Z] PASS [2022-05-05T10:00:46.202Z] coverage: 47.4% of statements [2022-05-05T10:00:46.202Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.079s coverage: 47.4% of statements [2022-05-05T10:00:46.989Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-05T10:00:47.196Z] === RUN TestWindowsIPAM [2022-05-05T10:00:47.196Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-05T10:00:47.196Z] PASS [2022-05-05T10:00:47.196Z] coverage: 71.4% of statements [2022-05-05T10:00:47.196Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-05-05T10:00:47.670Z] --- PASS: TestPoolAllocationReuse (2.35s) [2022-05-05T10:00:47.670Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-05T10:00:47.670Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-05-05T10:00:47.670Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-05T10:00:48.142Z] === RUN TestDefaultNetwork [2022-05-05T10:00:48.142Z] --- PASS: TestSetRollover (2.26s) [2022-05-05T10:00:48.142Z] === RUN TestSetRolloverSerial [2022-05-05T10:00:48.142Z] --- PASS: TestDefaultNetwork (0.30s) [2022-05-05T10:00:48.142Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-05T10:00:48.614Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-05-05T10:00:48.615Z] === RUN TestInitAddressPools [2022-05-05T10:00:48.615Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-05T10:00:48.615Z] PASS [2022-05-05T10:00:48.615Z] coverage: 74.0% of statements [2022-05-05T10:00:48.615Z] ok github.com/docker/docker/libnetwork/ipamutils 0.693s coverage: 74.0% of statements [2022-05-05T10:00:49.087Z] === RUN TestKeyValue [2022-05-05T10:00:49.087Z] --- PASS: TestKeyValue (0.00s) [2022-05-05T10:00:49.087Z] PASS [2022-05-05T10:00:49.087Z] coverage: 60.0% of statements [2022-05-05T10:00:49.087Z] ok github.com/docker/docker/libnetwork/netlabel 0.047s coverage: 60.0% of statements [2022-05-05T10:00:50.082Z] --- PASS: TestSetRolloverSerial (2.12s) [2022-05-05T10:00:50.082Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-05T10:00:50.082Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-05T10:00:50.082Z] PASS [2022-05-05T10:00:50.083Z] coverage: 84.4% of statements [2022-05-05T10:00:50.083Z] ok github.com/docker/docker/libnetwork/bitseq 16.555s coverage: 84.4% of statements [2022-05-05T10:00:51.079Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.58s) [2022-05-05T10:00:51.079Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-05T10:00:51.152Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-05T10:00:52.537Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-05T10:00:52.655Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-05T10:00:52.655Z] PASS [2022-05-05T10:00:52.655Z] coverage: 100.0% of statements [2022-05-05T10:00:52.655Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.042s coverage: 100.0% of statements [2022-05-05T10:00:52.655Z] === RUN TestNetworkDBSimple [2022-05-05T10:00:53.128Z] === RUN TestGenerate [2022-05-05T10:00:53.128Z] --- PASS: TestGenerate (0.00s) [2022-05-05T10:00:53.128Z] === RUN TestGeneratePtr [2022-05-05T10:00:53.128Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-05T10:00:53.128Z] === RUN TestGenerateMissingField [2022-05-05T10:00:53.128Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-05T10:00:53.128Z] === RUN TestFieldCannotBeSet [2022-05-05T10:00:53.128Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-05T10:00:53.128Z] === RUN TestTypeMismatchError [2022-05-05T10:00:53.128Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-05T10:00:53.128Z] PASS [2022-05-05T10:00:53.128Z] coverage: 100.0% of statements [2022-05-05T10:00:53.128Z] ok github.com/docker/docker/libnetwork/options 0.041s coverage: 100.0% of statements [2022-05-05T10:00:53.600Z] 2022/05/05 10:00:53 Closing DB instances... [2022-05-05T10:00:54.072Z] testing: warning: no tests to run [2022-05-05T10:00:54.072Z] PASS [2022-05-05T10:00:54.072Z] coverage: 0.0% of statements [2022-05-05T10:00:54.072Z] ok github.com/docker/docker/libnetwork/osl 0.040s coverage: 0.0% of statements [no tests to run] [2022-05-05T10:00:54.543Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.22s) [2022-05-05T10:00:54.543Z] === RUN TestGetAddress [2022-05-05T10:00:55.015Z] === RUN TestRequestNewPort [2022-05-05T10:00:55.015Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-05T10:00:55.015Z] === RUN TestRequestSpecificPort [2022-05-05T10:00:55.015Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-05T10:00:55.015Z] === RUN TestReleasePort [2022-05-05T10:00:55.015Z] --- PASS: TestReleasePort (0.00s) [2022-05-05T10:00:55.015Z] === RUN TestReuseReleasedPort [2022-05-05T10:00:55.015Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-05T10:00:55.015Z] === RUN TestReleaseUnreadledPort [2022-05-05T10:00:55.015Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-05T10:00:55.015Z] === RUN TestUnknowProtocol [2022-05-05T10:00:55.015Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-05T10:00:55.015Z] === RUN TestAllocateAllPorts [2022-05-05T10:00:55.015Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-05T10:00:55.016Z] === RUN TestPortAllocation [2022-05-05T10:00:55.016Z] --- PASS: TestPortAllocation (0.00s) [2022-05-05T10:00:55.016Z] === RUN TestPortAllocationWithCustomRange [2022-05-05T10:00:55.016Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-05T10:00:55.016Z] === RUN TestNoDuplicateBPR [2022-05-05T10:00:55.016Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-05T10:00:55.016Z] === RUN TestChangePortRange [2022-05-05T10:00:55.016Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-05T10:00:55.016Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-05T10:00:55.016Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-05T10:00:55.016Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-05T10:00:55.016Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-05T10:00:55.016Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-05T10:00:55.016Z] --- PASS: TestChangePortRange (0.00s) [2022-05-05T10:00:55.016Z] PASS [2022-05-05T10:00:55.016Z] coverage: 88.6% of statements [2022-05-05T10:00:55.016Z] ok github.com/docker/docker/libnetwork/portallocator 0.060s coverage: 88.6% of statements [2022-05-05T10:00:55.489Z] --- PASS: TestNetworkDBSimple (2.65s) [2022-05-05T10:00:55.489Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-05T10:00:55.962Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-05T10:00:55.962Z] testing: warning: no tests to run [2022-05-05T10:00:55.962Z] PASS [2022-05-05T10:00:55.962Z] coverage: 0.0% of statements [2022-05-05T10:00:55.962Z] ok github.com/docker/docker/libnetwork/portmapper 0.043s coverage: 0.0% of statements [no tests to run] [2022-05-05T10:00:56.433Z] 2022/05/05 10:00:56 Closing DB instances... [2022-05-05T10:00:56.904Z] === RUN TestHashData [2022-05-05T10:00:56.904Z] --- PASS: TestHashData (0.00s) [2022-05-05T10:00:56.904Z] PASS [2022-05-05T10:00:56.904Z] coverage: 2.8% of statements [2022-05-05T10:00:56.904Z] ok github.com/docker/docker/libnetwork/resolvconf 0.052s coverage: 2.8% of statements [2022-05-05T10:00:56.904Z] === RUN TestErrorConstructors [2022-05-05T10:00:56.904Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-05T10:00:56.904Z] === RUN TestCompareIPMask [2022-05-05T10:00:56.904Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-05T10:00:56.904Z] === RUN TestUtilGetHostPartIP [2022-05-05T10:00:56.904Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-05T10:00:56.904Z] === RUN TestUtilGetBroadcastIP [2022-05-05T10:00:56.904Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-05T10:00:56.904Z] === RUN TestParseCIDR [2022-05-05T10:00:56.904Z] --- PASS: TestParseCIDR (0.00s) [2022-05-05T10:00:56.904Z] PASS [2022-05-05T10:00:56.904Z] coverage: 37.3% of statements [2022-05-05T10:00:56.904Z] ok github.com/docker/docker/libnetwork/types 0.043s coverage: 37.3% of statements [2022-05-05T10:00:57.778Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-05T10:00:57.778Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-05T10:00:57.778Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-05T10:00:57.778Z] === RUN TestDockerSuite/TestHealth [2022-05-05T10:00:57.899Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-05-05T10:00:57.899Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-05T10:00:57.899Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-05T10:00:57.899Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-05T10:00:57.899Z] PASS [2022-05-05T10:00:57.899Z] coverage: 55.0% of statements [2022-05-05T10:00:57.899Z] ok github.com/docker/docker/oci 0.053s coverage: 55.0% of statements [2022-05-05T10:00:58.371Z] === RUN TestAddressPoolOpt [2022-05-05T10:00:58.371Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/a [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/something [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/_=a [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/env1=value1 [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/_env1=value1 [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/PATH [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/=a [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/PATH= [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/PATH=something [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/asd!qwe [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/1asd [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/123 [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/some_space [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/__some_space_before [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/some_space_after__ [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/= [2022-05-05T10:00:58.371Z] === RUN TestValidateEnv/PaTh [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-05T10:00:58.371Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-05T10:00:58.371Z] === RUN TestParseHost [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-05T10:00:58.371Z] === RUN TestParseHost/something_with_spaces [2022-05-05T10:00:58.371Z] === RUN TestParseHost/:// [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://invalid:port [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://:5555/ [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-05T10:00:58.371Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-05T10:00:58.371Z] === RUN TestParseHost/unknown:// [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://:port [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://:5555/p [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-05T10:00:58.371Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://host: [2022-05-05T10:00:58.371Z] === RUN TestParseHost/tcp://:5555 [2022-05-05T10:00:58.371Z] === RUN TestParseHost/_ [2022-05-05T10:00:58.372Z] === RUN TestParseHost/__ [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://: [2022-05-05T10:00:58.372Z] === RUN TestParseHost/unix://path/to/socket [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-05T10:00:58.372Z] === RUN TestParseHost/unix:// [2022-05-05T10:00:58.372Z] === RUN TestParseHost/npipe:// [2022-05-05T10:00:58.372Z] === RUN TestParseHost/fd:// [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp:// [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://[::1]: [2022-05-05T10:00:58.372Z] === RUN TestParseHost/#00 [2022-05-05T10:00:58.372Z] === RUN TestParseHost/fd://something [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/: [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-05T10:00:58.372Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost (0.01s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-05T10:00:58.372Z] === RUN TestParseTCP [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/localhost:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/0.0.0.1 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/localhost: [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/#00 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/: [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/[::1]: [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/localhost [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/tcp://: [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/::1 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/[::1]:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/tcp:// [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/0.0.0.1: [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/localhost:5555 [2022-05-05T10:00:58.372Z] === RUN TestParseTCP/tcp://:5555 [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-05T10:00:58.372Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-05T10:00:58.845Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestValidateExtraHosts [2022-05-05T10:00:58.845Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestValidateIPAddress [2022-05-05T10:00:58.845Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestMapOpts [2022-05-05T10:00:58.845Z] --- PASS: TestMapOpts (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestListOptsWithoutValidator [2022-05-05T10:00:58.845Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestListOptsWithValidator [2022-05-05T10:00:58.845Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestValidateDNSSearch [2022-05-05T10:00:58.845Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_general_format [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_one_more [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-05T10:00:58.845Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-05T10:00:58.845Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestNamedListOpts [2022-05-05T10:00:58.845Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestNamedMapOpts [2022-05-05T10:00:58.845Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestParseLink [2022-05-05T10:00:58.845Z] --- PASS: TestParseLink (0.00s) [2022-05-05T10:00:58.845Z] === RUN TestUlimitOpt [2022-05-05T10:00:58.845Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-05T10:00:58.845Z] PASS [2022-05-05T10:00:58.845Z] coverage: 65.5% of statements [2022-05-05T10:00:58.845Z] ok github.com/docker/docker/opts 0.156s coverage: 65.5% of statements [2022-05-05T10:00:58.845Z] === RUN TestParseVersion [2022-05-05T10:00:58.845Z] --- PASS: TestParseVersion (0.00s) [2022-05-05T10:00:58.845Z] PASS [2022-05-05T10:00:58.845Z] coverage: 52.9% of statements [2022-05-05T10:00:58.845Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 52.9% of statements [2022-05-05T10:00:59.319Z] 2022/05/05 10:00:58 Closing DB instances... [2022-05-05T10:01:00.339Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-05T10:01:00.339Z] === RUN TestInfoDebug [2022-05-05T10:01:00.595Z] --- PASS: TestInfoDebug (0.52s) [2022-05-05T10:01:00.595Z] === RUN TestInfoInsecureRegistries [2022-05-05T10:01:00.894Z] === RUN TestPeerCertificateMarshalJSON [2022-05-05T10:01:00.894Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.88s) [2022-05-05T10:01:00.894Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-05T10:01:00.894Z] === RUN TestIsArchivePathDir [2022-05-05T10:01:01.157Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-05T10:01:01.158Z] === RUN TestInfoRegistryMirrors [2022-05-05T10:01:01.366Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-05-05T10:01:01.366Z] === RUN TestIsArchivePathInvalidFile [2022-05-05T10:01:01.366Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-05T10:01:01.366Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-05T10:01:01.366Z] --- PASS: TestPeerCertificateMarshalJSON (0.52s) [2022-05-05T10:01:01.366Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-05T10:01:01.366Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-05T10:01:01.366Z] === RUN TestMiddleware [2022-05-05T10:01:01.366Z] --- PASS: TestMiddleware (0.00s) [2022-05-05T10:01:01.366Z] === RUN TestNewResponseModifier [2022-05-05T10:01:01.366Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-05T10:01:01.366Z] PASS [2022-05-05T10:01:01.366Z] coverage: 26.8% of statements [2022-05-05T10:01:01.366Z] ok github.com/docker/docker/pkg/authorization 0.577s coverage: 26.8% of statements [2022-05-05T10:01:01.366Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2022-05-05T10:01:01.366Z] === RUN TestIsArchivePathTar [2022-05-05T10:01:01.366Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-05-05T10:01:01.366Z] === RUN TestDecompressStreamGzip [2022-05-05T10:01:01.720Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-05T10:01:01.720Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T10:01:01.720Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-05T10:01:01.720Z] === RUN TestPingCacheHeaders [2022-05-05T10:01:01.720Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-05T10:01:01.720Z] === RUN TestPingGet [2022-05-05T10:01:01.720Z] --- PASS: TestPingGet (0.01s) [2022-05-05T10:01:01.720Z] === RUN TestPingHead [2022-05-05T10:01:01.720Z] --- PASS: TestPingHead (0.02s) [2022-05-05T10:01:01.720Z] === RUN TestPingSwarmHeader [2022-05-05T10:01:01.839Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-05T10:01:01.839Z] === RUN TestDecompressStreamBzip2 [2022-05-05T10:01:01.839Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-05T10:01:01.839Z] === RUN TestDecompressStreamXz [2022-05-05T10:01:01.839Z] archive_test.go:133: Xz not present in msys2 [2022-05-05T10:01:01.839Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestDecompressStreamZstd [2022-05-05T10:01:01.839Z] archive_test.go:140: zstd not installed [2022-05-05T10:01:01.839Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-05-05T10:01:01.839Z] === RUN TestCompressStreamXzUnsupported [2022-05-05T10:01:01.839Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-05T10:01:01.839Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestCompressStreamInvalid [2022-05-05T10:01:01.839Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestExtensionInvalid [2022-05-05T10:01:01.839Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestExtensionUncompressed [2022-05-05T10:01:01.839Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestExtensionBzip2 [2022-05-05T10:01:01.839Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestExtensionGzip [2022-05-05T10:01:01.839Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestExtensionXz [2022-05-05T10:01:01.839Z] --- PASS: TestExtensionXz (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestExtensionZstd [2022-05-05T10:01:01.839Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestCmdStreamLargeStderr [2022-05-05T10:01:01.839Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-05T10:01:01.839Z] === RUN TestCmdStreamBad [2022-05-05T10:01:01.839Z] archive_test.go:252: Failing on Windows CI machines [2022-05-05T10:01:01.839Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestCmdStreamGood [2022-05-05T10:01:01.839Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-05T10:01:01.839Z] === RUN TestUntarPathWithInvalidDest [2022-05-05T10:01:01.839Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-05T10:01:01.839Z] === RUN TestUntarPathWithInvalidSrc [2022-05-05T10:01:01.839Z] === RUN TestUnbuffered [2022-05-05T10:01:01.839Z] --- PASS: TestUnbuffered (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestRaceUnbuffered [2022-05-05T10:01:01.839Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-05T10:01:01.839Z] PASS [2022-05-05T10:01:01.839Z] coverage: 100.0% of statements [2022-05-05T10:01:01.839Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-05T10:01:01.839Z] === RUN TestUntarPath [2022-05-05T10:01:01.839Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-05-05T10:01:02.281Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-05T10:01:02.312Z] --- PASS: TestUntarPath (0.07s) [2022-05-05T10:01:02.312Z] === RUN TestUntarPathWithDestinationFile [2022-05-05T10:01:02.312Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-05-05T10:01:02.312Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-05T10:01:02.312Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-05T10:01:02.312Z] === RUN TestCopyWithTarInvalidSrc [2022-05-05T10:01:02.312Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-05T10:01:02.312Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-05T10:01:02.312Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-05T10:01:02.312Z] === RUN TestCopyWithTarSrcFile [2022-05-05T10:01:02.312Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-05T10:01:02.312Z] === RUN TestCopyWithTarSrcFolder [2022-05-05T10:01:02.312Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-05T10:01:02.312Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-05T10:01:02.312Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-05T10:01:02.312Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-05T10:01:02.312Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-05T10:01:02.312Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-05T10:01:02.312Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-05T10:01:02.312Z] === RUN TestCopyFileWithTarSrcFile [2022-05-05T10:01:02.312Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-05T10:01:02.312Z] === RUN TestTarFiles [2022-05-05T10:01:02.702Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T10:01:02.702Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-05T10:01:02.702Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-05T10:01:02.702Z] === RUN TestDaemonConfigValidation [2022-05-05T10:01:02.702Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-05T10:01:02.702Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-05T10:01:02.702Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T10:01:02.702Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-05T10:01:02.702Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-05T10:01:02.702Z] === RUN TestDaemonProxy [2022-05-05T10:01:02.702Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-05T10:01:02.702Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-05T10:01:02.702Z] PASS [2022-05-05T10:01:02.702Z] ok github.com/docker/docker/integration/daemon 0.152s [2022-05-05T10:01:02.702Z] [2022-05-05T10:01:02.702Z] === Skipped [2022-05-05T10:01:02.702Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-05T10:01:02.702Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-05T10:01:02.702Z] [2022-05-05T10:01:02.702Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-05T10:01:02.702Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-05T10:01:02.702Z] [2022-05-05T10:01:02.702Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-05T10:01:02.702Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-05T10:01:02.702Z] [2022-05-05T10:01:02.702Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-05T10:01:02.702Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-05T10:01:02.702Z] [2022-05-05T10:01:02.702Z] DONE 4 tests, 4 skipped in 29.790s [2022-05-05T10:01:02.702Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-05T10:01:02.784Z] === RUN TestMatch [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[foo]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[foo_bar]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[]#01 [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[qux]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-05T10:01:02.784Z] === RUN TestMatch/[[foo_baz]] [2022-05-05T10:01:02.784Z] --- PASS: TestMatch (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-05T10:01:02.784Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-05T10:01:02.784Z] PASS [2022-05-05T10:01:02.784Z] coverage: 87.5% of statements [2022-05-05T10:01:02.784Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-05-05T10:01:02.784Z] 2022/05/05 10:01:02 Closing DB instances... [2022-05-05T10:01:02.843Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-05T10:01:04.208Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-05T10:01:04.208Z] --- PASS: TestPingSwarmHeader (2.14s) [2022-05-05T10:01:04.208Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-05T10:01:04.208Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-05T10:01:04.208Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-05T10:01:04.208Z] === RUN TestVersion [2022-05-05T10:01:04.208Z] --- PASS: TestVersion (0.02s) [2022-05-05T10:01:04.208Z] === CONT TestDiskUsage [2022-05-05T10:01:04.360Z] === RUN TestChrootTarUntar [2022-05-05T10:01:04.360Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-05T10:01:04.360Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootUntarEmptyArchive [2022-05-05T10:01:04.360Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootTarUntarWithSymlink [2022-05-05T10:01:04.360Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootTarUntarWithSymlink (0.01s) [2022-05-05T10:01:04.360Z] === RUN TestChrootCopyWithTar [2022-05-05T10:01:04.360Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootCopyFileWithTar [2022-05-05T10:01:04.360Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootUntarPath [2022-05-05T10:01:04.360Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-05T10:01:04.360Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-05T10:01:04.360Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-05T10:01:04.360Z] === RUN TestChrootApplyDotDotFile [2022-05-05T10:01:04.360Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:04.360Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-05T10:01:04.360Z] PASS [2022-05-05T10:01:04.360Z] coverage: 12.0% of statements [2022-05-05T10:01:04.360Z] ok github.com/docker/docker/pkg/chrootarchive 0.117s coverage: 12.0% of statements [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/container_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/image_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/volume_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-05T10:01:04.466Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-05T10:01:04.722Z] === RUN TestDiskUsage/after_container.Run [2022-05-05T10:01:04.832Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2022-05-05T10:01:04.832Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-05T10:01:05.284Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-05T10:01:05.304Z] === RUN TestEnsureRemoveAllNotExist [2022-05-05T10:01:05.304Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-05T10:01:05.304Z] === RUN TestEnsureRemoveAllWithDir [2022-05-05T10:01:05.304Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-05T10:01:05.304Z] === RUN TestEnsureRemoveAllWithFile [2022-05-05T10:01:05.304Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-05T10:01:05.304Z] PASS [2022-05-05T10:01:05.304Z] coverage: 0.0% of statements [2022-05-05T10:01:05.304Z] ok github.com/docker/docker/pkg/containerfs 0.058s coverage: 0.0% of statements [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage (1.43s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run (0.44s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-05T10:01:05.540Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-05T10:01:05.540Z] PASS [2022-05-05T10:01:05.540Z] [2022-05-05T10:01:05.540Z] === Skipped [2022-05-05T10:01:05.540Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T10:01:05.540Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-05T10:01:05.540Z] [2022-05-05T10:01:05.540Z] DONE 54 tests, 1 skipped in 22.626s [2022-05-05T10:01:05.540Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-05T10:01:05.540Z] ++ 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-05T10:01:05.540Z] ++ set -e [2022-05-05T10:01:05.541Z] ++ '[' -n 0 ']' [2022-05-05T10:01:05.541Z] ++ set -x [2022-05-05T10:01:05.541Z] ++ 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-05T10:01:05.541Z] INFO: Testing against a local daemon [2022-05-05T10:01:05.541Z] === RUN TestVolumesCreateAndList [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-05T10:01:05.541Z] === RUN TestVolumesRemove [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-05T10:01:05.541Z] === RUN TestVolumesInspect [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInspect (0.01s) [2022-05-05T10:01:05.541Z] === RUN TestVolumesInvalidJSON [2022-05-05T10:01:05.541Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T10:01:05.541Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T10:01:05.541Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T10:01:05.541Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T10:01:05.541Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T10:01:05.541Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T10:01:05.541Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T10:01:05.541Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T10:01:05.541Z] PASS [2022-05-05T10:01:05.541Z] [2022-05-05T10:01:05.541Z] DONE 9 tests in 0.199s [2022-05-05T10:01:05.541Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-05T10:01:05.799Z] ++++ cat bundles/test-integration/docker.pid [2022-05-05T10:01:05.799Z] +++ kill 6657 [2022-05-05T10:01:06.055Z] +++ /etc/init.d/apparmor stop [2022-05-05T10:01:06.055Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-05T10:01:06.055Z] [2022-05-05T10:01:06.055Z] Unloading profiles will leave already running processes permanently [2022-05-05T10:01:06.055Z] unconfined, which can lead to unexpected situations. [2022-05-05T10:01:06.055Z] [2022-05-05T10:01:06.055Z] To set a process to complain mode, use the command line tool [2022-05-05T10:01:06.055Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-05T10:01:06.055Z] +++ true [2022-05-05T10:01:06.055Z] exiting test-integration [2022-05-05T10:01:06.055Z] ++ exit 0 [2022-05-05T10:01:06.055Z] [2022-05-05T10:01:06.297Z] === RUN TestSizeEmpty [2022-05-05T10:01:06.297Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-05T10:01:06.297Z] === RUN TestSizeEmptyFile [2022-05-05T10:01:06.297Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-05T10:01:06.297Z] === RUN TestSizeNonemptyFile [2022-05-05T10:01:06.297Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-05T10:01:06.297Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-05T10:01:06.297Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-05T10:01:06.297Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-05T10:01:06.297Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.01s) [2022-05-05T10:01:06.297Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-05T10:01:06.297Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-05T10:01:06.297Z] === RUN TestMoveToSubdir [2022-05-05T10:01:06.297Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-05T10:01:06.297Z] === RUN TestSizeNonExistingDirectory [2022-05-05T10:01:06.297Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-05T10:01:06.297Z] PASS [2022-05-05T10:01:06.297Z] coverage: 80.0% of statements [2022-05-05T10:01:06.297Z] ok github.com/docker/docker/pkg/directory 0.077s coverage: 80.0% of statements [2022-05-05T10:01:06.582Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:06.582Z] INFO: Testing against a local daemon [2022-05-05T10:01:06.582Z] === RUN TestCommitInheritsEnv [2022-05-05T10:01:06.582Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:01:06.582Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-05T10:01:06.582Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T10:01:06.582Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:01:06.582Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T10:01:06.582Z] === RUN TestImportWithCustomPlatform [2022-05-05T10:01:06.582Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:01:06.582Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-05T10:01:06.582Z] === RUN TestImagesFilterMultiReference [2022-05-05T10:01:06.582Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-05-05T10:01:06.582Z] === RUN TestImagePullPlatformInvalid [2022-05-05T10:01:06.769Z] 2022/05/05 10:01:06 Closing DB instances... [2022-05-05T10:01:06.984Z] + for job in $(jobs -p) [2022-05-05T10:01:06.984Z] + wait 7753 [2022-05-05T10:01:07.063Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-05T10:01:07.063Z] === RUN TestRemoveImageOrphaning [2022-05-05T10:01:07.241Z] === RUN TestPollerAddRemove [2022-05-05T10:01:07.241Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-05T10:01:07.241Z] === RUN TestPollerEvent [2022-05-05T10:01:07.241Z] poller_test.go:40: No chmod on Windows [2022-05-05T10:01:07.241Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-05T10:01:07.241Z] === RUN TestPollerClose [2022-05-05T10:01:07.241Z] --- PASS: TestPollerClose (0.00s) [2022-05-05T10:01:07.241Z] PASS [2022-05-05T10:01:07.241Z] coverage: 45.7% of statements [2022-05-05T10:01:07.241Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2022-05-05T10:01:08.076Z] --- PASS: TestRemoveImageOrphaning (1.33s) [2022-05-05T10:01:08.076Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T10:01:08.076Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-05-05T10:01:08.076Z] === RUN TestTagInvalidReference [2022-05-05T10:01:08.076Z] --- PASS: TestTagInvalidReference (0.06s) [2022-05-05T10:01:08.076Z] === RUN TestTagValidPrefixedRepo [2022-05-05T10:01:08.235Z] --- PASS: TestNetworkDBCRUDTableEntries (3.48s) [2022-05-05T10:01:08.235Z] === RUN TestNetworkDBNodeLeave [2022-05-05T10:01:08.557Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-05-05T10:01:08.557Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T10:01:08.557Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-05-05T10:01:08.557Z] === RUN TestTagOfficialNames [2022-05-05T10:01:08.557Z] --- PASS: TestTagOfficialNames (0.11s) [2022-05-05T10:01:08.557Z] === RUN TestTagMatchesDigest [2022-05-05T10:01:08.557Z] --- PASS: TestTagMatchesDigest (0.06s) [2022-05-05T10:01:08.557Z] PASS [2022-05-05T10:01:08.557Z] ok github.com/docker/docker/integration/image 2.067s [2022-05-05T10:01:08.557Z] [2022-05-05T10:01:08.557Z] === Skipped [2022-05-05T10:01:08.557Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-05T10:01:08.557Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:01:08.557Z] [2022-05-05T10:01:08.557Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T10:01:08.557Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:01:08.557Z] [2022-05-05T10:01:08.557Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-05T10:01:08.557Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:01:08.557Z] [2022-05-05T10:01:08.557Z] DONE 12 tests, 3 skipped in 6.997s [2022-05-05T10:01:09.038Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-05T10:01:09.228Z] === RUN TestCopyFileWithInvalidSrc [2022-05-05T10:01:09.228Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestCopyFileWithInvalidDest [2022-05-05T10:01:09.228Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-05T10:01:09.228Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-05T10:01:09.228Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestCopyFile [2022-05-05T10:01:09.228Z] --- PASS: TestCopyFile (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-05T10:01:09.228Z] fileutils_test.go:133: Needs porting to Windows [2022-05-05T10:01:09.228Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-05T10:01:09.228Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-05T10:01:09.228Z] fileutils_test.go:179: Needs porting to Windows [2022-05-05T10:01:09.228Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestWildcardMatches [2022-05-05T10:01:09.228Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestPatternMatches [2022-05-05T10:01:09.228Z] --- PASS: TestPatternMatches (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-05T10:01:09.228Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestPatternMatchesFolderExclusions [2022-05-05T10:01:09.228Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-05T10:01:09.228Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-05T10:01:09.228Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-05T10:01:09.228Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-05T10:01:09.228Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestSingleExclamationError [2022-05-05T10:01:09.228Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestMatchesWithNoPatterns [2022-05-05T10:01:09.228Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestMatchesWithMalformedPatterns [2022-05-05T10:01:09.228Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-05T10:01:09.228Z] === RUN TestMatches [2022-05-05T10:01:09.228Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-05T10:01:09.228Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-05T10:01:09.228Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-05T10:01:09.228Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-05T10:01:09.228Z] --- PASS: TestMatches (0.01s) [2022-05-05T10:01:09.228Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-05T10:01:09.228Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-05T10:01:09.228Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-05T10:01:09.228Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCleanPatterns [2022-05-05T10:01:09.229Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-05T10:01:09.229Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCleanPatternsExceptionFlag [2022-05-05T10:01:09.229Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-05T10:01:09.229Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-05T10:01:09.229Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCleanPatternsErrorSingleException [2022-05-05T10:01:09.229Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCreateIfNotExistsDir [2022-05-05T10:01:09.229Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCreateIfNotExistsFile [2022-05-05T10:01:09.229Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestMatch [2022-05-05T10:01:09.229Z] --- PASS: TestMatch (0.00s) [2022-05-05T10:01:09.229Z] === RUN TestCompile [2022-05-05T10:01:09.229Z] === RUN TestCompile/slash [2022-05-05T10:01:09.229Z] === RUN TestCompile/backslash [2022-05-05T10:01:09.229Z] --- PASS: TestCompile (0.00s) [2022-05-05T10:01:09.229Z] --- PASS: TestCompile/slash (0.00s) [2022-05-05T10:01:09.229Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-05T10:01:09.229Z] PASS [2022-05-05T10:01:09.229Z] coverage: 84.7% of statements [2022-05-05T10:01:09.229Z] ok github.com/docker/docker/pkg/fileutils 0.086s coverage: 84.7% of statements [2022-05-05T10:01:09.700Z] --- PASS: TestTarFiles (7.59s) [2022-05-05T10:01:09.700Z] === RUN TestDetectCompressionZstd [2022-05-05T10:01:09.700Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-05T10:01:09.700Z] === RUN TestTarUntar [2022-05-05T10:01:10.172Z] --- PASS: TestTarUntar (0.04s) [2022-05-05T10:01:10.172Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-05T10:01:10.172Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-05-05T10:01:10.172Z] === RUN TestTarWithOptions [2022-05-05T10:01:10.172Z] === RUN TestGet [2022-05-05T10:01:10.172Z] --- PASS: TestGet (0.00s) [2022-05-05T10:01:10.172Z] === RUN TestGetShortcutString [2022-05-05T10:01:10.172Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-05T10:01:10.172Z] PASS [2022-05-05T10:01:10.172Z] coverage: 42.9% of statements [2022-05-05T10:01:10.172Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-05T10:01:10.172Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-05T10:01:10.172Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-05T10:01:10.172Z] === RUN TestUntarUstarGnuConflict [2022-05-05T10:01:10.172Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-05-05T10:01:10.172Z] === RUN TestUntarInvalidFilenames [2022-05-05T10:01:10.172Z] ok github.com/docker/docker/pkg/homedir 0.079s coverage: 42.9% of statements [2022-05-05T10:01:10.172Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4108110012\\dest" [2022-05-05T10:01:10.172Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-05-05T10:01:10.172Z] === RUN TestUntarHardlinkToSymlink [2022-05-05T10:01:10.172Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-05T10:01:10.172Z] === RUN TestUntarInvalidHardlink [2022-05-05T10:01:10.172Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1596748970\\victim\\hello" -> "../victim/hello" [2022-05-05T10:01:10.172Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3637263359\\victim\\hello" -> "/../victim/hello" [2022-05-05T10:01:10.172Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink876493623\\victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink858246310\\victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1909565106\\victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1326007691\\victim" -> "../victim" [2022-05-05T10:01:10.172Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-05-05T10:01:10.172Z] === RUN TestUntarInvalidSymlink [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3020436045\\dest\\dotdot" -> "../victim/hello" [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1842879561\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3294250267\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2733527393\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink90219720\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2661037404\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:10.172Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink222346555\\dest\\dir\\loophole" -> "../../victim" [2022-05-05T10:01:10.172Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-05T10:01:10.172Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-05T10:01:10.172Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-05T10:01:10.172Z] === RUN TestXGlobalNoParent [2022-05-05T10:01:10.172Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-05T10:01:10.172Z] === RUN TestReplaceFileTarWrapper [2022-05-05T10:01:10.644Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2022-05-05T10:01:10.644Z] === RUN TestPrefixHeaderReadable [2022-05-05T10:01:10.644Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-05T10:01:10.644Z] === RUN TestDisablePigz [2022-05-05T10:01:10.645Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-05T10:01:10.645Z] --- PASS: TestDisablePigz (0.16s) [2022-05-05T10:01:10.645Z] === RUN TestPigz [2022-05-05T10:01:11.117Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-05T10:01:11.117Z] --- PASS: TestPigz (0.21s) [2022-05-05T10:01:11.117Z] === RUN TestNosysFileInfo [2022-05-05T10:01:11.117Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestCopyFileWithInvalidDest [2022-05-05T10:01:11.117Z] archive_windows_test.go:16: Currently fails [2022-05-05T10:01:11.117Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestCanonicalTarNameForPath [2022-05-05T10:01:11.117Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestCanonicalTarName [2022-05-05T10:01:11.117Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestChmodTarEntry [2022-05-05T10:01:11.117Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestHardLinkOrder [2022-05-05T10:01:11.117Z] --- PASS: TestHardLinkOrder (0.17s) [2022-05-05T10:01:11.117Z] === RUN TestChangeString [2022-05-05T10:01:11.117Z] --- PASS: TestChangeString (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestChangesWithNoChanges [2022-05-05T10:01:11.117Z] --- PASS: TestChangesWithNoChanges (0.05s) [2022-05-05T10:01:11.117Z] === RUN TestChangesWithChanges [2022-05-05T10:01:11.117Z] --- PASS: TestChangesWithChanges (0.05s) [2022-05-05T10:01:11.117Z] === RUN TestChangesWithChangesGH13590 [2022-05-05T10:01:11.117Z] changes_test.go:196: needs more investigation [2022-05-05T10:01:11.117Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-05T10:01:11.117Z] === RUN TestChangesDirsEmpty [2022-05-05T10:01:11.117Z] === RUN TestCreateIDMapOrder [2022-05-05T10:01:11.117Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-05T10:01:11.117Z] PASS [2022-05-05T10:01:11.117Z] coverage: 7.2% of statements [2022-05-05T10:01:11.117Z] ok github.com/docker/docker/pkg/idtools 0.047s coverage: 7.2% of statements [2022-05-05T10:01:11.117Z] --- PASS: TestChangesDirsEmpty (0.16s) [2022-05-05T10:01:11.117Z] === RUN TestChangesDirsMutated [2022-05-05T10:01:11.306Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:11.306Z] INFO: Testing against a local daemon [2022-05-05T10:01:11.306Z] === RUN TestNetworkCreateDelete [2022-05-05T10:01:11.306Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:11.306Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-05T10:01:11.306Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T10:01:11.306Z] 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-05T10:01:11.306Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-05T10:01:11.306Z] === RUN TestDaemonDNSFallback [2022-05-05T10:01:11.306Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:11.306Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-05T10:01:11.306Z] === RUN TestInspectNetwork [2022-05-05T10:01:11.306Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-05T10:01:11.306Z] --- SKIP: TestInspectNetwork (0.01s) [2022-05-05T10:01:11.306Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T10:01:11.306Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:11.306Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T10:01:11.306Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T10:01:11.306Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T10:01:11.306Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T10:01:11.306Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T10:01:11.306Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T10:01:11.306Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T10:01:11.306Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.01s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.01s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.01s) [2022-05-05T10:01:11.306Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T10:01:11.307Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestNetworkList [2022-05-05T10:01:11.307Z] === RUN TestNetworkList//networks [2022-05-05T10:01:11.307Z] === PAUSE TestNetworkList//networks [2022-05-05T10:01:11.307Z] === RUN TestNetworkList//networks/ [2022-05-05T10:01:11.307Z] === PAUSE TestNetworkList//networks/ [2022-05-05T10:01:11.307Z] === CONT TestNetworkList//networks [2022-05-05T10:01:11.307Z] === CONT TestNetworkList//networks/ [2022-05-05T10:01:11.307Z] --- PASS: TestNetworkList (0.05s) [2022-05-05T10:01:11.307Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T10:01:11.307Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T10:01:11.307Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T10:01:11.307Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T10:01:11.307Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T10:01:11.307Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T10:01:11.307Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T10:01:11.307Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T10:01:11.307Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T10:01:11.307Z] service_test.go:243: FLAKY_TEST [2022-05-05T10:01:11.307Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T10:01:11.307Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-05T10:01:11.307Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T10:01:11.307Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-05T10:01:11.307Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T10:01:11.307Z] PASS [2022-05-05T10:01:11.307Z] ok github.com/docker/docker/integration/network 0.217s [2022-05-05T10:01:11.589Z] --- PASS: TestChangesDirsMutated (0.17s) [2022-05-05T10:01:11.589Z] === RUN TestApplyLayer [2022-05-05T10:01:11.589Z] changes_test.go:433: needs further investigation [2022-05-05T10:01:11.589Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-05T10:01:11.589Z] === RUN TestChangesSizeWithHardlinks [2022-05-05T10:01:11.589Z] changes_test.go:469: needs further investigation [2022-05-05T10:01:11.589Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-05T10:01:11.589Z] === RUN TestChangesSizeWithNoChanges [2022-05-05T10:01:11.589Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-05T10:01:11.589Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-05T10:01:11.589Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-05T10:01:11.589Z] === RUN TestChangesSize [2022-05-05T10:01:11.589Z] --- PASS: TestChangesSize (0.01s) [2022-05-05T10:01:11.589Z] === RUN TestApplyLayerInvalidFilenames [2022-05-05T10:01:11.589Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames24160182\\dest" [2022-05-05T10:01:11.589Z] --- PASS: TestNetworkDBNodeLeave (3.14s) [2022-05-05T10:01:11.589Z] === RUN TestNetworkDBWatch [2022-05-05T10:01:11.589Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-05T10:01:11.589Z] === RUN TestApplyLayerInvalidHardlink [2022-05-05T10:01:11.589Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2863073530\\victim\\hello" -> "../victim/hello" [2022-05-05T10:01:11.589Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3241502440\\victim\\hello" -> "/../victim/hello" [2022-05-05T10:01:11.589Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2850946650\\victim" -> "../victim" [2022-05-05T10:01:11.589Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3701347860\\victim" -> "../victim" [2022-05-05T10:01:11.589Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3316661822\\victim" -> "../victim" [2022-05-05T10:01:11.589Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1362794337\\victim" -> "../victim" [2022-05-05T10:01:11.589Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-05T10:01:11.589Z] === RUN TestApplyLayerInvalidSymlink [2022-05-05T10:01:11.589Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3365352339\\dest\\dotdot" -> "../victim/hello" [2022-05-05T10:01:11.589Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2578970733\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-05T10:01:11.589Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2655290229\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:11.589Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink898468637\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:11.589Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1103309779\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:11.589Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink350061157\\dest\\loophole-victim" -> "../victim" [2022-05-05T10:01:11.589Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-05-05T10:01:11.589Z] === RUN TestApplyLayerWhiteouts [2022-05-05T10:01:11.589Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-05-05T10:01:11.589Z] === RUN TestGenerateEmptyFile [2022-05-05T10:01:11.589Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-05T10:01:11.589Z] === RUN TestGenerateWithContent [2022-05-05T10:01:11.589Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-05T10:01:11.589Z] PASS [2022-05-05T10:01:11.589Z] coverage: 62.9% of statements [2022-05-05T10:01:11.589Z] ok github.com/docker/docker/pkg/archive 10.634s coverage: 62.9% of statements [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === Skipped [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-05T10:01:11.789Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-05T10:01:11.789Z] 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-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-05T10:01:11.789Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.01s) [2022-05-05T10:01:11.789Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-05T10:01:11.789Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-05T10:01:11.789Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:243: FLAKY_TEST [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T10:01:11.789Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-05T10:01:11.789Z] [2022-05-05T10:01:11.789Z] DONE 34 tests, 15 skipped in 2.717s [2022-05-05T10:01:11.789Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-05T10:01:12.802Z] testing: warning: no tests to run [2022-05-05T10:01:12.802Z] PASS [2022-05-05T10:01:12.802Z] ok github.com/docker/docker/integration/network/ipvlan 0.109s [2022-05-05T10:01:12.802Z] [2022-05-05T10:01:12.802Z] DONE 0 tests in 0.882s [2022-05-05T10:01:12.802Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-05T10:01:13.166Z] 2022/05/05 10:01:12 Closing DB instances... [2022-05-05T10:01:13.166Z] === RUN TestFixedBufferCap [2022-05-05T10:01:13.166Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-05T10:01:13.166Z] === RUN TestFixedBufferLen [2022-05-05T10:01:13.166Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-05T10:01:13.166Z] === RUN TestFixedBufferString [2022-05-05T10:01:13.166Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-05T10:01:13.166Z] === RUN TestFixedBufferWrite [2022-05-05T10:01:13.166Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-05T10:01:13.166Z] === RUN TestFixedBufferRead [2022-05-05T10:01:13.166Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-05T10:01:13.166Z] === RUN TestBytesPipeRead [2022-05-05T10:01:13.639Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-05T10:01:13.639Z] === RUN TestBytesPipeWrite [2022-05-05T10:01:13.639Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-05T10:01:13.639Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-05T10:01:13.639Z] --- PASS: TestBytesPipeWriteRandomChunks (0.59s) [2022-05-05T10:01:13.639Z] === RUN TestAtomicWriteToFile [2022-05-05T10:01:13.813Z] testing: warning: no tests to run [2022-05-05T10:01:13.813Z] PASS [2022-05-05T10:01:13.813Z] ok github.com/docker/docker/integration/network/macvlan 0.102s [2022-05-05T10:01:13.813Z] [2022-05-05T10:01:13.813Z] DONE 0 tests in 0.937s [2022-05-05T10:01:13.813Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-05T10:01:14.112Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-05-05T10:01:14.112Z] === RUN TestAtomicWriteSetCommit [2022-05-05T10:01:14.112Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-05T10:01:14.112Z] === RUN TestAtomicWriteSetCancel [2022-05-05T10:01:14.112Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-05T10:01:14.112Z] === RUN TestReadCloserWrapperClose [2022-05-05T10:01:14.112Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-05T10:01:14.112Z] === RUN TestReaderErrWrapperReadOnError [2022-05-05T10:01:14.112Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-05T10:01:14.112Z] === RUN TestReaderErrWrapperRead [2022-05-05T10:01:14.112Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-05T10:01:14.112Z] === RUN TestCancelReadCloser [2022-05-05T10:01:14.112Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-05T10:01:14.112Z] === RUN TestWriteCloserWrapperClose [2022-05-05T10:01:14.112Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-05T10:01:14.112Z] === RUN TestNopWriteCloser [2022-05-05T10:01:14.112Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-05T10:01:14.112Z] === RUN TestNopWriter [2022-05-05T10:01:14.112Z] --- PASS: TestNopWriter (0.00s) [2022-05-05T10:01:14.112Z] === RUN TestWriteCounter [2022-05-05T10:01:14.112Z] --- PASS: TestWriteCounter (0.00s) [2022-05-05T10:01:14.112Z] PASS [2022-05-05T10:01:14.112Z] coverage: 69.6% of statements [2022-05-05T10:01:14.112Z] ok github.com/docker/docker/pkg/ioutils 0.824s coverage: 69.6% of statements [2022-05-05T10:01:14.584Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-05-05T10:01:14.584Z] === RUN TestNetworkDBBulkSync [2022-05-05T10:01:14.826Z] testing: warning: no tests to run [2022-05-05T10:01:14.826Z] PASS [2022-05-05T10:01:14.826Z] ok github.com/docker/docker/integration/plugin 0.092s [2022-05-05T10:01:14.826Z] [2022-05-05T10:01:14.826Z] DONE 0 tests in 0.881s [2022-05-05T10:01:14.826Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-05T10:01:15.058Z] === RUN TestError [2022-05-05T10:01:15.058Z] --- PASS: TestError (0.00s) [2022-05-05T10:01:15.058Z] === RUN TestProgressString [2022-05-05T10:01:15.058Z] === RUN TestProgressString/no_progress [2022-05-05T10:01:15.058Z] === RUN TestProgressString/progress_1 [2022-05-05T10:01:15.058Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-05T10:01:15.058Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-05T10:01:15.058Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-05T10:01:15.058Z] === RUN TestProgressString/with_units [2022-05-05T10:01:15.058Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-05T10:01:15.058Z] === RUN TestProgressString/hide_counts [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-05T10:01:15.058Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-05T10:01:15.058Z] === RUN TestJSONMessageDisplay [2022-05-05T10:01:15.530Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-05-05T10:01:15.530Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-05T10:01:15.530Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-05T10:01:15.530Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-05T10:01:15.530Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-05T10:01:15.530Z] === RUN TestDisplayJSONMessagesStream [2022-05-05T10:01:15.530Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-05T10:01:15.530Z] PASS [2022-05-05T10:01:15.530Z] coverage: 91.7% of statements [2022-05-05T10:01:15.530Z] ok github.com/docker/docker/pkg/jsonmessage 0.247s coverage: 91.7% of statements [2022-05-05T10:01:15.839Z] testing: warning: no tests to run [2022-05-05T10:01:15.839Z] PASS [2022-05-05T10:01:15.839Z] ok github.com/docker/docker/integration/plugin/authz 0.120s [2022-05-05T10:01:15.839Z] [2022-05-05T10:01:15.839Z] DONE 0 tests in 0.945s [2022-05-05T10:01:15.839Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-05T10:01:16.002Z] 2022/05/05 10:01:15 Closing DB instances... [2022-05-05T10:01:16.002Z] === RUN TestStandardLongPath [2022-05-05T10:01:16.002Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-05T10:01:16.002Z] === RUN TestUNCLongPath [2022-05-05T10:01:16.002Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-05T10:01:16.002Z] PASS [2022-05-05T10:01:16.002Z] coverage: 100.0% of statements [2022-05-05T10:01:16.002Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2022-05-05T10:01:16.921Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-05T10:01:16.921Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-05T10:01:16.921Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-05T10:01:16.921Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-05T10:01:16.996Z] === RUN TestNameFormat [2022-05-05T10:01:16.996Z] --- PASS: TestNameFormat (0.00s) [2022-05-05T10:01:16.996Z] === RUN TestNameRetries [2022-05-05T10:01:16.996Z] --- PASS: TestNameRetries (0.00s) [2022-05-05T10:01:16.996Z] PASS [2022-05-05T10:01:16.996Z] coverage: 85.7% of statements [2022-05-05T10:01:16.996Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-05-05T10:01:17.177Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-05T10:01:17.177Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-05T10:01:17.469Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-05-05T10:01:17.469Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-05T10:01:17.469Z] === RUN TestParseKeyValueOpt [2022-05-05T10:01:17.469Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-05T10:01:17.469Z] === RUN TestParseUintList [2022-05-05T10:01:17.469Z] --- PASS: TestParseUintList (0.00s) [2022-05-05T10:01:17.469Z] === RUN TestParseUintListMaximumLimits [2022-05-05T10:01:17.469Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-05T10:01:17.469Z] PASS [2022-05-05T10:01:17.469Z] coverage: 97.0% of statements [2022-05-05T10:01:17.469Z] ok github.com/docker/docker/pkg/parsers 0.043s coverage: 97.0% of statements [2022-05-05T10:01:17.738Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-05T10:01:17.738Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-05T10:01:17.738Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-05T10:01:17.994Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-05T10:01:18.276Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-05T10:01:18.276Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-05T10:01:18.463Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-05T10:01:18.463Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-05T10:01:18.463Z] PASS [2022-05-05T10:01:18.463Z] coverage: 36.4% of statements [2022-05-05T10:01:18.463Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.044s coverage: 36.4% of statements [2022-05-05T10:01:18.533Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-05T10:01:18.788Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-05T10:01:19.349Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-05T10:01:19.349Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-05T10:01:19.455Z] === RUN TestNewAndRemove [2022-05-05T10:01:19.455Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-05T10:01:19.455Z] === RUN TestRemoveInvalidPath [2022-05-05T10:01:19.455Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-05T10:01:19.455Z] PASS [2022-05-05T10:01:19.455Z] coverage: 82.6% of statements [2022-05-05T10:01:19.455Z] ok github.com/docker/docker/pkg/pidfile 0.054s coverage: 82.6% of statements [2022-05-05T10:01:19.911Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-05T10:01:20.449Z] 2022/05/05 10:01:20 Closing DB instances... [2022-05-05T10:01:20.473Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-05T10:01:20.473Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-05T10:01:20.921Z] time="2022-05-05T10:01:20Z" level=error msg="node: c788863b073e is unknown to memberlist" [2022-05-05T10:01:21.035Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-05T10:01:21.393Z] === RUN TestFailedConnection [2022-05-05T10:01:21.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:21.679Z] INFO: Testing against a local daemon [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T10:01:21.679Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T10:01:21.679Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T10:01:21.679Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T10:01:21.679Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T10:01:21.679Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T10:01:21.679Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T10:01:21.679Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON (0.07s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T10:01:21.679Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T10:01:21.679Z] === RUN TestPluginInstall [2022-05-05T10:01:21.679Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-05T10:01:21.679Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-05T10:01:21.679Z] === RUN TestPluginsWithRuntimes [2022-05-05T10:01:21.679Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-05T10:01:21.679Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-05T10:01:21.679Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T10:01:21.679Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-05T10:01:21.679Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T10:01:21.679Z] PASS [2022-05-05T10:01:21.679Z] ok github.com/docker/docker/integration/plugin/common 0.167s [2022-05-05T10:01:21.679Z] [2022-05-05T10:01:21.679Z] === Skipped [2022-05-05T10:01:21.679Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-05T10:01:21.679Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-05T10:01:21.679Z] [2022-05-05T10:01:21.679Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-05T10:01:21.679Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-05T10:01:21.679Z] [2022-05-05T10:01:21.679Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T10:01:21.679Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-05T10:01:21.679Z] [2022-05-05T10:01:21.679Z] DONE 19 tests, 3 skipped in 5.935s [2022-05-05T10:01:22.140Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-05T10:01:22.971Z] --- PASS: TestFailedConnection (1.17s) [2022-05-05T10:01:22.971Z] === RUN TestFailOnce [2022-05-05T10:01:22.971Z] --- PASS: TestGetAddress (28.49s) [2022-05-05T10:01:22.971Z] === RUN TestRequestSyntaxCheck [2022-05-05T10:01:22.971Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-05-05T10:01:22.972Z] === RUN TestRequest [2022-05-05T10:01:22.972Z] 2022/05/05 10:01:22 http: panic serving 127.0.0.1:49300: Plugin not ready [2022-05-05T10:01:22.972Z] goroutine 24 [running]: [2022-05-05T10:01:22.972Z] net/http.(*conn).serve.func1() [2022-05-05T10:01:22.972Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-05T10:01:22.972Z] panic({0xfe3700, 0x112d0e0}) [2022-05-05T10:01:22.972Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-05T10:01:22.972Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001a3a70?) [2022-05-05T10:01:22.972Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-05T10:01:22.972Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x11328f8?, 0xc00017c000?}, 0xf3da86?) [2022-05-05T10:01:22.972Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-05T10:01:22.972Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x11328f8, 0xc00017c000}, 0xc000170100) [2022-05-05T10:01:22.972Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-05T10:01:22.972Z] net/http.serverHandler.ServeHTTP({0x1130f18?}, {0x11328f8, 0xc00017c000}, 0xc000170100) [2022-05-05T10:01:22.972Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-05T10:01:22.972Z] net/http.(*conn).serve(0xc0000a4dc0, {0x1132df8, 0xc0000260f0}) [2022-05-05T10:01:22.972Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-05T10:01:22.972Z] created by net/http.(*Server).Serve [2022-05-05T10:01:22.972Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-05T10:01:22.972Z] time="2022-05-05T10:01:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.FailOnce: Post \"http://127.0.0.1:49299/Test.FailOnce\": EOF, retrying in 1s" [2022-05-05T10:01:22.972Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.76s) [2022-05-05T10:01:22.972Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-05T10:01:23.548Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-05T10:01:23.548Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-05T10:01:23.548Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-05T10:01:23.967Z] --- PASS: TestFailOnce (1.23s) [2022-05-05T10:01:23.967Z] === RUN TestEchoInputOutput [2022-05-05T10:01:23.967Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-05T10:01:23.967Z] === RUN TestBackoff [2022-05-05T10:01:23.967Z] --- PASS: TestBackoff (0.00s) [2022-05-05T10:01:23.967Z] === RUN TestAbortRetry [2022-05-05T10:01:23.967Z] --- PASS: TestAbortRetry (0.00s) [2022-05-05T10:01:23.967Z] === RUN TestClientScheme [2022-05-05T10:01:23.967Z] --- PASS: TestClientScheme (0.00s) [2022-05-05T10:01:23.967Z] === RUN TestNewClientWithTimeout [2022-05-05T10:01:23.967Z] 2022/05/05 10:01:23 Closing DB instances... [2022-05-05T10:01:24.440Z] time="2022-05-05T10:01:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-05T10:01:24.914Z] === RUN TestDockerSuite/TestImportFile [2022-05-05T10:01:25.048Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:25.048Z] INFO: Testing against a local daemon [2022-05-05T10:01:25.048Z] === RUN TestExternalGraphDriver [2022-05-05T10:01:25.048Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-05T10:01:25.048Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-05T10:01:25.048Z] === RUN TestGraphdriverPluginV2 [2022-05-05T10:01:25.048Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-05T10:01:25.048Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-05T10:01:25.048Z] PASS [2022-05-05T10:01:25.048Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.148s [2022-05-05T10:01:25.048Z] [2022-05-05T10:01:25.048Z] === Skipped [2022-05-05T10:01:25.048Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-05T10:01:25.048Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-05T10:01:25.048Z] [2022-05-05T10:01:25.048Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-05T10:01:25.048Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-05T10:01:25.048Z] [2022-05-05T10:01:25.048Z] DONE 2 tests, 2 skipped in 2.739s [2022-05-05T10:01:25.048Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-05T10:01:25.843Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-05T10:01:25.843Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-05T10:01:26.020Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-05T10:01:26.020Z] === RUN TestNetworkDBGarbageCollection [2022-05-05T10:01:26.020Z] time="2022-05-05T10:01:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-05T10:01:26.547Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-05-05T10:01:26.804Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-05T10:01:28.097Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:28.097Z] INFO: Testing against a local daemon [2022-05-05T10:01:28.098Z] === RUN TestReadPluginNoRead [2022-05-05T10:01:28.098Z] read_test.go:21: no unix domain sockets on Windows [2022-05-05T10:01:28.098Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-05T10:01:28.098Z] PASS [2022-05-05T10:01:28.098Z] ok github.com/docker/docker/integration/plugin/logging 0.128s [2022-05-05T10:01:28.098Z] [2022-05-05T10:01:28.098Z] === Skipped [2022-05-05T10:01:28.098Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-05T10:01:28.098Z] read_test.go:21: no unix domain sockets on Windows [2022-05-05T10:01:28.098Z] [2022-05-05T10:01:28.098Z] DONE 1 tests, 1 skipped in 2.780s [2022-05-05T10:01:28.098Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-05T10:01:28.169Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-05T10:01:28.416Z] time="2022-05-05T10:01:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-05T10:01:29.064Z] testing: warning: no tests to run [2022-05-05T10:01:29.064Z] PASS [2022-05-05T10:01:29.064Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.088s [2022-05-05T10:01:29.097Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-05T10:01:29.522Z] [2022-05-05T10:01:29.522Z] DONE 0 tests in 1.439s [2022-05-05T10:01:29.522Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-05T10:01:29.659Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-05T10:01:30.219Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-05T10:01:30.780Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-05T10:01:30.780Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-05-05T10:01:30.780Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-05T10:01:31.036Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-05T10:01:31.598Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-05T10:01:32.105Z] ok github.com/docker/docker/libnetwork 37.357s coverage: 40.6% of statements [2022-05-05T10:01:32.105Z] ok github.com/docker/docker/libnetwork/bitseq 0.119s coverage: 84.4% of statements [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-05T10:01:32.105Z] ok github.com/docker/docker/libnetwork/config 0.019s coverage: 19.7% of statements [2022-05-05T10:01:32.105Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-05T10:01:32.105Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-05T10:01:32.105Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-05-05T10:01:32.160Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-05T10:01:32.415Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-05T10:01:32.423Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:32.423Z] INFO: Testing against a local daemon [2022-05-05T10:01:32.423Z] === RUN TestPluginWithDevMounts [2022-05-05T10:01:32.423Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:32.423Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-05T10:01:32.423Z] PASS [2022-05-05T10:01:32.423Z] ok github.com/docker/docker/integration/plugin/volumes 0.110s [2022-05-05T10:01:32.423Z] [2022-05-05T10:01:32.423Z] === Skipped [2022-05-05T10:01:32.423Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-05T10:01:32.423Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:32.423Z] [2022-05-05T10:01:32.423Z] DONE 1 tests, 1 skipped in 2.635s [2022-05-05T10:01:32.423Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-05T10:01:32.977Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-05T10:01:33.046Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.390s coverage: 59.9% of statements [2022-05-05T10:01:33.046Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-05T10:01:33.046Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-05T10:01:33.198Z] time="2022-05-05T10:01:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-05T10:01:33.233Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-05T10:01:33.489Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-05-05T10:01:33.617Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 4.0% of statements [2022-05-05T10:01:33.617Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-05T10:01:34.189Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-05T10:01:34.189Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-05T10:01:34.416Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-05T10:01:34.449Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-05-05T10:01:34.599Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:34.599Z] INFO: Testing against a local daemon [2022-05-05T10:01:34.599Z] === RUN TestSecretInspect [2022-05-05T10:01:34.599Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-05T10:01:34.599Z] === RUN TestSecretList [2022-05-05T10:01:34.599Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] --- SKIP: TestSecretList (0.00s) [2022-05-05T10:01:34.599Z] === RUN TestSecretsCreateAndDelete [2022-05-05T10:01:34.599Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-05T10:01:34.599Z] === RUN TestSecretsUpdate [2022-05-05T10:01:34.599Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-05T10:01:34.599Z] === RUN TestTemplatedSecret [2022-05-05T10:01:34.599Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-05-05T10:01:34.599Z] === RUN TestSecretCreateResolve [2022-05-05T10:01:34.599Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:34.599Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-05T10:01:34.599Z] PASS [2022-05-05T10:01:34.599Z] ok github.com/docker/docker/integration/secret 0.118s [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] === Skipped [2022-05-05T10:01:34.599Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-05T10:01:34.599Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-05T10:01:34.599Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-05T10:01:34.599Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-05T10:01:34.599Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-05-05T10:01:34.599Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-05T10:01:34.599Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:34.599Z] [2022-05-05T10:01:34.599Z] DONE 6 tests, 6 skipped in 2.177s [2022-05-05T10:01:34.599Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-05T10:01:34.998Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-05T10:01:35.560Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-05T10:01:35.560Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-05T10:01:36.121Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-05T10:01:36.121Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-05T10:01:36.121Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-05T10:01:36.170Z] === RUN TestParseEmptyInterface [2022-05-05T10:01:36.170Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestParseNonInterfaceType [2022-05-05T10:01:36.170Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestParseWithOneFunction [2022-05-05T10:01:36.170Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestParseWithMultipleFuncs [2022-05-05T10:01:36.170Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestParseWithUnnamedReturn [2022-05-05T10:01:36.170Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestEmbeddedInterface [2022-05-05T10:01:36.170Z] --- PASS: TestRequest (13.19s) [2022-05-05T10:01:36.170Z] === RUN TestOverlappingRequests [2022-05-05T10:01:36.170Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestParsedImports [2022-05-05T10:01:36.170Z] --- PASS: TestParsedImports (0.00s) [2022-05-05T10:01:36.170Z] === RUN TestAliasedImports [2022-05-05T10:01:36.170Z] --- PASS: TestAliasedImports (0.00s) [2022-05-05T10:01:36.170Z] PASS [2022-05-05T10:01:36.170Z] coverage: 56.8% of statements [2022-05-05T10:01:36.170Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.066s coverage: 56.8% of statements [2022-05-05T10:01:36.642Z] --- PASS: TestOverlappingRequests (0.65s) [2022-05-05T10:01:36.642Z] === RUN TestRelease [2022-05-05T10:01:36.682Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-05T10:01:37.115Z] === RUN TestHTTPTransport [2022-05-05T10:01:37.115Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-05T10:01:37.115Z] PASS [2022-05-05T10:01:37.115Z] coverage: 85.7% of statements [2022-05-05T10:01:37.115Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-05-05T10:01:37.243Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-05T10:01:37.499Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-05T10:01:37.522Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:37.522Z] INFO: Testing against a local daemon [2022-05-05T10:01:37.522Z] === RUN TestServiceCreateInit [2022-05-05T10:01:37.522Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T10:01:37.522Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T10:01:37.522Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- PASS: TestServiceCreateInit (0.07s) [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T10:01:37.522Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceConflict [2022-05-05T10:01:37.522Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T10:01:37.522Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-05T10:01:37.522Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T10:01:37.522Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T10:01:37.522Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T10:01:37.522Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceSysctls [2022-05-05T10:01:37.522Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-05T10:01:37.522Z] === RUN TestCreateServiceCapabilities [2022-05-05T10:01:37.522Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-05T10:01:37.522Z] === RUN TestInspect [2022-05-05T10:01:37.522Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestInspect (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestCreateJob [2022-05-05T10:01:37.522Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestCreateJob (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestReplicatedJob [2022-05-05T10:01:37.522Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestUpdateReplicatedJob [2022-05-05T10:01:37.522Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServiceListWithStatuses [2022-05-05T10:01:37.522Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T10:01:37.522Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestDockerNetworkReConnect [2022-05-05T10:01:37.522Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServicePlugin [2022-05-05T10:01:37.522Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServiceUpdateLabel [2022-05-05T10:01:37.522Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServiceUpdateSecrets [2022-05-05T10:01:37.522Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServiceUpdateConfigs [2022-05-05T10:01:37.522Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServiceUpdateNetwork [2022-05-05T10:01:37.522Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-05T10:01:37.522Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T10:01:37.522Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-05T10:01:37.522Z] PASS [2022-05-05T10:01:37.522Z] ok github.com/docker/docker/integration/service 0.318s [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === Skipped [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-05T10:01:37.522Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-05T10:01:37.522Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-05T10:01:37.522Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-05T10:01:37.522Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-05T10:01:37.522Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-05T10:01:37.522Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-05T10:01:37.522Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-05T10:01:37.522Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-05T10:01:37.522Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-05T10:01:37.522Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-05T10:01:37.522Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-05T10:01:37.522Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-05T10:01:37.522Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-05T10:01:37.522Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-05T10:01:37.522Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-05T10:01:37.522Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-05T10:01:37.522Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:01:37.522Z] [2022-05-05T10:01:37.522Z] DONE 24 tests, 23 skipped in 3.142s [2022-05-05T10:01:37.982Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-05T10:01:38.059Z] === RUN TestDockerSuite/TestInspectImage [2022-05-05T10:01:38.059Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-05T10:01:38.059Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-05T10:01:38.059Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-05T10:01:38.059Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-05T10:01:38.109Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-05T10:01:38.109Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-05T10:01:38.109Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-05T10:01:38.109Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-05T10:01:38.109Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-05T10:01:38.109Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-05T10:01:38.109Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-05T10:01:38.109Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-05T10:01:38.109Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-05T10:01:38.109Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-05T10:01:38.109Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-05T10:01:38.109Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-05T10:01:38.109Z] === RUN TestBufferPoolPutAndGet [2022-05-05T10:01:38.109Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-05T10:01:38.109Z] PASS [2022-05-05T10:01:38.109Z] coverage: 88.2% of statements [2022-05-05T10:01:38.109Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2022-05-05T10:01:38.581Z] === RUN TestOutputOnPrematureClose [2022-05-05T10:01:38.581Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-05T10:01:38.581Z] === RUN TestCompleteSilently [2022-05-05T10:01:38.581Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-05T10:01:38.581Z] PASS [2022-05-05T10:01:38.581Z] coverage: 75.9% of statements [2022-05-05T10:01:38.581Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2022-05-05T10:01:38.621Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-05T10:01:38.758Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-05T10:01:38.758Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-05T10:01:38.758Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-05T10:01:38.758Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-05T10:01:38.758Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-05T10:01:38.758Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-05T10:01:38.758Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-05T10:01:38.758Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-05T10:01:38.758Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-05T10:01:38.758Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-05T10:01:38.758Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-05T10:01:39.053Z] === RUN TestSendToOneSub [2022-05-05T10:01:39.053Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-05T10:01:39.053Z] === RUN TestSendToMultipleSubs [2022-05-05T10:01:39.053Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-05T10:01:39.053Z] === RUN TestEvictOneSub [2022-05-05T10:01:39.053Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-05T10:01:39.053Z] === RUN TestClosePublisher [2022-05-05T10:01:39.053Z] --- PASS: TestClosePublisher (0.00s) [2022-05-05T10:01:39.053Z] === RUN TestPubSubRace [2022-05-05T10:01:39.053Z] --- PASS: TestRelease (2.49s) [2022-05-05T10:01:39.053Z] === RUN TestAllocateRandomDeallocate [2022-05-05T10:01:39.183Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-05T10:01:39.183Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-05T10:01:39.723Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-05T10:01:39.723Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-05T10:01:39.723Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-05T10:01:39.723Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-05T10:01:39.723Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-05T10:01:39.723Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-05T10:01:39.723Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-05T10:01:39.723Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-05T10:01:39.723Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-05T10:01:39.744Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-05T10:01:40.000Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-05T10:01:40.046Z] --- PASS: TestPubSubRace (1.07s) [2022-05-05T10:01:40.046Z] PASS [2022-05-05T10:01:40.046Z] coverage: 75.0% of statements [2022-05-05T10:01:40.046Z] ok github.com/docker/docker/pkg/pubsub 1.111s coverage: 75.0% of statements [2022-05-05T10:01:40.167Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:40.167Z] INFO: Testing against a local daemon [2022-05-05T10:01:40.167Z] === RUN TestSessionCreate [2022-05-05T10:01:40.167Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-05T10:01:40.167Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-05T10:01:40.167Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T10:01:40.167Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-05T10:01:40.167Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-05T10:01:40.167Z] PASS [2022-05-05T10:01:40.167Z] ok github.com/docker/docker/integration/session 0.111s [2022-05-05T10:01:40.167Z] [2022-05-05T10:01:40.167Z] === Skipped [2022-05-05T10:01:40.167Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-05T10:01:40.167Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-05T10:01:40.167Z] [2022-05-05T10:01:40.167Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-05T10:01:40.167Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-05T10:01:40.167Z] [2022-05-05T10:01:40.167Z] DONE 2 tests, 2 skipped in 2.020s [2022-05-05T10:01:40.167Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-05T10:01:41.039Z] === RUN TestRegister [2022-05-05T10:01:41.039Z] --- PASS: TestRegister (0.00s) [2022-05-05T10:01:41.039Z] === RUN TestCommand [2022-05-05T10:01:41.039Z] --- PASS: TestCommand (0.04s) [2022-05-05T10:01:41.039Z] === RUN TestNaiveSelf [2022-05-05T10:01:41.039Z] --- PASS: TestNaiveSelf (0.05s) [2022-05-05T10:01:41.039Z] PASS [2022-05-05T10:01:41.039Z] coverage: 82.4% of statements [2022-05-05T10:01:41.039Z] ok github.com/docker/docker/pkg/reexec 0.122s coverage: 82.4% of statements [2022-05-05T10:01:41.511Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-05T10:01:41.511Z] === RUN TestClientStream [2022-05-05T10:01:41.511Z] --- PASS: TestClientStream (0.00s) [2022-05-05T10:01:41.511Z] === RUN TestClientSendFile [2022-05-05T10:01:41.511Z] --- PASS: TestClientSendFile (0.00s) [2022-05-05T10:01:41.511Z] === RUN TestClientWithRequestTimeout [2022-05-05T10:01:41.511Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-05T10:01:41.511Z] === RUN TestFileSpecPlugin [2022-05-05T10:01:41.511Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-05T10:01:41.511Z] === RUN TestFileJSONSpecPlugin [2022-05-05T10:01:41.511Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-05T10:01:41.511Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-05T10:01:41.511Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-05T10:01:41.511Z] === RUN TestPluginAddHandler [2022-05-05T10:01:41.511Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-05T10:01:41.511Z] === RUN TestPluginWaitBadPlugin [2022-05-05T10:01:41.511Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-05T10:01:41.511Z] === RUN TestGet [2022-05-05T10:01:41.511Z] time="2022-05-05T10:01:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-05T10:01:41.983Z] === RUN TestDump [2022-05-05T10:01:41.983Z] goroutine 6 [running]: [2022-05-05T10:01:41.983Z] github.com/docker/docker/pkg/stack.dump(0xe62d57?) [2022-05-05T10:01:41.983Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-05T10:01:41.983Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-05T10:01:41.983Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-05T10:01:41.983Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-05T10:01:41.983Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-05T10:01:41.983Z] testing.tRunner(0xc00015e340, 0x102a498) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T10:01:41.983Z] created by testing.(*T).Run [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-05T10:01:41.983Z] [2022-05-05T10:01:41.983Z] goroutine 1 [chan receive]: [2022-05-05T10:01:41.983Z] testing.(*T).Run(0xc00015e1a0, {0x101913c?, 0xe3c1f3?}, 0x102a498) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-05T10:01:41.983Z] testing.runTests.func1(0xc00006c870?) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-05T10:01:41.983Z] testing.tRunner(0xc00015e1a0, 0xc000075ca0) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T10:01:41.983Z] testing.runTests(0xc0000585a0?, {0x11ae400, 0x3, 0x3}, {0x28bce220108?, 0x40?, 0x11b34a0?}) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-05T10:01:41.983Z] testing.(*M).Run(0xc0000585a0) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-05T10:01:41.983Z] main.main() [2022-05-05T10:01:41.983Z] _testmain.go:99 +0x255 [2022-05-05T10:01:41.983Z] --- PASS: TestDump (0.00s) [2022-05-05T10:01:41.983Z] === RUN TestDumpToFile [2022-05-05T10:01:41.983Z] --- PASS: TestDumpToFile (0.19s) [2022-05-05T10:01:41.983Z] === RUN TestDumpToFileWithEmptyInput [2022-05-05T10:01:41.983Z] goroutine 8 [running]: [2022-05-05T10:01:41.983Z] github.com/docker/docker/pkg/stack.dump(0xeded13?) [2022-05-05T10:01:41.983Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-05T10:01:41.983Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xedece0?}) [2022-05-05T10:01:41.983Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-05T10:01:41.983Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015e340?) [2022-05-05T10:01:41.983Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-05T10:01:41.983Z] testing.tRunner(0xc00015e9c0, 0x102a488) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T10:01:41.983Z] created by testing.(*T).Run [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-05T10:01:41.983Z] [2022-05-05T10:01:41.983Z] goroutine 1 [chan receive]: [2022-05-05T10:01:41.983Z] testing.(*T).Run(0xc00015e1a0, {0x1020713?, 0xe3c1f3?}, 0x102a488) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-05T10:01:41.983Z] testing.runTests.func1(0xc00006c870?) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-05T10:01:41.983Z] testing.tRunner(0xc00015e1a0, 0xc000075ca0) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-05T10:01:41.983Z] testing.runTests(0xc0000585a0?, {0x11ae400, 0x3, 0x3}, {0x28bce220108?, 0x40?, 0x11b34a0?}) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-05T10:01:41.983Z] testing.(*M).Run(0xc0000585a0) [2022-05-05T10:01:41.983Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-05T10:01:41.983Z] main.main() [2022-05-05T10:01:41.983Z] _testmain.go:99 +0x255 [2022-05-05T10:01:41.983Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-05T10:01:41.983Z] PASS [2022-05-05T10:01:41.983Z] coverage: 90.9% of statements [2022-05-05T10:01:41.983Z] ok github.com/docker/docker/pkg/stack 0.231s coverage: 90.9% of statements [2022-05-05T10:01:42.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:42.343Z] INFO: Testing against a local daemon [2022-05-05T10:01:42.343Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T10:01:42.343Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:42.343Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestDiskUsage [2022-05-05T10:01:42.343Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-05T10:01:42.343Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestEventsExecDie [2022-05-05T10:01:42.343Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-05T10:01:42.343Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestEventsBackwardsCompatible [2022-05-05T10:01:42.343Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-05T10:01:42.343Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestEventsVolumeCreate [2022-05-05T10:01:42.343Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-05T10:01:42.343Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestInfoAPI [2022-05-05T10:01:42.343Z] --- PASS: TestInfoAPI (0.06s) [2022-05-05T10:01:42.343Z] === RUN TestInfoAPIWarnings [2022-05-05T10:01:42.343Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:01:42.343Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestInfoDebug [2022-05-05T10:01:42.343Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:01:42.343Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestInfoInsecureRegistries [2022-05-05T10:01:42.343Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:01:42.343Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestInfoRegistryMirrors [2022-05-05T10:01:42.343Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:01:42.343Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-05T10:01:42.343Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T10:01:42.455Z] time="2022-05-05T10:01:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-05T10:01:42.512Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-05T10:01:42.512Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-05T10:01:42.512Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-05T10:01:42.927Z] === RUN TestNewStdWriter [2022-05-05T10:01:42.927Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-05T10:01:42.927Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestWriteWithNilBytes [2022-05-05T10:01:42.927Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestWrite [2022-05-05T10:01:42.927Z] --- PASS: TestWrite (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestWriteWithWriterError [2022-05-05T10:01:42.927Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-05T10:01:42.927Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyWriteAndRead [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-05T10:01:42.927Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-05T10:01:42.927Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-05T10:01:42.927Z] PASS [2022-05-05T10:01:42.927Z] coverage: 100.0% of statements [2022-05-05T10:01:42.927Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-05-05T10:01:43.074Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-05T10:01:43.308Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-05-05T10:01:43.308Z] === RUN TestPingCacheHeaders [2022-05-05T10:01:43.449Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-05T10:01:43.449Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-05T10:01:43.449Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-05T10:01:43.449Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-05T10:01:43.450Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-05T10:01:43.766Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-05T10:01:43.766Z] === RUN TestPingGet [2022-05-05T10:01:43.766Z] --- PASS: TestPingGet (0.04s) [2022-05-05T10:01:43.766Z] === RUN TestPingHead [2022-05-05T10:01:43.766Z] --- PASS: TestPingHead (0.05s) [2022-05-05T10:01:43.766Z] === RUN TestPingSwarmHeader [2022-05-05T10:01:43.766Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:43.766Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-05T10:01:43.766Z] === RUN TestVersion [2022-05-05T10:01:43.766Z] --- PASS: TestVersion (0.06s) [2022-05-05T10:01:43.766Z] PASS [2022-05-05T10:01:43.766Z] ok github.com/docker/docker/integration/system 1.339s [2022-05-05T10:01:43.766Z] [2022-05-05T10:01:43.766Z] === Skipped [2022-05-05T10:01:43.766Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T10:01:43.766Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:43.766Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-05T10:01:43.767Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-05T10:01:43.767Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-05T10:01:43.767Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-05T10:01:43.767Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-05T10:01:43.767Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-05T10:01:43.767Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-05T10:01:43.767Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-05T10:01:43.767Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-05T10:01:43.767Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:01:43.767Z] [2022-05-05T10:01:43.767Z] DONE 16 tests, 10 skipped in 3.770s [2022-05-05T10:01:43.767Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-05T10:01:43.922Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-05T10:01:43.922Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-05T10:01:43.922Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestFormatStatus [2022-05-05T10:01:43.922Z] --- PASS: TestFormatStatus (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestFormatError [2022-05-05T10:01:43.922Z] --- PASS: TestFormatError (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestFormatJSONError [2022-05-05T10:01:43.922Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-05T10:01:43.922Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-05T10:01:43.922Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestNewJSONProgressOutput [2022-05-05T10:01:43.922Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestAuxFormatterEmit [2022-05-05T10:01:43.922Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestStreamWriterStdout [2022-05-05T10:01:43.922Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-05T10:01:43.922Z] === RUN TestStreamWriterStderr [2022-05-05T10:01:43.922Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-05T10:01:43.922Z] PASS [2022-05-05T10:01:43.922Z] coverage: 66.2% of statements [2022-05-05T10:01:43.922Z] ok github.com/docker/docker/pkg/streamformatter 0.047s coverage: 66.2% of statements [2022-05-05T10:01:44.002Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-05T10:01:44.395Z] === RUN TestGenerateRandomID [2022-05-05T10:01:44.395Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-05T10:01:44.395Z] === RUN TestShortenId [2022-05-05T10:01:44.395Z] --- PASS: TestShortenId (0.00s) [2022-05-05T10:01:44.395Z] === RUN TestShortenSha256Id [2022-05-05T10:01:44.395Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-05T10:01:44.395Z] === RUN TestShortenIdEmpty [2022-05-05T10:01:44.395Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-05T10:01:44.395Z] === RUN TestShortenIdInvalid [2022-05-05T10:01:44.395Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-05T10:01:44.395Z] === RUN TestIsShortIDNonHex [2022-05-05T10:01:44.395Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-05T10:01:44.395Z] === RUN TestIsShortIDNotCorrectSize [2022-05-05T10:01:44.395Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-05T10:01:44.395Z] PASS [2022-05-05T10:01:44.395Z] coverage: 70.6% of statements [2022-05-05T10:01:44.395Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2022-05-05T10:01:44.395Z] time="2022-05-05T10:01:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-05T10:01:44.440Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.715s coverage: 7.2% of statements [2022-05-05T10:01:44.440Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-05T10:01:44.440Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-05-05T10:01:44.440Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-05-05T10:01:44.440Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-05T10:01:44.440Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-05T10:01:44.440Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-05T10:01:44.563Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-05T10:01:45.011Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-05-05T10:01:45.124Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-05T10:01:45.272Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-05-05T10:01:45.391Z] === RUN TestIsCpusetListAvailable [2022-05-05T10:01:45.391Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-05T10:01:45.391Z] PASS [2022-05-05T10:01:45.391Z] coverage: 39.4% of statements [2022-05-05T10:01:45.391Z] ok github.com/docker/docker/pkg/sysinfo 0.046s coverage: 39.4% of statements [2022-05-05T10:01:45.533Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-05T10:01:45.533Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-05T10:01:45.686Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-05T10:01:45.941Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:45.941Z] INFO: Testing against a local daemon [2022-05-05T10:01:45.941Z] === RUN TestVolumesCreateAndList [2022-05-05T10:01:45.941Z] --- PASS: TestVolumesCreateAndList (0.09s) [2022-05-05T10:01:45.941Z] === RUN TestVolumesRemove [2022-05-05T10:01:45.943Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-05T10:01:46.387Z] --- PASS: TestAllocateRandomDeallocate (7.03s) [2022-05-05T10:01:46.387Z] === RUN TestRetrieveFromStore [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesRemove (0.18s) [2022-05-05T10:01:46.400Z] === RUN TestVolumesInspect [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-05T10:01:46.400Z] === RUN TestVolumesInvalidJSON [2022-05-05T10:01:46.400Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T10:01:46.400Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T10:01:46.400Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T10:01:46.400Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T10:01:46.400Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T10:01:46.400Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T10:01:46.400Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T10:01:46.400Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T10:01:46.400Z] PASS [2022-05-05T10:01:46.400Z] ok github.com/docker/docker/integration/volume 0.448s [2022-05-05T10:01:46.400Z] [2022-05-05T10:01:46.400Z] DONE 9 tests in 2.539s [2022-05-05T10:01:46.400Z] INFO: make.ps1 ended at 05/05/2022 10:01:46 [2022-05-05T10:01:46.400Z] INFO: Integration CLI tests being run from the host: [2022-05-05T10:01:46.400Z] 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-05T10:01:46.507Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-05T10:01:46.859Z] === RUN TestChtimes [2022-05-05T10:01:46.859Z] --- PASS: TestChtimes (0.01s) [2022-05-05T10:01:46.859Z] === RUN TestChtimesWindows [2022-05-05T10:01:46.859Z] --- PASS: TestChtimesWindows (0.01s) [2022-05-05T10:01:46.859Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-05T10:01:46.859Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-05T10:01:46.859Z] PASS [2022-05-05T10:01:46.859Z] coverage: 13.0% of statements [2022-05-05T10:01:46.859Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 13.0% of statements [2022-05-05T10:01:47.068Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-05T10:01:47.068Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-05-05T10:01:47.853Z] === RUN TestTailFile [2022-05-05T10:01:47.853Z] --- PASS: TestTailFile (0.00s) [2022-05-05T10:01:47.853Z] === RUN TestTailFileManyLines [2022-05-05T10:01:47.853Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-05T10:01:47.853Z] === RUN TestTailEmptyFile [2022-05-05T10:01:47.853Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-05T10:01:47.853Z] === RUN TestTailNegativeN [2022-05-05T10:01:47.853Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/truncated_last_line [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/no_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.853Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.854Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.854Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:47.855Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.855Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:47.855Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:47.856Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:47.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:47.995Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.329Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.329Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.330Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.330Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-05T10:01:48.331Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T10:01:48.331Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T10:01:48.332Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T10:01:48.333Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.563Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-05T10:01:48.804Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-05T10:01:48.805Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-05T10:01:48.805Z] PASS [2022-05-05T10:01:48.805Z] coverage: 88.6% of statements [2022-05-05T10:01:48.805Z] ok github.com/docker/docker/pkg/tailfile 0.221s coverage: 88.6% of statements [2022-05-05T10:01:48.805Z] time="2022-05-05T10:01:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-05T10:01:48.805Z] --- PASS: TestRetrieveFromStore (2.59s) [2022-05-05T10:01:48.805Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-05T10:01:48.805Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-05T10:01:48.805Z] === RUN TestParallelPredefinedRequest1 [2022-05-05T10:01:48.805Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-05T10:01:48.805Z] === RUN TestParallelPredefinedRequest2 [2022-05-05T10:01:48.805Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-05T10:01:48.805Z] === RUN TestParallelPredefinedRequest3 [2022-05-05T10:01:48.805Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-05T10:01:48.805Z] === RUN TestParallelPredefinedRequest4 [2022-05-05T10:01:48.805Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-05T10:01:48.805Z] === RUN TestParallelPredefinedRequest5 [2022-05-05T10:01:48.805Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-05T10:01:48.805Z] === RUN TestDebug [2022-05-05T10:01:48.805Z] --- PASS: TestDebug (0.00s) [2022-05-05T10:01:48.805Z] === RUN TestRequestPoolParallel [2022-05-05T10:01:49.277Z] --- PASS: TestRequestPoolParallel (0.31s) [2022-05-05T10:01:49.277Z] === RUN TestFullAllocateRelease [2022-05-05T10:01:49.277Z] === RUN TestTarSumRemoveNonExistent [2022-05-05T10:01:49.277Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-05T10:01:49.277Z] === RUN TestTarSumRemove [2022-05-05T10:01:49.277Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestSortFileInfoSums [2022-05-05T10:01:49.277Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestNewTarSumForLabelInvalid [2022-05-05T10:01:49.277Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestNewTarSumForLabel [2022-05-05T10:01:49.277Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestEmptyTar [2022-05-05T10:01:49.277Z] --- PASS: TestEmptyTar (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestTarSumsReadSize [2022-05-05T10:01:49.277Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestTarSums [2022-05-05T10:01:49.277Z] --- PASS: TestTarSums (0.08s) [2022-05-05T10:01:49.277Z] === RUN TestIteration [2022-05-05T10:01:49.277Z] --- PASS: TestIteration (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestVersionLabelForChecksum [2022-05-05T10:01:49.277Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestVersion [2022-05-05T10:01:49.277Z] --- PASS: TestVersion (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestGetVersion [2022-05-05T10:01:49.277Z] --- PASS: TestGetVersion (0.00s) [2022-05-05T10:01:49.277Z] === RUN TestGetVersions [2022-05-05T10:01:49.277Z] --- PASS: TestGetVersions (0.00s) [2022-05-05T10:01:49.277Z] PASS [2022-05-05T10:01:49.277Z] coverage: 89.3% of statements [2022-05-05T10:01:49.277Z] ok github.com/docker/docker/pkg/tarsum 0.146s coverage: 89.3% of statements [2022-05-05T10:01:49.491Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-05T10:01:49.754Z] --- PASS: TestFullAllocateRelease (0.55s) [2022-05-05T10:01:49.754Z] === RUN TestOddAllocateRelease [2022-05-05T10:01:49.754Z] --- PASS: TestOddAllocateRelease (0.30s) [2022-05-05T10:01:49.754Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-05T10:01:50.226Z] === RUN TestTruncIndex [2022-05-05T10:01:50.226Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-05-05T10:01:50.226Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-05T10:01:50.226Z] --- PASS: TestTruncIndex (0.10s) [2022-05-05T10:01:50.226Z] PASS [2022-05-05T10:01:50.226Z] coverage: 91.5% of statements [2022-05-05T10:01:50.226Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2022-05-05T10:01:50.226Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-05T10:01:50.226Z] ok github.com/docker/docker/pkg/truncindex 0.146s coverage: 91.5% of statements [2022-05-05T10:01:50.226Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest1 [2022-05-05T10:01:50.226Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest4 [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest3 [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest5 [2022-05-05T10:01:50.226Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest3 [2022-05-05T10:01:50.226Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:01:50.226Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest4 [2022-05-05T10:01:50.226Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:01:50.226Z] === CONT TestParallelPredefinedRequest2 [2022-05-05T10:01:50.226Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:01:50.226Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-05T10:01:50.226Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-05T10:01:50.226Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-05T10:01:50.226Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-05T10:01:50.226Z] PASS [2022-05-05T10:01:50.226Z] coverage: 85.3% of statements [2022-05-05T10:01:50.226Z] ok github.com/docker/docker/libnetwork/ipam 66.356s coverage: 85.3% of statements [2022-05-05T10:01:50.514Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-05T10:01:50.698Z] === RUN TestVersionInfo [2022-05-05T10:01:50.698Z] --- PASS: TestVersionInfo (0.00s) [2022-05-05T10:01:50.698Z] === RUN TestAppendVersions [2022-05-05T10:01:50.698Z] --- PASS: TestAppendVersions (0.00s) [2022-05-05T10:01:50.698Z] PASS [2022-05-05T10:01:50.698Z] coverage: 88.9% of statements [2022-05-05T10:01:50.698Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2022-05-05T10:01:50.856Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-05T10:01:51.114Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-05T10:01:52.494Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-05-05T10:01:52.751Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-05T10:01:52.932Z] === RUN TestValidatePrivileges [2022-05-05T10:01:52.932Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-05T10:01:52.932Z] === RUN TestFilterByCapNeg [2022-05-05T10:01:52.932Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-05T10:01:52.932Z] === RUN TestFilterByCapPos [2022-05-05T10:01:52.932Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-05T10:01:52.932Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-05T10:01:52.932Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-05T10:01:52.932Z] PASS [2022-05-05T10:01:52.932Z] coverage: 12.2% of statements [2022-05-05T10:01:52.932Z] ok github.com/docker/docker/plugin 0.052s coverage: 12.2% of statements [2022-05-05T10:01:53.926Z] === RUN TestNewSettable [2022-05-05T10:01:53.926Z] --- PASS: TestNewSettable (0.00s) [2022-05-05T10:01:53.926Z] === RUN TestIsSettable [2022-05-05T10:01:53.926Z] --- PASS: TestIsSettable (0.00s) [2022-05-05T10:01:53.926Z] === RUN TestUpdateSettingsEnv [2022-05-05T10:01:53.926Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-05T10:01:53.926Z] PASS [2022-05-05T10:01:53.926Z] coverage: 20.0% of statements [2022-05-05T10:01:53.926Z] ok github.com/docker/docker/plugin/v2 0.045s coverage: 20.0% of statements [2022-05-05T10:01:54.646Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-05T10:01:54.646Z] docker_api_swarm_service_test.go:395: [d769647814f33] joining swarm manager [d71fa2bc4cc85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:01:54.919Z] === RUN TestLoad [2022-05-05T10:01:54.919Z] --- PASS: TestLoad (0.00s) [2022-05-05T10:01:54.919Z] === RUN TestSave [2022-05-05T10:01:54.919Z] --- PASS: TestSave (0.04s) [2022-05-05T10:01:54.919Z] === RUN TestAddDeleteGet [2022-05-05T10:01:54.919Z] --- PASS: TestAddDeleteGet (0.06s) [2022-05-05T10:01:54.919Z] === RUN TestInvalidTags [2022-05-05T10:01:54.919Z] --- PASS: TestInvalidTags (0.01s) [2022-05-05T10:01:54.919Z] PASS [2022-05-05T10:01:54.919Z] coverage: 84.4% of statements [2022-05-05T10:01:54.919Z] ok github.com/docker/docker/reference 0.152s coverage: 84.4% of statements [2022-05-05T10:01:56.012Z] docker_api_swarm_service_test.go:395: [dbe2294acefbf] joining swarm manager [d71fa2bc4cc85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:01:56.269Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-05T10:01:56.269Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-05T10:01:56.495Z] --- PASS: TestGet (15.01s) [2022-05-05T10:01:56.495Z] === RUN TestPluginWithNoManifest [2022-05-05T10:01:56.495Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-05T10:01:56.495Z] === RUN TestGetAll [2022-05-05T10:01:56.495Z] --- PASS: TestGetAll (0.01s) [2022-05-05T10:01:56.495Z] PASS [2022-05-05T10:01:56.495Z] coverage: 73.2% of statements [2022-05-05T10:01:56.495Z] ok github.com/docker/docker/pkg/plugins 35.118s coverage: 73.2% of statements [2022-05-05T10:01:57.490Z] === RUN TestResolveAuthConfigIndexServer [2022-05-05T10:01:57.490Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestResolveAuthConfigFullURL [2022-05-05T10:01:57.490Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-05T10:01:57.490Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestValidateMirror [2022-05-05T10:01:57.490Z] --- PASS: TestValidateMirror (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestLoadInsecureRegistries [2022-05-05T10:01:57.490Z] time="2022-05-05T10:01:56Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-05T10:01:57.490Z] time="2022-05-05T10:01:57Z" 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-05T10:01:57.490Z] time="2022-05-05T10:01:57Z" 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-05T10:01:57.490Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-05-05T10:01:57.490Z] === RUN TestNewServiceConfig [2022-05-05T10:01:57.490Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestValidateIndexName [2022-05-05T10:01:57.490Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestValidateIndexNameWithError [2022-05-05T10:01:57.490Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestEndpointParse [2022-05-05T10:01:57.490Z] --- PASS: TestEndpointParse (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestEndpointParseInvalid [2022-05-05T10:01:57.490Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestValidateEndpoint [2022-05-05T10:01:57.490Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-05T10:01:57.490Z] === RUN TestPing [2022-05-05T10:01:57.490Z] --- PASS: TestPing (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestPingRegistryEndpoint [2022-05-05T10:01:57.490Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:57.490Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestEndpoint [2022-05-05T10:01:57.490Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:57.490Z] --- SKIP: TestEndpoint (0.01s) [2022-05-05T10:01:57.490Z] === RUN TestParseRepositoryInfo [2022-05-05T10:01:57.490Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestNewIndexInfo [2022-05-05T10:01:57.490Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestMirrorEndpointLookup [2022-05-05T10:01:57.490Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:01:57.490Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestSearchRepositories [2022-05-05T10:01:57.490Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-05T10:01:57.490Z] Host: 127.0.0.1:49337 [2022-05-05T10:01:57.490Z] User-Agent: docker test client [2022-05-05T10:01:57.490Z] Authorization: Token fake-token [2022-05-05T10:01:57.490Z] X-Docker-Token: true [2022-05-05T10:01:57.490Z] Accept-Encoding: gzip [2022-05-05T10:01:57.490Z] [2022-05-05T10:01:57.490Z] [2022-05-05T10:01:57.490Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-05T10:01:57.490Z] Connection: close [2022-05-05T10:01:57.490Z] Content-Length: 144 [2022-05-05T10:01:57.490Z] Cache-Control: no-cache [2022-05-05T10:01:57.490Z] Content-Type: application/json [2022-05-05T10:01:57.490Z] Date: Thu, 05 May 2022 10:01:57 GMT [2022-05-05T10:01:57.490Z] Expires: -1 [2022-05-05T10:01:57.490Z] Pragma: no-cache [2022-05-05T10:01:57.490Z] Server: docker-tests/mock [2022-05-05T10:01:57.490Z] X-Docker-Registry-Config: mock [2022-05-05T10:01:57.490Z] X-Docker-Registry-Version: 0.0.0 [2022-05-05T10:01:57.490Z] [2022-05-05T10:01:57.490Z] [2022-05-05T10:01:57.490Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-05T10:01:57.490Z] === RUN TestTrustedLocation [2022-05-05T10:01:57.490Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-05T10:01:57.490Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestAllowNondistributableArtifacts [2022-05-05T10:01:57.490Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-05T10:01:57.490Z] === RUN TestIsSecureIndex [2022-05-05T10:01:57.490Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-05T10:01:57.490Z] PASS [2022-05-05T10:01:57.490Z] coverage: 51.7% of statements [2022-05-05T10:01:57.490Z] ok github.com/docker/docker/registry 0.317s coverage: 51.7% of statements [2022-05-05T10:01:57.761Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-05-05T10:01:57.963Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-05T10:01:57.963Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-05-05T10:01:57.963Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-05T10:01:57.963Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-05T10:01:57.963Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-05T10:01:57.963Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-05T10:01:57.963Z] === RUN TestResumableRequestReaderWithReadError [2022-05-05T10:01:58.436Z] time="2022-05-05T10:01:57Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-05T10:01:58.436Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-05-05T10:01:58.436Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-05T10:01:58.436Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-05T10:01:58.436Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-05T10:01:58.436Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-05T10:01:58.436Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-05T10:01:58.436Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-05T10:01:58.436Z] === RUN TestResumableRequestReader [2022-05-05T10:01:58.436Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-05T10:01:58.436Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-05T10:01:58.436Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-05T10:01:58.436Z] PASS [2022-05-05T10:01:58.436Z] coverage: 100.0% of statements [2022-05-05T10:01:58.436Z] ok github.com/docker/docker/registry/resumable 0.273s coverage: 100.0% of statements [2022-05-05T10:01:58.436Z] === RUN TestRestartManagerTimeout [2022-05-05T10:01:58.436Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-05T10:01:58.436Z] === RUN TestRestartManagerTimeoutReset [2022-05-05T10:01:58.436Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-05T10:01:58.436Z] PASS [2022-05-05T10:01:58.436Z] coverage: 50.9% of statements [2022-05-05T10:01:58.436Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2022-05-05T10:01:58.788Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-05T10:01:58.789Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-05T10:01:58.799Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-05T10:01:58.799Z] INFO: Testing against a local daemon [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-05T10:01:58.799Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-05T10:01:58.799Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-05T10:01:58.799Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-05T10:01:59.257Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-05T10:01:59.351Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-05T10:01:59.430Z] === RUN TestDecodeContainerConfig [2022-05-05T10:01:59.430Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-05T10:01:59.430Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-05T10:01:59.430Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-05T10:01:59.430Z] === RUN TestDecodeContainerConfigIsolation [2022-05-05T10:01:59.430Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-05T10:01:59.430Z] === RUN TestValidatePrivileged [2022-05-05T10:01:59.430Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-05T10:01:59.430Z] PASS [2022-05-05T10:01:59.430Z] coverage: 52.4% of statements [2022-05-05T10:01:59.430Z] ok github.com/docker/docker/runconfig 0.058s coverage: 52.4% of statements [2022-05-05T10:01:59.430Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-05T10:01:59.430Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-05T10:01:59.430Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-05T10:01:59.430Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-05T10:01:59.430Z] PASS [2022-05-05T10:01:59.430Z] coverage: 62.5% of statements [2022-05-05T10:01:59.430Z] ok github.com/docker/docker/testutil 0.048s coverage: 62.5% of statements [2022-05-05T10:01:59.715Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-05T10:02:00.456Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-05T10:02:00.914Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-05T10:02:03.247Z] === RUN TestGetDriver [2022-05-05T10:02:03.248Z] --- PASS: TestGetDriver (0.00s) [2022-05-05T10:02:03.248Z] === RUN TestVolumeRequestError [2022-05-05T10:02:03.248Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-05T10:02:03.248Z] PASS [2022-05-05T10:02:03.248Z] coverage: 36.1% of statements [2022-05-05T10:02:03.248Z] ok github.com/docker/docker/volume/drivers 0.071s coverage: 36.1% of statements [2022-05-05T10:02:03.248Z] === RUN TestGetAddress [2022-05-05T10:02:03.248Z] --- PASS: TestGetAddress (0.00s) [2022-05-05T10:02:03.248Z] === RUN TestRemove [2022-05-05T10:02:03.248Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-05T10:02:03.248Z] --- SKIP: TestRemove (0.00s) [2022-05-05T10:02:03.248Z] === RUN TestInitializeWithVolumes [2022-05-05T10:02:03.248Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-05T10:02:03.248Z] === RUN TestCreate [2022-05-05T10:02:03.248Z] --- PASS: TestCreate (0.01s) [2022-05-05T10:02:03.248Z] === RUN TestValidateName [2022-05-05T10:02:03.248Z] --- PASS: TestValidateName (0.00s) [2022-05-05T10:02:03.248Z] === RUN TestCreateWithOpts [2022-05-05T10:02:03.248Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-05T10:02:03.248Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-05T10:02:03.248Z] === RUN TestRelaodNoOpts [2022-05-05T10:02:03.248Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-05T10:02:03.248Z] PASS [2022-05-05T10:02:03.248Z] coverage: 41.5% of statements [2022-05-05T10:02:03.248Z] ok github.com/docker/docker/volume/local 0.093s coverage: 41.5% of statements [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRaw [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-05T10:02:04.825Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRaw [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-05T10:02:04.825Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestConvertTmpfsOptions [2022-05-05T10:02:04.825Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-05T10:02:04.825Z] linux_parser_test.go:209: data="ro" [2022-05-05T10:02:04.825Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestParseMountSpec [2022-05-05T10:02:04.825Z] parser_test.go:62: case 0 [2022-05-05T10:02:04.825Z] parser_test.go:62: case 1 [2022-05-05T10:02:04.825Z] parser_test.go:62: case 2 [2022-05-05T10:02:04.825Z] parser_test.go:62: case 3 [2022-05-05T10:02:04.825Z] parser_test.go:62: case 4 [2022-05-05T10:02:04.825Z] parser_test.go:62: case 5 [2022-05-05T10:02:04.825Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestValidateMount [2022-05-05T10:02:04.825Z] --- PASS: TestValidateMount (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRaw [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-05T10:02:04.825Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-05T10:02:04.825Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-05T10:02:04.825Z] PASS [2022-05-05T10:02:04.825Z] coverage: 67.6% of statements [2022-05-05T10:02:04.825Z] ok github.com/docker/docker/volume/mounts 0.063s coverage: 67.6% of statements [2022-05-05T10:02:05.430Z] === RUN TestSetGetMeta [2022-05-05T10:02:05.430Z] === PAUSE TestSetGetMeta [2022-05-05T10:02:05.430Z] === RUN TestRestore [2022-05-05T10:02:05.430Z] === PAUSE TestRestore [2022-05-05T10:02:05.430Z] === RUN TestServiceCreate [2022-05-05T10:02:05.430Z] === PAUSE TestServiceCreate [2022-05-05T10:02:05.430Z] === RUN TestServiceList [2022-05-05T10:02:05.430Z] === PAUSE TestServiceList [2022-05-05T10:02:05.430Z] === RUN TestServiceRemove [2022-05-05T10:02:05.430Z] === PAUSE TestServiceRemove [2022-05-05T10:02:05.430Z] === RUN TestServiceGet [2022-05-05T10:02:05.430Z] === PAUSE TestServiceGet [2022-05-05T10:02:05.430Z] === RUN TestServicePrune [2022-05-05T10:02:05.430Z] === PAUSE TestServicePrune [2022-05-05T10:02:05.430Z] === RUN TestCreate [2022-05-05T10:02:05.430Z] === PAUSE TestCreate [2022-05-05T10:02:05.431Z] === RUN TestRemove [2022-05-05T10:02:05.431Z] === PAUSE TestRemove [2022-05-05T10:02:05.431Z] === RUN TestList [2022-05-05T10:02:05.431Z] === PAUSE TestList [2022-05-05T10:02:05.903Z] === RUN TestFindByDriver [2022-05-05T10:02:05.903Z] === PAUSE TestFindByDriver [2022-05-05T10:02:05.903Z] === RUN TestFindByReferenced [2022-05-05T10:02:05.903Z] === PAUSE TestFindByReferenced [2022-05-05T10:02:05.903Z] === RUN TestDerefMultipleOfSameRef [2022-05-05T10:02:05.903Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-05T10:02:05.903Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T10:02:05.903Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T10:02:05.903Z] === RUN TestDefererencePluginOnCreateError [2022-05-05T10:02:05.903Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-05T10:02:05.903Z] === RUN TestRefDerefRemove [2022-05-05T10:02:05.903Z] === PAUSE TestRefDerefRemove [2022-05-05T10:02:05.903Z] === RUN TestGet [2022-05-05T10:02:05.903Z] === PAUSE TestGet [2022-05-05T10:02:05.903Z] === RUN TestGetWithReference [2022-05-05T10:02:05.903Z] === PAUSE TestGetWithReference [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_nil_list [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_empty_list [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_filter_some [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_filter_middle [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-05T10:02:05.903Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-05T10:02:05.903Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_nil_list [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_filter_some [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_empty_list [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-05T10:02:05.903Z] === CONT TestFilterFunc/test_filter_middle [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-05T10:02:05.903Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-05T10:02:05.903Z] === CONT TestSetGetMeta [2022-05-05T10:02:05.903Z] === CONT TestList [2022-05-05T10:02:05.903Z] === CONT TestRemove [2022-05-05T10:02:05.903Z] === CONT TestServiceRemove [2022-05-05T10:02:05.903Z] --- PASS: TestSetGetMeta (0.03s) [2022-05-05T10:02:05.903Z] === CONT TestServiceList [2022-05-05T10:02:05.903Z] --- PASS: TestRemove (0.06s) [2022-05-05T10:02:05.903Z] === CONT TestServiceCreate [2022-05-05T10:02:05.903Z] --- PASS: TestList (0.06s) [2022-05-05T10:02:05.903Z] === CONT TestRestore [2022-05-05T10:02:05.903Z] --- PASS: TestRestore (0.04s) [2022-05-05T10:02:05.903Z] === CONT TestDefererencePluginOnCreateError [2022-05-05T10:02:05.903Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-05T10:02:05.903Z] === CONT TestGetWithReference [2022-05-05T10:02:05.903Z] === CONT TestGet [2022-05-05T10:02:05.903Z] --- PASS: TestGetWithReference (0.04s) [2022-05-05T10:02:05.903Z] --- PASS: TestGet (0.02s) [2022-05-05T10:02:05.903Z] === CONT TestRefDerefRemove [2022-05-05T10:02:05.903Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-05T10:02:05.903Z] === CONT TestServicePrune [2022-05-05T10:02:05.903Z] time="2022-05-05T10:02:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T10:02:05.903Z] --- PASS: TestServiceRemove (0.30s) [2022-05-05T10:02:05.903Z] === CONT TestCreate [2022-05-05T10:02:05.903Z] --- PASS: TestServiceList (0.28s) [2022-05-05T10:02:05.903Z] === CONT TestServiceGet [2022-05-05T10:02:05.903Z] --- PASS: TestServiceCreate (0.25s) [2022-05-05T10:02:05.903Z] === CONT TestDerefMultipleOfSameRef [2022-05-05T10:02:05.903Z] time="2022-05-05T10:02:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T10:02:05.903Z] time="2022-05-05T10:02:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T10:02:05.903Z] --- PASS: TestCreate (0.03s) [2022-05-05T10:02:05.903Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-05T10:02:05.903Z] time="2022-05-05T10:02:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-05T10:02:05.903Z] --- PASS: TestServiceGet (0.03s) [2022-05-05T10:02:05.903Z] === CONT TestFindByReferenced [2022-05-05T10:02:05.903Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-05-05T10:02:05.903Z] === CONT TestFindByDriver [2022-05-05T10:02:05.903Z] time="2022-05-05T10:02:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-05T10:02:05.903Z] --- PASS: TestServicePrune (0.13s) [2022-05-05T10:02:05.903Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-05-05T10:02:05.903Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-05T10:02:05.903Z] --- PASS: TestFindByDriver (0.03s) [2022-05-05T10:02:05.903Z] PASS [2022-05-05T10:02:05.903Z] coverage: 69.0% of statements [2022-05-05T10:02:05.903Z] ok github.com/docker/docker/volume/service 0.430s coverage: 69.0% of statements [2022-05-05T10:02:07.438Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-05T10:02:07.479Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-05T10:02:07.479Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-05T10:02:07.479Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-05T10:02:07.479Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-05T10:02:08.369Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-05T10:02:09.735Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-05T10:02:09.991Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-05T10:02:11.355Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-05-05T10:02:11.611Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-05T10:02:11.611Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-05-05T10:02:11.868Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-05T10:02:11.868Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-05T10:02:11.868Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-05T10:02:12.430Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-05T10:02:12.686Z] ok github.com/docker/docker/libnetwork/ipam 14.485s coverage: 85.3% of statements [2022-05-05T10:02:12.686Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-05T10:02:12.686Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-05T10:02:12.686Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-05T10:02:12.686Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-05T10:02:12.686Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-05T10:02:12.686Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-05T10:02:12.686Z] ok github.com/docker/docker/libnetwork/ipamutils 0.252s coverage: 74.0% of statements [2022-05-05T10:02:12.948Z] ok github.com/docker/docker/libnetwork/iptables 0.161s coverage: 45.1% of statements [2022-05-05T10:02:12.948Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-05T10:02:12.991Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-05T10:02:13.209Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-05-05T10:02:13.918Z] docker_api_swarm_service_test.go:343: [d7dd0ba6158fa] joining swarm manager [dae2f7d21d1a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:02:14.488Z] docker_api_swarm_service_test.go:343: [d3f1320791ca5] joining swarm manager [dae2f7d21d1a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:02:17.011Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-05T10:02:17.268Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-05T10:02:17.945Z] 2022/05/05 10:02:17 Closing DB instances... [2022-05-05T10:02:20.178Z] --- PASS: TestNetworkDBGarbageCollection (54.44s) [2022-05-05T10:02:20.178Z] === RUN TestFindNode [2022-05-05T10:02:20.178Z] 2022/05/05 10:02:19 Closing DB instances... [2022-05-05T10:02:20.178Z] --- PASS: TestFindNode (0.02s) [2022-05-05T10:02:20.178Z] === RUN TestChangeNodeState [2022-05-05T10:02:20.178Z] 2022/05/05 10:02:19 Closing DB instances... [2022-05-05T10:02:20.178Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-05T10:02:20.178Z] === RUN TestNodeReincarnation [2022-05-05T10:02:20.178Z] 2022/05/05 10:02:19 Closing DB instances... [2022-05-05T10:02:22.508Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-05T10:02:22.508Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-05T10:02:22.508Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-05T10:02:23.436Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-05T10:02:24.363Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-05T10:02:24.926Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-05T10:02:25.852Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-05T10:02:26.080Z] time="2022-05-05T10:02:24Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-05T10:02:26.081Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-05T10:02:26.081Z] === RUN TestParallelCreate [2022-05-05T10:02:26.081Z] 2022/05/05 10:02:25 Closing DB instances... [2022-05-05T10:02:26.081Z] --- PASS: TestParallelCreate (0.02s) [2022-05-05T10:02:26.081Z] === RUN TestParallelDelete [2022-05-05T10:02:26.081Z] 2022/05/05 10:02:25 Closing DB instances... [2022-05-05T10:02:26.081Z] --- PASS: TestParallelDelete (0.02s) [2022-05-05T10:02:26.081Z] === RUN TestNetworkDBIslands [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:171f5a8c6f9e with config:&{NodeID:171f5a8c6f9e 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-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:65a4436c5f8d with config:&{NodeID:65a4436c5f8d 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-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-05T10:02:26.081Z] time="2022-05-05T10:02:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-05-05T10:02:26.413Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3f0281182d66 with config:&{NodeID:3f0281182d66 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-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, added to nodes list" [2022-05-05T10:02:26.553Z] time="2022-05-05T10:02:26Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:dd022c3b1b04 with config:&{NodeID:dd022c3b1b04 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-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:6668a1bdcab7 with config:&{NodeID:6668a1bdcab7 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-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 3f0281182d66/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-05T10:02:27.026Z] time="2022-05-05T10:02:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:27.501Z] networkdb_test.go:835: Re-joining: 3 [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=info msg="The new bootstrap node list is:[172.18.211.150:10033 172.18.211.150:10034 172.18.211.150:10035]" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10033" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49369" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10034" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49370" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10035" [2022-05-05T10:02:27.501Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49371" [2022-05-05T10:02:27.973Z] networkdb_test.go:835: Re-joining: 4 [2022-05-05T10:02:27.973Z] time="2022-05-05T10:02:27Z" level=info msg="The new bootstrap node list is:[172.18.211.150:10033 172.18.211.150:10034 172.18.211.150:10035]" [2022-05-05T10:02:27.973Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10033" [2022-05-05T10:02:27.973Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49372" [2022-05-05T10:02:27.973Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10034" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49373" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49374" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10035" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="node 0 leaving" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="Node 171f5a8c6f9e change state NodeActive --> NodeLeft" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="node3(3f0281182d66): Node leave event for 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="Node 171f5a8c6f9e change state NodeActive --> NodeLeft" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="node4(dd022c3b1b04): Node leave event for 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="Node 171f5a8c6f9e change state NodeActive --> NodeLeft" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="node5(6668a1bdcab7): Node leave event for 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="Node 171f5a8c6f9e change state NodeActive --> NodeLeft" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="node2(65a4436c5f8d): Node leave event for 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="Node 171f5a8c6f9e change state NodeActive --> NodeLeft" [2022-05-05T10:02:27.974Z] time="2022-05-05T10:02:27Z" level=info msg="node1(171f5a8c6f9e): Node leave event for 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:28.301Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 171f5a8c6f9e/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="node 1 leaving" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="node4(dd022c3b1b04): Node leave event for 65a4436c5f8d/172.18.211.150" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="node3(3f0281182d66): Node leave event for 65a4436c5f8d/172.18.211.150" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="node5(6668a1bdcab7): Node leave event for 65a4436c5f8d/172.18.211.150" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.446Z] time="2022-05-05T10:02:28Z" level=info msg="node2(65a4436c5f8d): Node leave event for 65a4436c5f8d/172.18.211.150" [2022-05-05T10:02:28.558Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 65a4436c5f8d/172.18.211.150, left gossip cluster" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="node 2 leaving" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 3f0281182d66 change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 3f0281182d66 change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="node5(6668a1bdcab7): Node leave event for 3f0281182d66/172.18.211.150" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="node4(dd022c3b1b04): Node leave event for 3f0281182d66/172.18.211.150" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="Node 3f0281182d66 change state NodeActive --> NodeLeft" [2022-05-05T10:02:28.918Z] time="2022-05-05T10:02:28Z" level=info msg="node3(3f0281182d66): Node leave event for 3f0281182d66/172.18.211.150" [2022-05-05T10:02:29.119Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-05T10:02:29.376Z] === RUN TestDockerSuite/TestLogsSince [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:28Z" level=info msg="Node 3f0281182d66/172.18.211.150, left gossip cluster" [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:28Z" level=info msg="Node 3f0281182d66/172.18.211.150, left gossip cluster" [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:29Z" level=info msg="Node 3f0281182d66/172.18.211.150, left gossip cluster" [2022-05-05T10:02:29.390Z] networkdb_test.go:867: node4: OK [2022-05-05T10:02:29.390Z] networkdb_test.go:867: node5: OK [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:29Z" level=info msg="node 0 coming back" [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:29Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:cd2f23f5eea1 with config:&{NodeID:cd2f23f5eea1 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-05T10:02:29.390Z] time="2022-05-05T10:02:29Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:29Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, added to nodes list" [2022-05-05T10:02:29.390Z] time="2022-05-05T10:02:29Z" level=info msg="node 1 coming back" [2022-05-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1dfcddb0222f with config:&{NodeID:1dfcddb0222f 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-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, added to nodes list" [2022-05-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="node 2 coming back" [2022-05-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:83ad0c4bbce1 with config:&{NodeID:83ad0c4bbce1 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-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:29.391Z] time="2022-05-05T10:02:29Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, added to nodes list" [2022-05-05T10:02:29.863Z] time="2022-05-05T10:02:29Z" level=debug msg="memberlist: Failed ping: 6668a1bdcab7 (timeout reached)" [2022-05-05T10:02:29.863Z] time="2022-05-05T10:02:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.18.211.150:10036: use of closed network connection" [2022-05-05T10:02:29.863Z] time="2022-05-05T10:02:29Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49375" [2022-05-05T10:02:30.305Z] docker_api_swarm_service_test.go:490: [d6c09969a2d60] joining swarm manager [d149a96bace39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:02:30.337Z] time="2022-05-05T10:02:30Z" level=warning msg="memberlist: Was able to connect to 6668a1bdcab7 but other probes failed, network may be misconfigured" [2022-05-05T10:02:31.233Z] docker_api_swarm_service_test.go:490: [da2b2454ff743] joining swarm manager [d149a96bace39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:02:32.569Z] time="2022-05-05T10:02:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.211.150:10033 172.18.211.150:10034 172.18.211.150:10035]" [2022-05-05T10:02:33.042Z] time="2022-05-05T10:02:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.211.150:10033 172.18.211.150:10034 172.18.211.150:10035]" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10033" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49376" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, is the new incarnation of the shutdown node 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10034" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49377" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, is the new incarnation of the shutdown node 65a4436c5f8d/172.18.211.150" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49378" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10035" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node dd022c3b1b04/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node dd022c3b1b04/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, is the new incarnation of the shutdown node 3f0281182d66/172.18.211.150" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, is the new incarnation of the shutdown node 65a4436c5f8d/172.18.211.150" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, is the new incarnation of the shutdown node 171f5a8c6f9e/172.18.211.150" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, is the new incarnation of the shutdown node 3f0281182d66/172.18.211.150" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, joined gossip cluster" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, added to nodes list" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10033" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49379" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10034" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49380" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.211.150:10035" [2022-05-05T10:02:34.036Z] time="2022-05-05T10:02:33Z" level=debug msg="memberlist: Stream connection from=172.18.211.150:49381" [2022-05-05T10:02:34.508Z] 2022/05/05 10:02:34 Closing DB instances... [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="node2(1dfcddb0222f): Node leave event for cd2f23f5eea1/172.18.211.150" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="node3(83ad0c4bbce1): Node leave event for cd2f23f5eea1/172.18.211.150" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="node5(6668a1bdcab7): Node leave event for cd2f23f5eea1/172.18.211.150" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="node1(cd2f23f5eea1): Node leave event for cd2f23f5eea1/172.18.211.150" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.508Z] time="2022-05-05T10:02:34Z" level=info msg="node4(dd022c3b1b04): Node leave event for cd2f23f5eea1/172.18.211.150" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node cd2f23f5eea1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="node5(6668a1bdcab7): Node leave event for 1dfcddb0222f/172.18.211.150" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="node3(83ad0c4bbce1): Node leave event for 1dfcddb0222f/172.18.211.150" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="node4(dd022c3b1b04): Node leave event for 1dfcddb0222f/172.18.211.150" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f change state NodeActive --> NodeLeft" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="node2(1dfcddb0222f): Node leave event for 1dfcddb0222f/172.18.211.150" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, left gossip cluster" [2022-05-05T10:02:34.982Z] time="2022-05-05T10:02:34Z" level=info msg="Node 1dfcddb0222f/172.18.211.150, left gossip cluster" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.18.211.150:10037: use of closed network connection" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="Node 83ad0c4bbce1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="node4(dd022c3b1b04): Node leave event for 83ad0c4bbce1/172.18.211.150" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="Node 83ad0c4bbce1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="node5(6668a1bdcab7): Node leave event for 83ad0c4bbce1/172.18.211.150" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="Node 83ad0c4bbce1 change state NodeActive --> NodeLeft" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="node3(83ad0c4bbce1): Node leave event for 83ad0c4bbce1/172.18.211.150" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:35.454Z] time="2022-05-05T10:02:35Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:35.928Z] time="2022-05-05T10:02:35Z" level=info msg="Node 83ad0c4bbce1/172.18.211.150, left gossip cluster" [2022-05-05T10:02:36.402Z] time="2022-05-05T10:02:35Z" level=info msg="Node dd022c3b1b04 change state NodeActive --> NodeLeft" [2022-05-05T10:02:36.402Z] time="2022-05-05T10:02:35Z" level=info msg="node5(6668a1bdcab7): Node leave event for dd022c3b1b04/172.18.211.150" [2022-05-05T10:02:36.402Z] time="2022-05-05T10:02:35Z" level=info msg="Node dd022c3b1b04 change state NodeActive --> NodeLeft" [2022-05-05T10:02:36.402Z] time="2022-05-05T10:02:35Z" level=info msg="node4(dd022c3b1b04): Node leave event for dd022c3b1b04/172.18.211.150" [2022-05-05T10:02:36.402Z] time="2022-05-05T10:02:36Z" level=info msg="Node dd022c3b1b04/172.18.211.150, left gossip cluster" [2022-05-05T10:02:36.473Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-05T10:02:36.873Z] time="2022-05-05T10:02:36Z" level=info msg="Node dd022c3b1b04/172.18.211.150, left gossip cluster" [2022-05-05T10:02:37.346Z] time="2022-05-05T10:02:36Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, left gossip cluster" [2022-05-05T10:02:37.346Z] time="2022-05-05T10:02:36Z" level=info msg="Node 6668a1bdcab7 change state NodeActive --> NodeFailed" [2022-05-05T10:02:37.346Z] time="2022-05-05T10:02:36Z" level=info msg="Node 6668a1bdcab7/172.18.211.150, added to failed nodes list" [2022-05-05T10:02:37.346Z] --- PASS: TestNetworkDBIslands (11.88s) [2022-05-05T10:02:37.346Z] PASS [2022-05-05T10:02:37.346Z] coverage: 60.2% of statements [2022-05-05T10:02:37.346Z] ok github.com/docker/docker/libnetwork/networkdb 104.601s coverage: 60.2% of statements [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/quota [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/rootless [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/volume [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-05T10:02:37.347Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === Skipped [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-05T10:02:41.166Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-05T10:02:41.166Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-05-05T10:02:41.166Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-05-05T10:02:41.166Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-05T10:02:41.166Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-05-05T10:02:41.166Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-05T10:02:41.166Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-05T10:02:41.166Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-05T10:02:41.166Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-05T10:02:41.166Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-05T10:02:41.166Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-05T10:02:41.166Z] daemon_test.go:145: root required [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-05T10:02:41.166Z] reload_test.go:342: root required [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-05-05T10:02:41.166Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-05T10:02:41.166Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-05T10:02:41.166Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-05T10:02:41.166Z] download_test.go:267: Needs fixing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-05T10:02:41.166Z] layer_test.go:291: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-05T10:02:41.166Z] layer_test.go:340: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-05T10:02:41.166Z] layer_test.go:455: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-05T10:02:41.166Z] layer_test.go:684: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-05T10:02:41.166Z] migration_test.go:45: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-05T10:02:41.166Z] migration_test.go:181: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-05T10:02:41.166Z] mount_test.go:17: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-05T10:02:41.166Z] mount_test.go:76: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-05T10:02:41.166Z] mount_test.go:125: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-05T10:02:41.166Z] mount_test.go:212: Failing on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-05-05T10:02:41.166Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-05-05T10:02:41.166Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-05T10:02:41.166Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-05T10:02:41.166Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-05T10:02:41.166Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-05T10:02:41.166Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-05T10:02:41.166Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-05T10:02:41.166Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-05T10:02:41.166Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-05T10:02:41.166Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-05T10:02:41.166Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-05T10:02:41.166Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-05T10:02:41.166Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-05T10:02:41.166Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-05T10:02:41.166Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-05T10:02:41.166Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-05T10:02:41.166Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:133: Xz not present in msys2 [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-05-05T10:02:41.166Z] archive_test.go:140: zstd not installed [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:252: Failing on Windows CI machines [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-05T10:02:41.166Z] archive_windows_test.go:16: Currently fails [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-05T10:02:41.166Z] changes_test.go:196: needs more investigation [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-05T10:02:41.166Z] changes_test.go:433: needs further investigation [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-05T10:02:41.166Z] changes_test.go:469: needs further investigation [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.01s) [2022-05-05T10:02:41.166Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-05T10:02:41.166Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-05T10:02:41.166Z] poller_test.go:40: No chmod on Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-05T10:02:41.166Z] fileutils_test.go:133: Needs porting to Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-05T10:02:41.166Z] fileutils_test.go:179: Needs porting to Windows [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-05T10:02:41.166Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-05-05T10:02:41.166Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-05T10:02:41.166Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-05T10:02:41.166Z] [2022-05-05T10:02:41.166Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-05T10:02:41.167Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-05T10:02:41.167Z] [2022-05-05T10:02:41.167Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-05T10:02:41.167Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-05T10:02:41.167Z] [2022-05-05T10:02:41.167Z] DONE 2287 tests, 68 skipped in 320.451s [2022-05-05T10:02:41.167Z] INFO: make.ps1 ended at 05/05/2022 10:02:40 [2022-05-05T10:02:41.723Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-05T10:02:41.979Z] === RUN TestDockerSuite/TestLogsTail [2022-05-05T10:02:42.541Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-05T10:02:42.744Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-05T10:02:42.744Z] INFO: Unit tests ended at 05/05/2022 10:02:42. Duration:00:05:42.1484429 [2022-05-05T10:02:42.744Z] INFO: Building busybox [2022-05-05T10:02:43.103Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-05T10:02:43.103Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-05-05T10:02:43.216Z] Sending build context to Docker daemon 5.12kB [2022-05-05T10:02:43.216Z] [2022-05-05T10:02:43.216Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-05T10:02:43.216Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-05T10:02:43.216Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-05T10:02:43.216Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-05T10:02:43.216Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-05T10:02:43.216Z] ---> e8870c5c3ab2 [2022-05-05T10:02:43.216Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-05T10:02:43.216Z] ---> Running in a386d27a2e15 [2022-05-05T10:02:43.669Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-05T10:02:43.925Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-05T10:02:44.490Z] === RUN TestDockerSuite/TestNetHostname [2022-05-05T10:02:46.383Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-05T10:02:46.639Z] === RUN TestDockerSuite/TestNetworkEvents [2022-05-05T10:02:49.905Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-05-05T10:02:51.269Z] docker_api_swarm_service_test.go:128: [d2b71f92e1644] joining swarm manager [d96bc291146ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:02:52.195Z] docker_api_swarm_service_test.go:129: [df98beaac0864] joining swarm manager [d96bc291146ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:02:52.451Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-05T10:02:54.341Z] docker_api_swarm_service_test.go:137: [d67d410c6102e] joining swarm manager [d96bc291146ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-05T10:02:54.341Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-05T10:02:54.904Z] === RUN TestDockerSuite/TestPluginActive [2022-05-05T10:02:55.160Z] docker_api_swarm_service_test.go:138: [d4b9649af0db1] joining swarm manager [d96bc291146ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-05T10:02:57.049Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-05T10:03:03.599Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-05T10:03:03.599Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-05T10:03:03.599Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-05T10:03:03.854Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-05T10:03:04.550Z] Removing intermediate container a386d27a2e15 [2022-05-05T10:03:04.550Z] ---> db23fc6268d4 [2022-05-05T10:03:04.550Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-05T10:03:04.550Z] ---> Running in 37d66d5d5c86 [2022-05-05T10:03:05.023Z] Removing intermediate container 37d66d5d5c86 [2022-05-05T10:03:05.023Z] ---> a8acd8c3e8cf [2022-05-05T10:03:05.023Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-05T10:03:05.023Z] ---> Running in b9dbd385f390 [2022-05-05T10:03:05.496Z] Removing intermediate container b9dbd385f390 [2022-05-05T10:03:05.496Z] ---> 8a9d531fa42e [2022-05-05T10:03:05.496Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-05T10:03:07.072Z] [2022-05-05T10:03:07.121Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-05T10:03:07.544Z] ---> 90407e5eaab1 [2022-05-05T10:03:07.544Z] 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-05T10:03:07.544Z] ---> Running in 8ca2d8341acd [2022-05-05T10:03:08.488Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-05T10:03:11.000Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-05T10:03:16.245Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-05T10:03:17.172Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-05T10:03:17.735Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-05-05T10:03:17.991Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-05T10:03:18.917Z] === RUN TestDockerSuite/TestPortList [2022-05-05T10:03:20.283Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-05-05T10:03:22.802Z] docker_api_swarm_service_test.go:304: [d57036eb52401] joining swarm manager [d182de6b76bde]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:03:23.374Z] docker_api_swarm_service_test.go:304: [d9b223b95458b] joining swarm manager [d182de6b76bde]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:03:27.545Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-05T10:03:27.801Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-05T10:03:32.000Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-05T10:03:32.000Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-05T10:03:32.000Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-05T10:03:32.000Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-05T10:03:32.000Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-05T10:03:32.000Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-05T10:03:32.000Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-05T10:03:32.000Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-05T10:03:32.457Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-05T10:03:32.457Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-05T10:03:32.457Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-05T10:03:32.457Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-05T10:03:32.457Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-05T10:03:32.457Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-05T10:03:32.922Z] Removing intermediate container 8ca2d8341acd [2022-05-05T10:03:32.922Z] ---> c078ea29a9d3 [2022-05-05T10:03:32.922Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-05T10:03:32.922Z] ---> Running in 1d88f466cc48 [2022-05-05T10:03:33.395Z] [2022-05-05T10:03:33.395Z] SUCCESS: Specified value was saved. [2022-05-05T10:03:33.423Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-05T10:03:34.335Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-05T10:03:34.335Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-05T10:03:34.336Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-05T10:03:34.592Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-05T10:03:34.592Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-05T10:03:35.154Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-05T10:03:35.154Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-05T10:03:35.410Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-05T10:03:35.665Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-05T10:03:36.368Z] Removing intermediate container 1d88f466cc48 [2022-05-05T10:03:36.368Z] ---> 3d81594dccf8 [2022-05-05T10:03:36.368Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-05T10:03:36.368Z] ---> Running in f677e737e442 [2022-05-05T10:03:36.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-05T10:03:36.591Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-05-05T10:03:37.146Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-05T10:03:38.484Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-05-05T10:03:38.681Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-05T10:03:38.681Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-05T10:03:38.681Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-05T10:03:38.681Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-05T10:03:38.681Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-05T10:03:38.681Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-05T10:03:39.413Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-05-05T10:03:39.670Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-05-05T10:03:39.926Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-05T10:03:41.816Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-05T10:03:42.140Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-05T10:03:42.140Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-05T10:03:42.140Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-05T10:03:42.140Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-05T10:03:42.140Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-05T10:03:42.140Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-05T10:03:42.140Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-05T10:03:42.140Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-05T10:03:42.140Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-05T10:03:42.140Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-05T10:03:42.140Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-05T10:03:42.140Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-05T10:03:42.140Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-05T10:03:42.140Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-05T10:03:42.140Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-05T10:03:42.140Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-05T10:03:42.140Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-05T10:03:42.377Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-05T10:03:42.413Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-05T10:03:42.938Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-05-05T10:03:43.143Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-05T10:03:43.143Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-05T10:03:43.143Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-05T10:03:43.143Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-05T10:03:43.143Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-05T10:03:43.568Z] Cannot create a file when that file already exists. [2022-05-05T10:03:44.830Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-05T10:03:45.393Z] docker_api_swarm_service_test.go:100: [d38235b7af18b] joining swarm manager [d838bc9069e51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:03:46.356Z] docker_api_swarm_service_test.go:101: [db8995c192603] joining swarm manager [d838bc9069e51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:03:48.873Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-05T10:03:48.874Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-05T10:03:49.471Z] Removing intermediate container f677e737e442 [2022-05-05T10:03:49.471Z] ---> 01abdd921958 [2022-05-05T10:03:49.471Z] Step 13/13 : CMD ["sh"] [2022-05-05T10:03:49.471Z] ---> Running in 45e5b0e51962 [2022-05-05T10:03:49.471Z] Removing intermediate container 45e5b0e51962 [2022-05-05T10:03:49.471Z] ---> ee06b61dbf3d [2022-05-05T10:03:49.471Z] Successfully built ee06b61dbf3d [2022-05-05T10:03:49.471Z] Successfully tagged busybox:latest [2022-05-05T10:03:49.471Z] INFO: Docker images of the daemon under test [2022-05-05T10:03:49.471Z] [2022-05-05T10:03:49.471Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-05T10:03:49.471Z] busybox latest ee06b61dbf3d Less than a second ago 5.78GB [2022-05-05T10:03:49.471Z] microsoft/windowsservercore latest e8870c5c3ab2 4 weeks ago 5.76GB [2022-05-05T10:03:49.471Z] mcr.microsoft.com/windows/servercore ltsc2019 e8870c5c3ab2 4 weeks ago 5.76GB [2022-05-05T10:03:49.471Z] [2022-05-05T10:03:49.471Z] INFO: Running integration tests at 05/05/2022 10:03:49... [2022-05-05T10:03:49.471Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-05T10:03:49.471Z] INFO: Integration API tests being run from the host: [2022-05-05T10:03:49.471Z] INFO: make.ps1 starting at 05/05/2022 10:03:49 [2022-05-05T10:03:51.051Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-05T10:03:51.725Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-05T10:03:52.141Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-05T10:03:57.254Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-05T10:03:58.673Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-05T10:03:59.602Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-05T10:04:00.968Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-05T10:04:00.984Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-05T10:04:02.335Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-05T10:04:02.517Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-05T10:04:02.517Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-05T10:04:02.517Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-05T10:04:03.704Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-05T10:04:04.633Z] check_test.go:378: [d38235b7af18b] daemon is not started [2022-05-05T10:04:04.693Z] ok github.com/docker/docker/libnetwork/networkdb 104.329s coverage: 60.0% of statements [2022-05-05T10:04:04.693Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-05T10:04:04.693Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-05T10:04:04.693Z] ok github.com/docker/docker/libnetwork/osl 4.293s coverage: 39.7% of statements [2022-05-05T10:04:04.693Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-05T10:04:04.693Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-05T10:04:05.264Z] ok github.com/docker/docker/libnetwork/portmapper 0.229s coverage: 48.6% of statements [2022-05-05T10:04:05.525Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-05-05T10:04:05.525Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-05T10:04:05.561Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-05T10:04:05.792Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === Skipped [2022-05-05T10:04:05.792Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-05T10:04:05.792Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-05T10:04:05.792Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-05T10:04:05.792Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-05T10:04:05.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-05T10:04:05.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-05T10:04:05.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-05T10:04:05.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-05T10:04:05.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-05T10:04:05.792Z] firewalld_test.go:14: firewalld is not running [2022-05-05T10:04:05.792Z] [2022-05-05T10:04:05.792Z] DONE 326 tests, 9 skipped in 200.432s [2022-05-05T10:04:06.244Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache Post stage [Pipeline] junit [2022-05-05T10:04:06.382Z] Recording test results [2022-05-05T10:04:06.724Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-05-05T10:04:06.929Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-05T10:04:07.072Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43563/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d6115b8f407d8975534988ead723c1da5ce022b1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d6115b8f407d8975534988ead723c1da5ce022b1 hack/validate/vendor [2022-05-05T10:04:07.644Z] No vendor changes in diff. [2022-05-05T10:04:07.777Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-05T10:04:07.858Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-05T10:04:07.906Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-05-05T10:04:08.115Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-05T10:04:08.492Z] + echo Ensuring container killed. [2022-05-05T10:04:08.492Z] Ensuring container killed. [2022-05-05T10:04:08.492Z] + docker rm -vf docker-pr3 [2022-05-05T10:04:08.492Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-05T10:04:08.684Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-05T10:04:08.780Z] + echo Chowning /workspace to jenkins user [2022-05-05T10:04:08.780Z] Chowning /workspace to jenkins user [2022-05-05T10:04:08.780Z] + id -u [2022-05-05T10:04:08.780Z] + id -g [2022-05-05T10:04:08.780Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/workspace busybox chown -R 1000:1000 /workspace [2022-05-05T10:04:10.049Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-05-05T10:04:10.049Z] === RUN TestDockerSuite/TestPsShowMounts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-05T10:04:10.459Z] + bundleName=unit [2022-05-05T10:04:10.459Z] + echo Creating unit-bundles.tar.gz [2022-05-05T10:04:10.459Z] Creating unit-bundles.tar.gz [2022-05-05T10:04:10.459Z] + 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-05T10:04:10.459Z] bundles/junit-report-libnetwork.xml [2022-05-05T10:04:10.459Z] bundles/junit-report.xml [2022-05-05T10:04:10.459Z] bundles/go-test-report-libnetwork.json [2022-05-05T10:04:10.459Z] bundles/go-test-report.json [2022-05-05T10:04:10.459Z] bundles/profile-libnetwork.out [2022-05-05T10:04:10.459Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-05-05T10:04:10.475Z] Archiving artifacts [2022-05-05T10:04:10.909Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T10:04:11.221Z] + make clean [2022-05-05T10:04:11.221Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T10:04:11.221Z] docker-dev-cache [2022-05-05T10:04:11.221Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T10:04:11.939Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-05T10:04:11.939Z] docker_api_swarm_service_test.go:533: [dd445261e99d4] joining swarm manager [d9ee4500ecf99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:04:12.500Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-05T10:04:12.500Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-05T10:04:12.500Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-05T10:04:12.757Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-05T10:04:12.757Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-05T10:04:12.757Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-05T10:04:13.319Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-05T10:04:13.319Z] docker_api_swarm_service_test.go:534: [da14b93ad06d2] joining swarm manager [d9ee4500ecf99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:04:13.559Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-05T10:04:13.559Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-05T10:04:13.559Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-05T10:04:13.559Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-05T10:04:13.559Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-05T10:04:13.559Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-05T10:04:13.559Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-05T10:04:13.559Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-05T10:04:13.559Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-05T10:04:14.018Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-05T10:04:14.246Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-05T10:04:15.614Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-05T10:04:16.544Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-05T10:04:24.633Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-05T10:04:24.633Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-05T10:04:25.560Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-05T10:04:25.560Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-05T10:04:25.560Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-05T10:04:25.816Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-05T10:04:27.705Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-05T10:04:28.632Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-05T10:04:30.521Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-05T10:04:31.894Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-05T10:04:31.894Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-05T10:04:31.894Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-05T10:04:34.408Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-05T10:04:34.664Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-05T10:04:34.919Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-05T10:04:36.284Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-05T10:04:36.845Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-05T10:04:36.845Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-05-05T10:04:38.212Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-05T10:04:38.774Z] === RUN TestDockerSuite/TestRmiTag [2022-05-05T10:04:39.031Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-05T10:04:39.031Z] docker_api_swarm_service_test.go:148: [d5d43faf3b309] joining swarm manager [d871527734b37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:04:39.593Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-05T10:04:40.154Z] docker_api_swarm_service_test.go:148: [dd9402bce32b9] joining swarm manager [d871527734b37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:04:42.067Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:04:42.067Z] INFO: Testing against a local daemon [2022-05-05T10:04:42.067Z] === RUN TestBuildWithSession [2022-05-05T10:04:42.067Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T10:04:42.067Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-05T10:04:42.067Z] === RUN TestBuildSquashParent [2022-05-05T10:04:42.067Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:04:42.067Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T10:04:42.067Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T10:04:42.067Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T10:04:42.067Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T10:04:42.067Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T10:04:42.067Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T10:04:42.067Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T10:04:42.067Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T10:04:42.067Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-05T10:04:42.067Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-05T10:04:42.067Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-05T10:04:42.067Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-05T10:04:43.424Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-05T10:04:43.424Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-05T10:04:44.352Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-05T10:04:44.608Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-05T10:04:45.537Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-05T10:04:46.099Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-05T10:04:46.099Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-05T10:04:46.662Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-05T10:04:46.662Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-05T10:04:47.224Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-05T10:04:48.151Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-05T10:04:48.712Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-05T10:04:49.288Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-05T10:04:49.862Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-05-05T10:04:50.830Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-05T10:04:50.830Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-05T10:04:51.226Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-05T10:04:51.789Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-05-05T10:04:52.351Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-05-05T10:04:52.912Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-05-05T10:04:53.839Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-05-05T10:04:54.097Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-05-05T10:04:54.658Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-05T10:04:55.221Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-05-05T10:04:56.149Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-05T10:04:56.534Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-05T10:04:56.534Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-05T10:04:56.534Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-05T10:04:56.534Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-05T10:04:56.534Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-05T10:04:56.711Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-05T10:04:56.967Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-05T10:04:57.529Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-05T10:04:57.529Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-05T10:04:59.423Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-05T10:04:59.985Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-05T10:05:00.241Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-05T10:05:00.802Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-05T10:05:01.364Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-05T10:05:01.364Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-05T10:05:01.620Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-05T10:05:02.182Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-05T10:05:02.743Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-05T10:05:02.999Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-05T10:05:03.561Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-05T10:05:03.561Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-05T10:05:03.817Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-05T10:05:04.073Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-05T10:05:05.001Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (14.67s) [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.81s) [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.19s) [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.40s) [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.45s) [2022-05-05T10:05:05.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.56s) [2022-05-05T10:05:05.891Z] === RUN TestBuildMultiStageCopy [2022-05-05T10:05:05.891Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-05T10:05:05.953Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-05T10:05:06.209Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-05T10:05:06.770Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-05T10:05:06.770Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-05T10:05:07.333Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-05T10:05:08.260Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-05T10:05:09.187Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-05T10:05:10.114Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-05T10:05:10.370Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-05T10:05:10.933Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-05T10:05:11.495Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-05T10:05:11.751Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-05T10:05:12.312Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-05T10:05:13.246Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-05T10:05:14.197Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-05T10:05:14.197Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-05T10:05:14.197Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-05T10:05:14.197Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-05T10:05:14.595Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-05T10:05:15.589Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-05T10:05:15.761Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-05T10:05:15.761Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-05T10:05:15.761Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-05T10:05:16.322Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-05-05T10:05:16.582Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-05T10:05:17.250Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-05T10:05:18.159Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-05T10:05:19.143Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-05T10:05:19.738Z] --- PASS: TestBuildMultiStageCopy (15.08s) [2022-05-05T10:05:19.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.06s) [2022-05-05T10:05:19.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.98s) [2022-05-05T10:05:19.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.15s) [2022-05-05T10:05:19.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.36s) [2022-05-05T10:05:19.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.53s) [2022-05-05T10:05:19.738Z] === RUN TestBuildMultiStageParentConfig [2022-05-05T10:05:21.033Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-05T10:05:21.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-05T10:05:21.276Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-05T10:05:22.709Z] --- PASS: TestBuildMultiStageParentConfig (3.19s) [2022-05-05T10:05:22.709Z] === RUN TestBuildLabelWithTargets [2022-05-05T10:05:22.709Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:05:22.709Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-05T10:05:22.709Z] === RUN TestBuildWithEmptyLayers [2022-05-05T10:05:22.808Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-05T10:05:22.927Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-05T10:05:22.927Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-05T10:05:22.927Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-05T10:05:22.927Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-05T10:05:22.927Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-05T10:05:23.190Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-05T10:05:24.285Z] --- PASS: TestBuildWithEmptyLayers (1.53s) [2022-05-05T10:05:24.285Z] === RUN TestBuildMultiStageOnBuild [2022-05-05T10:05:24.563Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-05T10:05:25.491Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-05T10:05:26.863Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-05T10:05:27.424Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-05T10:05:28.354Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-05T10:05:28.587Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-05T10:05:28.916Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-05-05T10:05:28.916Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-05T10:05:28.916Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-05T10:05:29.478Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-05-05T10:05:30.410Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-05T10:05:30.666Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-05T10:05:30.922Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-05T10:05:31.484Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-05T10:05:32.048Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-05-05T10:05:32.610Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-05T10:05:32.610Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-05T10:05:32.968Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-05T10:05:32.968Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-05T10:05:32.968Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-05T10:05:33.175Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-05T10:05:33.738Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-05T10:05:34.500Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-05T10:05:34.501Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-05T10:05:34.668Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-05T10:05:34.924Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-05T10:05:35.486Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-05T10:05:36.415Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-05T10:05:36.673Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-05T10:05:37.234Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-05T10:05:37.234Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-05T10:05:37.796Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-05T10:05:38.358Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-05T10:05:38.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-05T10:05:39.193Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-05T10:05:39.287Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-05T10:05:39.854Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:05:39.854Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-05T10:05:39.854Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-05T10:05:40.159Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-05T10:05:40.159Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-05T10:05:40.616Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-05T10:05:40.616Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-05T10:05:40.616Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-05T10:05:40.616Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-05T10:05:40.616Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-05T10:05:40.616Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-05T10:05:41.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-05-05T10:05:42.149Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-05T10:05:42.150Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-05T10:05:43.081Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-05T10:05:45.568Z] --- PASS: TestBuildMultiStageOnBuild (19.03s) [2022-05-05T10:05:45.568Z] === RUN TestBuildUncleanTarFilenames [2022-05-05T10:05:45.568Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:05:45.568Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-05T10:05:45.568Z] === RUN TestBuildMultiStageLayerLeak [2022-05-05T10:05:45.600Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-05-05T10:05:45.878Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-05T10:05:47.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-05T10:05:47.448Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-05T10:05:47.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-05T10:05:48.055Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-05T10:05:48.055Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-05T10:05:48.055Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-05T10:05:48.055Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-05T10:05:48.055Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-05T10:05:48.055Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-05T10:05:48.113Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-05-05T10:05:50.626Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-05-05T10:05:51.808Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-05T10:05:53.142Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-05-05T10:05:53.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-05T10:05:53.232Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-05T10:05:53.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-05T10:05:53.232Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-05T10:05:53.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-05T10:05:54.507Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-05-05T10:05:55.071Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-05T10:05:55.633Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-05-05T10:05:56.196Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-05-05T10:05:56.196Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-05-05T10:05:56.196Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-05T10:05:56.196Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-05T10:05:56.758Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-05T10:05:58.125Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-05-05T10:05:59.068Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-05T10:06:00.012Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-05T10:06:00.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-05T10:06:00.465Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-05T10:06:00.550Z] --- PASS: TestBuildMultiStageLayerLeak (16.97s) [2022-05-05T10:06:00.550Z] === RUN TestBuildWithHugeFile [2022-05-05T10:06:00.922Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-05T10:06:01.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-05T10:06:01.380Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-05T10:06:01.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-05T10:06:01.380Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-05T10:06:01.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-05T10:06:01.519Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-05T10:06:02.445Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-05-05T10:06:05.710Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-05-05T10:06:07.074Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-05T10:06:07.636Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-05T10:06:08.197Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-05T10:06:09.125Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-05T10:06:09.125Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-05T10:06:09.125Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-05T10:06:09.657Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-05T10:06:10.052Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-05T10:06:10.980Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-05T10:06:11.908Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-05T10:06:11.908Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-05T10:06:11.908Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-05T10:06:12.834Z] === RUN TestDockerSuite/TestRunMount [2022-05-05T10:06:14.350Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-05T10:06:15.321Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-05T10:06:15.321Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-05T10:06:15.321Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-05T10:06:17.004Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-05T10:06:17.004Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-05T10:06:17.566Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-05T10:06:18.495Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-05T10:06:19.057Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-05T10:06:19.884Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-05T10:06:21.232Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-05T10:06:21.777Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-05T10:06:23.142Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-05T10:06:24.510Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-05T10:06:25.876Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-05T10:06:26.810Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-05T10:06:26.810Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-05T10:06:27.067Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-05T10:06:27.993Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-05T10:06:28.411Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-05T10:06:28.475Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-05T10:06:28.475Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-05T10:06:28.475Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-05T10:06:28.475Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-05T10:06:28.475Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-05T10:06:28.475Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-05T10:06:28.475Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-05T10:06:28.475Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-05T10:06:28.475Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-05T10:06:28.476Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-05T10:06:28.667Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-05T10:06:30.034Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-05-05T10:06:30.596Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-05T10:06:31.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-05T10:06:32.490Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-05T10:06:32.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-05T10:06:32.864Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-05T10:06:33.829Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-05T10:06:33.829Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:06:34.286Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-05T10:06:35.757Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-05T10:06:35.819Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-05T10:06:35.819Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-05T10:06:35.819Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-05T10:06:36.018Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-05T10:06:36.018Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-05-05T10:06:36.580Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-05T10:06:36.580Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-05T10:06:37.144Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-05T10:06:37.728Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-05T10:06:37.728Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-05T10:06:38.656Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-05T10:06:38.912Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-05-05T10:06:40.499Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-05T10:06:42.177Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-05-05T10:06:42.672Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-05T10:06:42.672Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-05T10:06:42.672Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-05T10:06:42.672Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-05T10:06:42.672Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-05T10:06:44.065Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-05-05T10:06:44.065Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-05T10:06:44.065Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-05T10:06:44.202Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-05T10:06:44.630Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-05-05T10:06:44.887Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-05-05T10:06:45.167Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-05T10:06:45.449Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-05T10:06:45.625Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-05T10:06:46.376Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-05T10:06:46.589Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-05T10:06:47.047Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-05T10:06:47.304Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-05-05T10:06:47.304Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-05-05T10:06:47.866Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-05-05T10:06:47.866Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-05T10:06:48.429Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-05T10:06:48.992Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-05T10:06:49.555Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-05T10:06:50.484Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:06:50.484Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-05T10:06:50.484Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-05T10:06:50.484Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-05-05T10:06:51.046Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-05T10:06:51.612Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-05T10:06:51.612Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-05T10:06:51.612Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-05T10:06:51.868Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-05-05T10:06:52.828Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-05T10:06:53.233Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-05T10:06:53.233Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-05T10:06:53.233Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-05T10:06:53.489Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-05-05T10:06:55.005Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-05T10:06:55.005Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-05T10:06:55.005Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-05T10:06:56.027Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-05T10:06:56.284Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-05-05T10:06:56.537Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-05T10:06:56.537Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-05T10:06:56.537Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-05T10:06:56.996Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-05T10:06:57.212Z] === RUN TestDockerSuite/TestRunRm [2022-05-05T10:06:57.468Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-05T10:06:59.168Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-05T10:06:59.361Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-05-05T10:07:00.134Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-05T10:07:01.100Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-05T10:07:01.100Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-05T10:07:01.100Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-05T10:07:01.251Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-05T10:07:01.507Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-05-05T10:07:01.763Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-05T10:07:02.020Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-05-05T10:07:02.066Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-05T10:07:02.523Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-05T10:07:02.523Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-05T10:07:02.523Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-05T10:07:02.523Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-05T10:07:02.523Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-05T10:07:03.912Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-05-05T10:07:04.169Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-05-05T10:07:04.425Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-05-05T10:07:07.695Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-05-05T10:07:07.695Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-05-05T10:07:09.583Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-05T10:07:10.963Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-05-05T10:07:11.013Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-05T10:07:11.014Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-05T10:07:11.014Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-05T10:07:11.014Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-05T10:07:11.014Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-05T10:07:11.219Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-05-05T10:07:11.475Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-05-05T10:07:12.037Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-05-05T10:07:12.600Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-05-05T10:07:12.857Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-05-05T10:07:13.421Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-05-05T10:07:13.676Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-05-05T10:07:13.932Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-05T10:07:14.501Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-05T10:07:15.066Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-05T10:07:18.332Z] === RUN TestDockerSuite/TestRunState [2022-05-05T10:07:18.896Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-05T10:07:18.896Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-05-05T10:07:19.457Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-05T10:07:20.017Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-05T10:07:20.017Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-05-05T10:07:20.017Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-05T10:07:20.017Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-05T10:07:20.581Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-05T10:07:21.510Z] === RUN TestDockerSuite/TestRunSysctls [2022-05-05T10:07:22.442Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-05-05T10:07:22.442Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-05T10:07:22.698Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-05T10:07:22.698Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-05T10:07:22.955Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-05-05T10:07:24.847Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-05-05T10:07:25.411Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-05-05T10:07:25.411Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-05-05T10:07:26.778Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-05-05T10:07:28.668Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-05-05T10:07:29.596Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-05T10:07:31.487Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-05-05T10:07:32.853Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-05T10:07:33.110Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-05T10:07:33.707Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-05T10:07:34.270Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-05T10:07:35.636Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-05T10:07:36.140Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-05T10:07:36.140Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-05T10:07:36.140Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-05T10:07:36.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-05T10:07:37.003Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-05-05T10:07:37.003Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-05T10:07:37.567Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-05T10:07:37.567Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-05T10:07:37.823Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-05T10:07:38.079Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-05T10:07:39.009Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-05T10:07:39.265Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-05-05T10:07:39.265Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-05T10:07:39.265Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-05T10:07:39.520Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-05T10:07:39.778Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-05-05T10:07:40.034Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-05T10:07:43.303Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-05-05T10:07:43.559Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-05T10:07:44.121Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-05T10:07:44.704Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-05T10:07:44.704Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-05T10:07:45.050Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-05T10:07:45.249Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-05T10:07:45.979Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-05-05T10:07:46.216Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-05T10:07:46.238Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-05T10:07:46.674Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-05T10:07:46.912Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-05T10:07:48.283Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-05T10:07:48.539Z] docker_cli_service_logs_test.go:246: checking task 091sil73zjgq [2022-05-05T10:07:48.539Z] docker_cli_service_logs_test.go:251: checking messages for 091sil73zjgq [2022-05-05T10:07:48.539Z] docker_cli_service_logs_test.go:246: checking task zryvsl827ukh [2022-05-05T10:07:48.795Z] docker_cli_service_logs_test.go:251: checking messages for zryvsl827ukh [2022-05-05T10:07:49.356Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-05-05T10:07:49.919Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-05T10:07:52.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-05T10:07:52.439Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-05T10:07:52.439Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-05-05T10:07:52.455Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-05T10:07:52.455Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-05T10:07:52.695Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-05T10:07:52.695Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-05T10:07:52.695Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-05T10:07:52.695Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-05T10:07:52.695Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-05T10:07:52.695Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-05T10:07:52.695Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-05T10:07:52.951Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-05-05T10:07:52.951Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-05T10:07:52.951Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-05-05T10:07:53.420Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-05T10:07:53.420Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-05T10:07:53.420Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-05T10:07:53.420Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-05T10:07:53.420Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-05T10:07:53.512Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-05-05T10:07:53.767Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-05-05T10:07:54.384Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-05T10:07:54.384Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-05T10:07:54.384Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-05T10:07:55.132Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-05-05T10:07:55.388Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-05-05T10:07:55.950Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-05T10:07:55.950Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-05-05T10:07:56.206Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-05-05T10:07:56.206Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-05-05T10:07:56.206Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-05-05T10:07:56.206Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-05-05T10:07:56.206Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-05-05T10:07:56.206Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-05T10:07:56.206Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-05-05T10:07:56.768Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-05-05T10:07:57.329Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-05-05T10:07:57.329Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-05-05T10:07:57.892Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-05T10:07:57.892Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-05T10:07:58.453Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-05T10:07:58.453Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-05-05T10:07:58.709Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-05-05T10:07:59.274Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-05-05T10:07:59.530Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-05T10:07:59.530Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-05T10:08:00.092Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-05T10:08:01.461Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-05-05T10:08:02.023Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-05-05T10:08:02.023Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-05T10:08:02.023Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-05T10:08:02.278Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-05T10:08:02.278Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-05T10:08:03.204Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-05T10:08:03.765Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-05T10:08:04.434Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-05T10:08:05.132Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-05T10:08:05.389Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-05T10:08:05.389Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-05T10:08:05.389Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-05T10:08:06.316Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-05-05T10:08:06.878Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-05-05T10:08:08.274Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-05T10:08:08.274Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-05T10:08:09.643Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-05T10:08:09.643Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-05T10:08:09.899Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-05-05T10:08:10.155Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-05T10:08:11.084Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents795564289 [2022-05-05T10:08:11.647Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-05T10:08:11.647Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-05T10:08:12.574Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-05-05T10:08:13.134Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-05T10:08:13.134Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-05T10:08:13.134Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-05T10:08:14.745Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-05T10:08:14.745Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-05T10:08:15.024Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-05T10:08:15.202Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-05T10:08:15.280Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-05-05T10:08:16.208Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-05T10:08:16.464Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-05T10:08:16.464Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-05T10:08:16.720Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-05T10:08:16.720Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-05T10:08:17.282Z] docker_cli_swarm_test.go:1895: [d9da2ce7ca889] joining swarm manager [d5d75f2acfb0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:08:17.282Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-05T10:08:17.282Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-05T10:08:18.209Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-05T10:08:18.772Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-05T10:08:18.772Z] docker_cli_swarm_test.go:1896: [d831714df5017] joining swarm manager [d5d75f2acfb0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:08:19.334Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-05T10:08:22.267Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-05T10:08:22.267Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-05T10:08:22.267Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-05T10:08:22.267Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-05T10:08:22.267Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-05T10:08:24.317Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-05T10:08:24.317Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-05T10:08:24.317Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-05T10:08:24.317Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-05T10:08:24.575Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-05T10:08:25.941Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-05T10:08:26.880Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-05T10:08:27.444Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-05T10:08:29.960Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-05T10:08:30.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-05T10:08:30.828Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-05T10:08:30.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-05T10:08:30.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-05T10:08:30.828Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-05T10:08:30.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-05T10:08:30.828Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-05T10:08:30.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-05T10:08:31.850Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-05T10:08:32.106Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-05T10:08:33.034Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-05T10:08:34.927Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-05T10:08:34.927Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-05-05T10:08:35.855Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-05T10:08:39.123Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-05T10:08:42.003Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-05T10:08:42.003Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-05T10:08:42.968Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-05T10:08:43.008Z] --- PASS: TestBuildWithHugeFile (162.62s) [2022-05-05T10:08:43.008Z] === RUN TestBuildWCOWSandboxSize [2022-05-05T10:08:43.008Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T10:08:43.008Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-05T10:08:43.008Z] === RUN TestBuildWithEmptyDockerfile [2022-05-05T10:08:43.008Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T10:08:43.008Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T10:08:43.008Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T10:08:43.008Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T10:08:43.008Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T10:08:43.008Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T10:08:43.008Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-05T10:08:43.008Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-05T10:08:43.008Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-05T10:08:43.008Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2022-05-05T10:08:43.008Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-05-05T10:08:43.008Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-05T10:08:43.008Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-05T10:08:43.008Z] === RUN TestBuildPreserveOwnership [2022-05-05T10:08:43.009Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:08:43.009Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-05T10:08:43.009Z] === RUN TestBuildPlatformInvalid [2022-05-05T10:08:43.009Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-05T10:08:43.009Z] PASS [2022-05-05T10:08:43.009Z] ok github.com/docker/docker/integration/build 247.977s [2022-05-05T10:08:43.289Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-05T10:08:43.289Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] === Skipped [2022-05-05T10:08:44.004Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-05T10:08:44.004Z] build_session_test.go:25: TODO: BuildKit [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-05T10:08:44.004Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-05T10:08:44.004Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-05T10:08:44.004Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-05T10:08:44.004Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-05T10:08:44.004Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:08:44.004Z] [2022-05-05T10:08:44.004Z] DONE 29 tests, 6 skipped in 292.649s [2022-05-05T10:08:44.004Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-05T10:08:45.178Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-05-05T10:08:45.739Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-05T10:08:46.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:08:46.981Z] INFO: Testing against a local daemon [2022-05-05T10:08:46.981Z] === RUN TestConfigInspect [2022-05-05T10:08:46.981Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-05T10:08:46.981Z] === RUN TestConfigList [2022-05-05T10:08:46.981Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] --- SKIP: TestConfigList (0.00s) [2022-05-05T10:08:46.981Z] === RUN TestConfigsCreateAndDelete [2022-05-05T10:08:46.981Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-05T10:08:46.981Z] === RUN TestConfigsUpdate [2022-05-05T10:08:46.981Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-05T10:08:46.981Z] === RUN TestTemplatedConfig [2022-05-05T10:08:46.981Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-05T10:08:46.981Z] === RUN TestConfigCreateResolve [2022-05-05T10:08:46.981Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:08:46.981Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-05T10:08:46.981Z] PASS [2022-05-05T10:08:46.981Z] ok github.com/docker/docker/integration/config 0.128s [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] === Skipped [2022-05-05T10:08:46.981Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-05T10:08:46.981Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-05T10:08:46.981Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-05T10:08:46.981Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-05T10:08:46.981Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-05T10:08:46.981Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2022-05-05T10:08:46.981Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:08:46.981Z] [2022-05-05T10:08:46.981Z] DONE 6 tests, 6 skipped in 2.712s [2022-05-05T10:08:46.981Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-05T10:08:47.651Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-05T10:08:50.549Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-05T10:08:50.839Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:08:50.839Z] INFO: Testing against a local daemon [2022-05-05T10:08:50.839Z] === RUN TestCheckpoint [2022-05-05T10:08:50.839Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T10:08:50.839Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/commit [2022-05-05T10:08:50.839Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-05T10:08:50.839Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T10:08:50.839Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-05T10:08:50.839Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-05T10:08:50.839Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-05T10:08:50.839Z] === CONT TestContainerInvalidJSON/commit [2022-05-05T10:08:50.839Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-05T10:08:50.839Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-05T10:08:50.839Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-05T10:08:50.839Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-05T10:08:50.839Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.01s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-05T10:08:50.839Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-05T10:08:50.839Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-05T10:08:50.839Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s) [2022-05-05T10:08:50.839Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-05T10:08:50.839Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.29s) [2022-05-05T10:08:50.839Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-05T10:08:51.007Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-05T10:08:51.312Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.28s) [2022-05-05T10:08:51.312Z] === RUN TestCopyEmptyFile [2022-05-05T10:08:51.785Z] --- PASS: TestCopyEmptyFile (0.55s) [2022-05-05T10:08:51.785Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-05T10:08:52.258Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s) [2022-05-05T10:08:52.258Z] === RUN TestCopyFromContainer [2022-05-05T10:08:52.258Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:52.258Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-05T10:08:52.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T10:08:52.258Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T10:08:52.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T10:08:52.258Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T10:08:52.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T10:08:52.258Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T10:08:52.258Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-05T10:08:52.258Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-05T10:08:52.258Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-05T10:08:52.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-05T10:08:52.258Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-05T10:08:52.258Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-05T10:08:52.258Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidEnv [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-05-05T10:08:52.258Z] === RUN TestCreateTmpfsMountsTarget [2022-05-05T10:08:52.258Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:52.258Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-05T10:08:52.258Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:08:52.258Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-05T10:08:52.258Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:08:52.258Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T10:08:52.258Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T10:08:52.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-05T10:08:52.258Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-05T10:08:52.258Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-05T10:08:52.258Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateDifferentPlatform [2022-05-05T10:08:52.258Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-05T10:08:52.258Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-05T10:08:52.258Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-05T10:08:52.258Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-05T10:08:52.258Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-05T10:08:52.258Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-05-05T10:08:52.258Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-05T10:08:52.258Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-05T10:08:52.731Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-05T10:08:52.731Z] === RUN TestContainerKillOnDaemonStart [2022-05-05T10:08:52.731Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:08:52.731Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-05T10:08:52.731Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.731Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:52.894Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-05-05T10:08:53.206Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-05T10:08:54.279Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-05T10:08:54.783Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-05T10:08:54.783Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-05T10:08:55.346Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-05T10:08:55.907Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-05T10:08:55.907Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-05T10:08:55.907Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-05T10:08:56.469Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-05T10:08:58.988Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices (0.04s) [2022-05-05T10:08:59.425Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.39s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.40s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.47s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.16s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.90s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.07s) [2022-05-05T10:08:59.425Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.42s) [2022-05-05T10:08:59.425Z] === RUN TestDiff [2022-05-05T10:08:59.425Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-05T10:08:59.425Z] --- SKIP: TestDiff (0.00s) [2022-05-05T10:08:59.425Z] === RUN TestExecWithCloseStdin [2022-05-05T10:09:00.353Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-05-05T10:09:00.802Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-05T10:09:01.717Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-05-05T10:09:02.279Z] docker_cli_swarm_test.go:1796: [df2df17b95199] joining swarm manager [deb1c5d33179b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:09:02.279Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-05-05T10:09:02.407Z] --- PASS: TestExecWithCloseStdin (3.21s) [2022-05-05T10:09:02.407Z] === RUN TestExec [2022-05-05T10:09:02.840Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-05-05T10:09:02.840Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-05T10:09:02.840Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-05-05T10:09:02.840Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-05T10:09:02.840Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-05-05T10:09:03.770Z] docker_cli_swarm_test.go:1797: [d97cdc746de66] joining swarm manager [deb1c5d33179b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:09:04.026Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-05-05T10:09:04.953Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-05-05T10:09:05.378Z] --- PASS: TestExec (2.61s) [2022-05-05T10:09:05.379Z] === RUN TestExecUser [2022-05-05T10:09:05.379Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-05T10:09:05.379Z] --- SKIP: TestExecUser (0.00s) [2022-05-05T10:09:05.379Z] === RUN TestExportContainerAndImportImage [2022-05-05T10:09:05.379Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:09:05.379Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-05T10:09:05.379Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-05T10:09:05.379Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:09:05.379Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-05T10:09:05.379Z] === RUN TestHealthCheckWorkdir [2022-05-05T10:09:05.379Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-05T10:09:05.379Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-05T10:09:05.379Z] === RUN TestHealthKillContainer [2022-05-05T10:09:05.379Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-05T10:09:05.379Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-05T10:09:05.379Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-05T10:09:05.379Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T10:09:05.379Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T10:09:05.379Z] === RUN TestKillContainerInvalidSignal [2022-05-05T10:09:05.515Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-05-05T10:09:06.444Z] === RUN TestDockerSuite/TestUpdateStats [2022-05-05T10:09:07.610Z] --- PASS: TestKillContainerInvalidSignal (2.22s) [2022-05-05T10:09:07.610Z] === RUN TestKillContainer [2022-05-05T10:09:07.610Z] === RUN TestKillContainer/no_signal [2022-05-05T10:09:07.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-05T10:09:07.869Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-05T10:09:07.869Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-05T10:09:07.869Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:09:08.339Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-05T10:09:09.717Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-05-05T10:09:09.839Z] === RUN TestKillContainer/non_killing_signal [2022-05-05T10:09:09.839Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-05T10:09:09.839Z] === RUN TestKillContainer/killing_signal [2022-05-05T10:09:10.511Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-05T10:09:10.511Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-05T10:09:10.511Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-05T10:09:10.657Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-05-05T10:09:10.657Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-05T10:09:10.657Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-05-05T10:09:11.219Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-05-05T10:09:11.780Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-05T10:09:14.296Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-05-05T10:09:16.813Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-05-05T10:09:17.031Z] --- PASS: TestKillContainer (9.56s) [2022-05-05T10:09:17.031Z] --- PASS: TestKillContainer/no_signal (2.16s) [2022-05-05T10:09:17.031Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-05T10:09:17.031Z] --- PASS: TestKillContainer/killing_signal (7.32s) [2022-05-05T10:09:17.031Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-05T10:09:17.031Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:09:17.031Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-05T10:09:17.031Z] === RUN TestKillStoppedContainer [2022-05-05T10:09:17.031Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:09:17.031Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-05T10:09:17.031Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-05T10:09:17.031Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:09:17.031Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-05T10:09:17.031Z] === RUN TestKillDifferentUserContainer [2022-05-05T10:09:17.031Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-05T10:09:17.031Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-05T10:09:17.031Z] === RUN TestInspectOomKilledTrue [2022-05-05T10:09:17.031Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:09:17.031Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-05T10:09:17.031Z] === RUN TestInspectOomKilledFalse [2022-05-05T10:09:17.031Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T10:09:17.031Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-05T10:09:17.031Z] === RUN TestLogsFollowTailEmpty [2022-05-05T10:09:17.580Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-05T10:09:18.702Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-05-05T10:09:19.265Z] --- PASS: TestLogsFollowTailEmpty (2.14s) [2022-05-05T10:09:19.265Z] === RUN TestNetworkNat [2022-05-05T10:09:19.265Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-05T10:09:19.265Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-05T10:09:19.265Z] === RUN TestNetworkLocalhostTCPNat [2022-05-05T10:09:19.630Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-05-05T10:09:19.754Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-05T10:09:19.754Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-05T10:09:19.754Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-05T10:09:19.754Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-05T10:09:19.754Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-05T10:09:19.886Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-05T10:09:21.288Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-05T10:09:22.237Z] --- PASS: TestNetworkLocalhostTCPNat (2.66s) [2022-05-05T10:09:22.237Z] === RUN TestNetworkLoopbackNat [2022-05-05T10:09:22.237Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-05T10:09:22.237Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-05T10:09:22.237Z] === RUN TestPause [2022-05-05T10:09:22.237Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-05T10:09:22.237Z] --- SKIP: TestPause (0.00s) [2022-05-05T10:09:22.237Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-05T10:09:22.822Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-05T10:09:23.154Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-05T10:09:23.280Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-05T10:09:23.873Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.26s) [2022-05-05T10:09:23.873Z] === RUN TestPauseStopPausedContainer [2022-05-05T10:09:23.873Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:09:23.873Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-05T10:09:23.873Z] === RUN TestPsFilter [2022-05-05T10:09:24.349Z] --- PASS: TestPsFilter (0.29s) [2022-05-05T10:09:24.349Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-05T10:09:24.372Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-05T10:09:24.831Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-05T10:09:25.168Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-05-05T10:09:26.537Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-05-05T10:09:27.324Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.62s) [2022-05-05T10:09:27.324Z] === RUN TestRemoveContainerWithVolume [2022-05-05T10:09:27.469Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-05-05T10:09:28.032Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-05-05T10:09:29.074Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-05-05T10:09:29.638Z] docker_cli_swarm_test.go:1315: [d98e4d6d857f5] joining swarm manager [d978583477b4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:09:29.650Z] --- PASS: TestRemoveContainerWithVolume (2.63s) [2022-05-05T10:09:29.650Z] === RUN TestRemoveContainerRunning [2022-05-05T10:09:30.205Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-05-05T10:09:31.136Z] docker_cli_swarm_test.go:1316: [d0f50157ce742] joining swarm manager [d978583477b4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:09:31.700Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-05-05T10:09:31.883Z] --- PASS: TestRemoveContainerRunning (2.22s) [2022-05-05T10:09:31.883Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-05T10:09:33.066Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-05-05T10:09:33.397Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-05T10:09:34.113Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.25s) [2022-05-05T10:09:34.113Z] === RUN TestRemoveInvalidContainer [2022-05-05T10:09:34.113Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-05-05T10:09:34.113Z] === RUN TestRenameLinkedContainer [2022-05-05T10:09:34.113Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-05T10:09:34.113Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-05T10:09:34.113Z] === RUN TestRenameStoppedContainer [2022-05-05T10:09:34.430Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-05-05T10:09:35.574Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-05T10:09:35.574Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-05T10:09:35.574Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-05T10:09:35.796Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-05-05T10:09:37.108Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-05T10:09:37.108Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-05T10:09:37.108Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-05T10:09:37.165Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-05T10:09:37.567Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-05T10:09:41.300Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-05T10:09:41.310Z] --- PASS: TestRenameStoppedContainer (7.35s) [2022-05-05T10:09:41.310Z] === RUN TestRenameRunningContainerAndReuse [2022-05-05T10:09:41.759Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-05T10:09:42.725Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-05T10:09:42.725Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-05T10:09:42.725Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-05T10:09:43.691Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-05T10:09:44.148Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-05T10:09:44.148Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-05T10:09:44.606Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-05T10:09:44.606Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-05T10:09:44.606Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-05T10:09:46.092Z] --- PASS: TestRenameRunningContainerAndReuse (4.62s) [2022-05-05T10:09:46.092Z] === RUN TestRenameInvalidName [2022-05-05T10:09:48.323Z] --- PASS: TestRenameInvalidName (1.98s) [2022-05-05T10:09:48.323Z] === RUN TestRenameAnonymousContainer [2022-05-05T10:09:51.682Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-05T10:09:51.998Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-05T10:09:51.999Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-05T10:09:51.999Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-05T10:09:52.560Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-05T10:09:52.560Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-05T10:09:52.816Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-05T10:09:52.816Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-05T10:09:53.378Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-05T10:09:53.378Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-05T10:09:53.941Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-05T10:09:53.941Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-05T10:09:53.941Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-05T10:09:53.941Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-05T10:09:53.941Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-05T10:09:54.821Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-05T10:09:55.279Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-05T10:09:55.279Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-05T10:09:55.736Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-05T10:09:55.830Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-05T10:09:55.830Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-05T10:09:55.830Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-05T10:09:55.830Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-05T10:09:55.830Z] === RUN TestDockerSuite/TestVolumeEvents [2022-05-05T10:09:56.391Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-05T10:09:57.774Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-05T10:09:57.774Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-05T10:09:57.774Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-05T10:09:59.665Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-05T10:10:00.862Z] --- PASS: TestRenameAnonymousContainer (12.11s) [2022-05-05T10:10:00.862Z] === RUN TestRenameContainerWithSameName [2022-05-05T10:10:02.184Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-05T10:10:02.184Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite (1314.74s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.28s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.78s) [2022-05-05T10:10:02.184Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.12s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.46s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.29s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.09s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.82s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.93s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.39s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.04s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.89s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.56s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.58s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.59s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.67s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.04s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.60s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachDetach (0.73s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.57s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.84s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.78s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.74s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.31s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.23s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.91s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.83s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.73s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.64s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.43s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.75s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.38s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.13s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.42s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.75s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.38s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.49s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.14s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.90s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.59s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.40s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.72s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.95s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.14s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.24s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.89s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.58s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.70s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.73s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.24s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.95s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.72s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.33s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.51s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.71s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.04s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.44s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.84s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.59s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.33s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.67s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.06s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.34s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.37s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.06s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.35s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.41s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.22s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.08s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.57s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.57s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.80s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.47s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.87s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.96s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.02s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.86s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.59s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.35s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCmd (0.30s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.21s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.26s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.21s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.20s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.85s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.16s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.85s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.32s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.55s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.33s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.02s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.50s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.43s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.10s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.75s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.56s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.33s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.29s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.95s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.31s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.44s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.13s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.10s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.03s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.93s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.49s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.32s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.15s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.16s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.14s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.22s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.67s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.97s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.30s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.37s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.82s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.85s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.16s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.52s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.94s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnv (1.22s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.90s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.01s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.06s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.27s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.78s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.47s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.48s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.44s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.42s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.60s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.48s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.48s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFails (1.06s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.53s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.28s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.46s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.31s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.10s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.66s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.74s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.99s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildHistory (3.80s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.48s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.82s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.59s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.85s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabel (0.46s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.45s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.48s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabels (0.46s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.36s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.89s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.82s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.21s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.55s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.38s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.24s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.39s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.38s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.61s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.10s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.57s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.38s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.22s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.53s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.45s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.73s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.80s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.42s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.25s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.46s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.27s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.40s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.80s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.00s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.89s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.81s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.90s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.27s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildPATH (1.84s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.63s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.76s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.45s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.53s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildRm (2.27s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.74s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.17s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.55s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.92s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.96s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.15s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.93s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2022-05-05T10:10:02.185Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.73s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.08s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.78s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.34s) [2022-05-05T10:10:02.185Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.86s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.17s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildUser (1.93s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.69s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.51s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.55s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.61s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.58s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.90s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.17s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.13s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.88s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.58s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.73s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.19s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.38s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.33s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.61s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitChange (0.73s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.68s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.34s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.29s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.86s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitTTY (1.27s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.66s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.15s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.63s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.04s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.15s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.27s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.36s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.55s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.86s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.69s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.62s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.83s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.98s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.63s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.68s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.62s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.95s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.61s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.63s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.82s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.75s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.67s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.62s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.62s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.28s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.59s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.93s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.76s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.54s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.92s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.43s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.41s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.39s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.24s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.41s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.36s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.43s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.36s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000cba798_} (1.31s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13992915683_/foo_false____} (1.40s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13992915683_/foo_true____} (1.58s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31094177197_/foo_false____} (1.54s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31094177197_/foo_true____} (1.30s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31094177197_/foo_true__0xc000cba810__} (1.52s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000cba828_} (1.55s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000cba840_} (1.70s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000cba858_} (1.29s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000cba8b8_} (1.46s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.30s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.78s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.17s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.69s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.97s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.16s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.72s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.99s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.81s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.74s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.56s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.30s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.71s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.92s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.44s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.85s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.82s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.58s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.53s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.51s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.86s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.51s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.61s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.06s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.75s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.65s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.08s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.55s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.56s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.43s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.48s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.52s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.44s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.74s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToDot (0.88s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.10s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToStdout (0.76s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.60s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.95s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.60s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.66s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.72s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.37s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateRM (0.20s) [2022-05-05T10:10:02.186Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.75s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.92s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.04s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.69s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.59s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.56s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.47s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.13s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.70s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.14s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.94s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.04s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.71s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.31s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.20s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.68s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.73s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.77s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.25s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.62s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsAttach (0.50s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsCommit (0.80s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.60s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.45s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.82s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.46s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.27s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.99s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsCopy (0.77s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.90s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.35s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.10s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.81s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.26s) [2022-05-05T10:10:02.186Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.18s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsFilters (1.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsFormat (1.23s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.52s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.67s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-05-05T10:10:02.187Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-05T10:10:02.187Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.94s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsRename (0.56s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.53s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.65s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsTop (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.94s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExec (0.53s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.08s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.52s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.35s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecCgroup (0.93s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecEnv (0.59s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.38s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.70s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecInspectID (2.60s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecInteractive (0.52s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.62s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.77s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.22s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.52s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecStartFails (0.77s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.85s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecTTY (0.95s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.71s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.54s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecUlimits (0.52s) [2022-05-05T10:10:02.187Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.27s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.54s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.53s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.67s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestHealth (19.07s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.53s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.58s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.53s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportDisplay (1.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportFile (1.06s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.12s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportGzipped (1.18s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.09s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.47s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.49s) [2022-05-05T10:10:02.187Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:10:02.187Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.44s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.95s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.47s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.14s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.30s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.29s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.71s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.70s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.73s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.11s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.35s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.72s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.40s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.05s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.34s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.55s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.67s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.60s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.49s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.85s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.82s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.93s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.55s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsSince (6.72s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsTail (0.54s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.51s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.31s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.47s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestNetHostname (1.85s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.39s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.86s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.81s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.55s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginActive (2.04s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.57s) [2022-05-05T10:10:02.187Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.30s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.96s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.84s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.42s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.70s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.33s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.93s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPortList (8.01s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.89s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.25s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.42s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.89s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.97s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.91s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsByOrder (1.85s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.66s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.33s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.13s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.14s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.07s) [2022-05-05T10:10:02.187Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.38s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.58s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.34s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.14s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.03s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.98s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.59s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.83s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.54s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.99s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.18s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.94s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.83s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.87s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.30s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.05s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.88s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.97s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.12s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.29s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.06s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.64s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.27s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.74s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiTag (0.30s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.63s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.33s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.55s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.82s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.91s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.75s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.99s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.89s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.51s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.62s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.83s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.56s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.74s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.99s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.82s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.93s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.89s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.84s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.60s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.99s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.04s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.49s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.87s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.86s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.71s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.18s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.94s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.63s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.04s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.55s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.03s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.62s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.53s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.49s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.58s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunExitCode (0.52s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.63s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.54s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.53s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.51s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.42s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.17s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.35s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.56s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.68s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.31s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.83s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.07s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.51s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.19s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.05s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.42s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.54s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.62s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.56s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.85s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.15s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.89s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.94s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunMount (3.82s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.42s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.32s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.38s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.15s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.98s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetHost (0.66s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.42s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.87s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.67s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.44s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.79s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.66s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.69s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.21s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.86s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.57s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.47s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.74s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.72s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.66s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.54s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.35s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.56s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.12s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunRm (0.51s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.54s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.61s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.70s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.59s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.87s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.37s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.65s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.51s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.58s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.48s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunState (1.13s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.51s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.60s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.52s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.74s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunSysctls (1.19s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.90s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.57s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.24s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.90s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.94s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.50s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.64s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.53s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.39s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.24s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserByID (0.55s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserByName (0.70s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.50s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.22s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.54s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.46s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.43s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.08s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.83s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.22s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.83s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.19s) [2022-05-05T10:10:02.188Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.49s) [2022-05-05T10:10:02.188Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.49s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.54s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.98s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.46s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.47s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.42s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.45s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.44s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.59s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.68s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.23s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.58s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.85s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.37s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.71s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.84s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.44s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.46s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.60s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.42s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.39s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.45s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.12s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.61s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.01s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.68s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.67s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.66s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.52s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.79s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.86s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.50s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartRecordError (1.07s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.55s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.73s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.09s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.63s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.52s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.47s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.43s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.50s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.52s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.66s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.49s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.21s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.69s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateStats (3.48s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.88s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.65s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.56s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.20s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.22s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.05s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.44s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.74s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.57s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.33s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.58s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.02s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.20s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.53s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.30s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.30s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.31s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.40s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.49s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.41s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.88s) [2022-05-05T10:10:02.189Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.46s) [2022-05-05T10:10:02.189Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-05-05T10:10:02.189Z] === RUN TestDockerRegistrySuite [2022-05-05T10:10:02.189Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-05T10:10:02.440Z] --- PASS: TestRenameContainerWithSameName (2.13s) [2022-05-05T10:10:02.440Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-05T10:10:02.440Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:02.440Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-05T10:10:02.440Z] === RUN TestResize [2022-05-05T10:10:03.117Z] check_test.go:194: [d0027a5be02af] daemon is not started [2022-05-05T10:10:03.117Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-05T10:10:04.485Z] check_test.go:194: [dbc8dfdcb737b] daemon is not started [2022-05-05T10:10:04.485Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-05T10:10:04.682Z] --- PASS: TestResize (2.25s) [2022-05-05T10:10:04.682Z] === RUN TestResizeWithInvalidSize [2022-05-05T10:10:05.413Z] check_test.go:194: [dbc442c3dfb00] daemon is not started [2022-05-05T10:10:05.669Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-05T10:10:05.669Z] check_test.go:194: [dfb1046e58d9a] daemon is not started [2022-05-05T10:10:05.669Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T10:10:06.915Z] --- PASS: TestResizeWithInvalidSize (2.11s) [2022-05-05T10:10:06.915Z] === RUN TestResizeWhenContainerNotStarted [2022-05-05T10:10:08.935Z] check_test.go:194: [d1357afac083f] daemon is not started [2022-05-05T10:10:08.935Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T10:10:09.144Z] --- PASS: TestResizeWhenContainerNotStarted (2.50s) [2022-05-05T10:10:09.144Z] === RUN TestDaemonRestartKillContainers [2022-05-05T10:10:09.144Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:09.144Z] --- SKIP: TestDaemonRestartKillContainers (0.01s) [2022-05-05T10:10:09.144Z] === RUN TestStats [2022-05-05T10:10:09.144Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-05T10:10:09.144Z] --- SKIP: TestStats (0.00s) [2022-05-05T10:10:09.144Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-05T10:10:14.181Z] check_test.go:194: [dac4214dca6f7] daemon is not started [2022-05-05T10:10:14.181Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-05T10:10:16.070Z] check_test.go:194: [d9b6479bf18dd] daemon is not started [2022-05-05T10:10:16.070Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-05T10:10:16.998Z] check_test.go:194: [d7d6ca1ee1766] daemon is not started [2022-05-05T10:10:16.998Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-05T10:10:17.924Z] check_test.go:194: [d42bbf0a8c840] daemon is not started [2022-05-05T10:10:17.924Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-05T10:10:18.852Z] check_test.go:194: [dc1ff7ead1558] daemon is not started [2022-05-05T10:10:18.852Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-05T10:10:19.608Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.85s) [2022-05-05T10:10:19.608Z] === RUN TestStopContainerWithTimeout [2022-05-05T10:10:19.608Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-05T10:10:19.608Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-05T10:10:19.608Z] === RUN TestUpdateRestartPolicy [2022-05-05T10:10:19.802Z] check_test.go:194: [d84db98f3bd44] daemon is not started [2022-05-05T10:10:19.803Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-05T10:10:21.168Z] check_test.go:194: [ddd7bd5dc054f] daemon is not started [2022-05-05T10:10:21.168Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-05T10:10:21.731Z] check_test.go:194: [d45cb43df1e0b] daemon is not started [2022-05-05T10:10:21.731Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-05T10:10:22.659Z] check_test.go:194: [da8ef72357f46] daemon is not started [2022-05-05T10:10:22.659Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-05T10:10:23.587Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d663e2737291bf54a2c46391af6edb3da4b599b0270763aa47afed2fd5bb9427 [2022-05-05T10:10:24.151Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:54bd65e51ae25f851f919840536482d45d5f0467879845d48596fd444aa43dea [2022-05-05T10:10:24.408Z] check_test.go:194: [d09e447a9251e] daemon is not started [2022-05-05T10:10:24.408Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-05T10:10:25.338Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:da374d482da43c1c83168c7798b1e3652512140d2e5eeb97ffd90fea2de397b4 [2022-05-05T10:10:26.269Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:57fe08ac458a17d6d74ac8e742cf05391c5976b6c7bb95e6c442f9ba3a9d2ed4 [2022-05-05T10:10:26.269Z] check_test.go:194: [deda453b6aeaf] daemon is not started [2022-05-05T10:10:26.269Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-05T10:10:27.197Z] check_test.go:194: [dbe3d9125eddd] daemon is not started [2022-05-05T10:10:27.197Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-05T10:10:29.714Z] check_test.go:194: [dbeb057d72612] daemon is not started [2022-05-05T10:10:29.714Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-05T10:10:30.276Z] check_test.go:194: [dcd2d63e443a3] daemon is not started [2022-05-05T10:10:30.276Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-05T10:10:30.532Z] check_test.go:194: [df2b266c49af5] daemon is not started [2022-05-05T10:10:30.532Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T10:10:31.460Z] check_test.go:194: [dc4d210c6e1fe] daemon is not started [2022-05-05T10:10:31.460Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T10:10:32.388Z] check_test.go:194: [df4fe40ca8227] daemon is not started [2022-05-05T10:10:32.388Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T10:10:33.317Z] check_test.go:194: [d168c8a998966] daemon is not started [2022-05-05T10:10:33.317Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-05T10:10:34.256Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-05T10:10:35.268Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-05T10:10:35.750Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-05T10:10:35.835Z] check_test.go:194: [d65c9f3bf9a8a] daemon is not started [2022-05-05T10:10:35.835Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-05T10:10:35.835Z] check_test.go:194: [dc87f105f37f1] daemon is not started [2022-05-05T10:10:35.835Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-05T10:10:36.762Z] check_test.go:194: [d1de61b2725e3] daemon is not started [2022-05-05T10:10:36.762Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-05T10:10:37.327Z] check_test.go:194: [d9b75a5a70305] daemon is not started [2022-05-05T10:10:37.327Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-05T10:10:37.327Z] check_test.go:194: [d389a8ca12439] daemon is not started [2022-05-05T10:10:37.327Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-05T10:10:37.586Z] check_test.go:194: [dc718b812bff2] daemon is not started [2022-05-05T10:10:37.587Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-05T10:10:37.850Z] check_test.go:194: [da8f8bec592c0] daemon is not started [2022-05-05T10:10:37.850Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-05T10:10:38.106Z] check_test.go:194: [da723d5f47cb6] daemon is not started [2022-05-05T10:10:38.106Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-05T10:10:38.362Z] check_test.go:194: [d908a0a7cfe47] daemon is not started [2022-05-05T10:10:38.362Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-05T10:10:39.289Z] check_test.go:194: [dc85279c95f6c] daemon is not started [2022-05-05T10:10:39.289Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-05T10:10:40.657Z] check_test.go:194: [d0d65f68183cd] daemon is not started [2022-05-05T10:10:40.657Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-05T10:10:40.902Z] --- PASS: TestUpdateRestartPolicy (21.33s) [2022-05-05T10:10:40.902Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-05T10:10:41.584Z] check_test.go:194: [d886c8bb103bd] daemon is not started [2022-05-05T10:10:41.584Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-05T10:10:42.477Z] --- PASS: TestUpdateRestartWithAutoRemove (2.02s) [2022-05-05T10:10:42.478Z] === RUN TestWaitNonBlocked [2022-05-05T10:10:42.478Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T10:10:42.478Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T10:10:42.478Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T10:10:42.478Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T10:10:42.478Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-05T10:10:42.478Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-05T10:10:42.512Z] check_test.go:194: [d317a35477329] daemon is not started [2022-05-05T10:10:42.512Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-05T10:10:43.142Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-05T10:10:43.142Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-05T10:10:43.142Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-05T10:10:43.142Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-05T10:10:43.441Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-05T10:10:43.665Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-05T10:10:43.665Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-05T10:10:43.665Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite (42.05s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.14s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.01s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.71s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.87s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.63s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.86s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.82s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.00s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.07s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.96s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.82s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.31s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2022-05-05T10:10:44.006Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-05-05T10:10:44.188Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-05T10:10:44.188Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-05T10:10:44.188Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.96s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.40s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.78s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-05-05T10:10:44.262Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-05-05T10:10:44.262Z] === RUN TestDockerSchema1RegistrySuite [2022-05-05T10:10:44.262Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-05T10:10:44.262Z] check_test.go:221: [d0ad9f375fe78] daemon is not started [2022-05-05T10:10:44.262Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T10:10:45.446Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-05-05T10:10:45.446Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.71s) [2022-05-05T10:10:45.446Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.81s) [2022-05-05T10:10:45.446Z] === RUN TestWaitBlocked [2022-05-05T10:10:45.446Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:10:45.446Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-05T10:10:45.446Z] PASS [2022-05-05T10:10:45.446Z] ok github.com/docker/docker/integration/container 114.931s [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === Skipped [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-05T10:10:45.446Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-05T10:10:45.446Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-05T10:10:45.446Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-05T10:10:45.446Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-05T10:10:45.446Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-05T10:10:45.446Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-05T10:10:45.446Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-05T10:10:45.446Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-05T10:10:45.446Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-05-05T10:10:45.446Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-05T10:10:45.446Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-05T10:10:45.446Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-05T10:10:45.446Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-05T10:10:45.446Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-05T10:10:45.446Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-05T10:10:45.446Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-05T10:10:45.446Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-05T10:10:45.446Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-05T10:10:45.446Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-05T10:10:45.446Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-05T10:10:45.446Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-05T10:10:45.446Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-05T10:10:45.446Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-05T10:10:45.446Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-05T10:10:45.446Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-05T10:10:45.446Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.01s) [2022-05-05T10:10:45.446Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-05T10:10:45.446Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-05T10:10:45.446Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-05T10:10:45.446Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:10:45.446Z] [2022-05-05T10:10:45.446Z] DONE 120 tests, 34 skipped in 118.572s [2022-05-05T10:10:45.446Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-05T10:10:47.531Z] check_test.go:221: [d989070cbcc71] daemon is not started [2022-05-05T10:10:47.531Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T10:10:50.800Z] check_test.go:221: [d7624e8f4aad9] daemon is not started [2022-05-05T10:10:50.800Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-05T10:10:51.730Z] check_test.go:221: [dfea1350ca1cf] daemon is not started [2022-05-05T10:10:51.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-05T10:10:51.730Z] check_test.go:221: [d44c4dce324a5] daemon is not started [2022-05-05T10:10:51.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T10:10:52.660Z] check_test.go:221: [dc5a85474aca6] daemon is not started [2022-05-05T10:10:52.660Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T10:10:53.587Z] check_test.go:221: [dbe248ad59521] daemon is not started [2022-05-05T10:10:53.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T10:10:54.514Z] check_test.go:221: [d27b679fecbc2] daemon is not started [2022-05-05T10:10:54.514Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-05T10:10:56.210Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-05T10:10:57.030Z] check_test.go:221: [da5ef2b77346e] daemon is not started [2022-05-05T10:10:57.030Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-05T10:10:57.292Z] check_test.go:221: [de96a4a0395e1] daemon is not started [2022-05-05T10:10:57.292Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-05T10:10:57.853Z] check_test.go:221: [dc762211ef501] daemon is not started [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite (13.64s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.77s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.49s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.38s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2022-05-05T10:10:57.853Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s) [2022-05-05T10:10:57.853Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-05T10:10:57.853Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-05T10:10:57.854Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-05T10:10:58.415Z] check_test.go:250: [dad066d501fb0] daemon is not started [2022-05-05T10:10:58.415Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-05T10:10:58.893Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-05T10:10:58.977Z] check_test.go:250: [d4ea74a42aa77] daemon is not started [2022-05-05T10:10:58.977Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-05T10:10:59.233Z] check_test.go:250: [d190c1cd59a24] daemon is not started [2022-05-05T10:10:59.233Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-05T10:11:00.666Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-05T10:11:00.921Z] check_test.go:250: [d38535414f363] daemon is not started [2022-05-05T10:11:00.921Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-05T10:11:01.483Z] check_test.go:250: [daa183cbf459d] daemon is not started [2022-05-05T10:11:01.483Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-05T10:11:02.409Z] check_test.go:250: [da42bb09262f3] daemon is not started [2022-05-05T10:11:02.409Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-05T10:11:02.409Z] check_test.go:250: [d5f47f8d42b2c] daemon is not started [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.71s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.29s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-05-05T10:11:02.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-05-05T10:11:02.409Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-05T10:11:02.409Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-05T10:11:07.650Z] check_test.go:277: [d14e202d4ed05] daemon is not started [2022-05-05T10:11:07.650Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-05T10:11:07.906Z] check_test.go:277: [de701619a0357] daemon is not started [2022-05-05T10:11:07.906Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-05T10:11:07.906Z] check_test.go:277: [daf9bcd7c7c65] daemon is not started [2022-05-05T10:11:07.906Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-05T10:11:08.162Z] check_test.go:277: [d02545416222d] daemon is not started [2022-05-05T10:11:08.162Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-05T10:11:08.162Z] check_test.go:277: [d1244512605d6] daemon is not started [2022-05-05T10:11:08.162Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-05-05T10:11:08.162Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-05-05T10:11:08.162Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-05-05T10:11:08.162Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-05-05T10:11:08.162Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-05-05T10:11:08.162Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-05-05T10:11:08.162Z] === RUN TestDockerNetworkSuite [2022-05-05T10:11:08.162Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-05-05T10:11:09.094Z] docker_cli_network_unix_test.go:46: [d5d35d2e2731c] daemon is not started [2022-05-05T10:11:09.351Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-05-05T10:11:09.917Z] docker_cli_network_unix_test.go:46: [d46871fad5038] daemon is not started [2022-05-05T10:11:09.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-05-05T10:11:12.432Z] docker_cli_network_unix_test.go:46: [d3309789d9617] daemon is not started [2022-05-05T10:11:12.994Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-05-05T10:11:14.357Z] docker_cli_network_unix_test.go:46: [d96ef9a89f0e7] daemon is not started [2022-05-05T10:11:14.357Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-05-05T10:11:14.357Z] docker_cli_network_unix_test.go:1233: [df43f28c6e859] daemon is not started [2022-05-05T10:11:15.099Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-05T10:11:15.099Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-05T10:11:15.099Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-05T10:11:15.099Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-05T10:11:15.652Z] === RUN TestConfigDaemonLibtrustID [2022-05-05T10:11:15.652Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-05T10:11:15.652Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-05T10:11:15.652Z] === RUN TestDaemonConfigValidation [2022-05-05T10:11:15.652Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-05T10:11:15.652Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-05T10:11:15.652Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-05T10:11:15.652Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-05T10:11:15.652Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-05T10:11:15.652Z] === RUN TestDaemonProxy [2022-05-05T10:11:15.652Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-05T10:11:15.652Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-05T10:11:15.652Z] PASS [2022-05-05T10:11:15.652Z] ok github.com/docker/docker/integration/daemon 0.147s [2022-05-05T10:11:15.652Z] [2022-05-05T10:11:15.652Z] === Skipped [2022-05-05T10:11:15.652Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-05T10:11:15.652Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-05T10:11:15.652Z] [2022-05-05T10:11:15.652Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-05T10:11:15.652Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-05T10:11:15.652Z] [2022-05-05T10:11:15.652Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-05T10:11:15.652Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-05T10:11:15.652Z] [2022-05-05T10:11:15.652Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-05T10:11:15.652Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-05T10:11:15.652Z] [2022-05-05T10:11:15.652Z] DONE 4 tests, 4 skipped in 28.800s [2022-05-05T10:11:15.652Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-05T10:11:16.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-05-05T10:11:17.796Z] docker_cli_network_unix_test.go:46: [d4ffc5be9fea3] daemon is not started [2022-05-05T10:11:18.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-05-05T10:11:19.529Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:19.529Z] INFO: Testing against a local daemon [2022-05-05T10:11:19.529Z] === RUN TestCommitInheritsEnv [2022-05-05T10:11:19.529Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:11:19.529Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-05T10:11:19.529Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-05T10:11:19.529Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:11:19.529Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T10:11:19.529Z] === RUN TestImportWithCustomPlatform [2022-05-05T10:11:19.529Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:11:19.529Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-05T10:11:19.529Z] === RUN TestImagesFilterMultiReference [2022-05-05T10:11:19.529Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-05-05T10:11:19.529Z] === RUN TestImagePullPlatformInvalid [2022-05-05T10:11:19.529Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-05T10:11:19.529Z] === RUN TestRemoveImageOrphaning [2022-05-05T10:11:20.133Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-05T10:11:20.522Z] --- PASS: TestRemoveImageOrphaning (1.25s) [2022-05-05T10:11:20.522Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-05T10:11:20.522Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2022-05-05T10:11:20.522Z] === RUN TestTagInvalidReference [2022-05-05T10:11:20.993Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-05T10:11:20.993Z] === RUN TestTagValidPrefixedRepo [2022-05-05T10:11:20.993Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-05-05T10:11:20.993Z] === RUN TestTagExistedNameWithoutForce [2022-05-05T10:11:20.993Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-05T10:11:20.993Z] === RUN TestTagOfficialNames [2022-05-05T10:11:20.993Z] --- PASS: TestTagOfficialNames (0.11s) [2022-05-05T10:11:20.993Z] === RUN TestTagMatchesDigest [2022-05-05T10:11:20.993Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-05T10:11:20.993Z] PASS [2022-05-05T10:11:20.993Z] ok github.com/docker/docker/integration/image 1.951s [2022-05-05T10:11:20.993Z] [2022-05-05T10:11:20.993Z] === Skipped [2022-05-05T10:11:20.993Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-05T10:11:20.993Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:11:20.993Z] [2022-05-05T10:11:20.993Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-05T10:11:20.993Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:11:20.993Z] [2022-05-05T10:11:20.993Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-05T10:11:20.993Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-05T10:11:20.993Z] [2022-05-05T10:11:20.993Z] DONE 12 tests, 3 skipped in 6.742s [2022-05-05T10:11:21.466Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-05T10:11:22.224Z] docker_cli_network_unix_test.go:46: [d9cebd7debaa5] daemon is not started [2022-05-05T10:11:23.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-05-05T10:11:23.712Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:24.184Z] INFO: Testing against a local daemon [2022-05-05T10:11:24.184Z] === RUN TestNetworkCreateDelete [2022-05-05T10:11:24.184Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:24.184Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDockerNetworkDeletePreferID [2022-05-05T10:11:24.184Z] 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-05T10:11:24.184Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDaemonDNSFallback [2022-05-05T10:11:24.184Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:24.184Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestInspectNetwork [2022-05-05T10:11:24.184Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-05T10:11:24.184Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestRunContainerWithBridgeNone [2022-05-05T10:11:24.184Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:24.184Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-05T10:11:24.184Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T10:11:24.184Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T10:11:24.184Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T10:11:24.184Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-05T10:11:24.184Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-05T10:11:24.184Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-05T10:11:24.184Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestNetworkList [2022-05-05T10:11:24.184Z] === RUN TestNetworkList//networks [2022-05-05T10:11:24.184Z] === PAUSE TestNetworkList//networks [2022-05-05T10:11:24.184Z] === RUN TestNetworkList//networks/ [2022-05-05T10:11:24.184Z] === PAUSE TestNetworkList//networks/ [2022-05-05T10:11:24.184Z] === CONT TestNetworkList//networks [2022-05-05T10:11:24.184Z] === CONT TestNetworkList//networks/ [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkList (0.05s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-05T10:11:24.184Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestHostIPv4BridgeLabel [2022-05-05T10:11:24.184Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-05T10:11:24.184Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDaemonDefaultNetworkPools [2022-05-05T10:11:24.184Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-05T10:11:24.184Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-05T10:11:24.184Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-05T10:11:24.184Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestServiceWithPredefinedNetwork [2022-05-05T10:11:24.184Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-05T10:11:24.184Z] service_test.go:243: FLAKY_TEST [2022-05-05T10:11:24.184Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestServiceWithDataPathPortInit [2022-05-05T10:11:24.184Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-05T10:11:24.184Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-05T10:11:24.184Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T10:11:24.184Z] PASS [2022-05-05T10:11:24.184Z] ok github.com/docker/docker/integration/network 0.207s [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === Skipped [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-05T10:11:24.184Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-05T10:11:24.184Z] 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-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-05T10:11:24.184Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-05T10:11:24.184Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-05T10:11:24.184Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-05T10:11:24.184Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:243: FLAKY_TEST [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-05T10:11:24.184Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-05T10:11:24.184Z] [2022-05-05T10:11:24.184Z] DONE 34 tests, 15 skipped in 2.687s [2022-05-05T10:11:24.184Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-05T10:11:25.045Z] docker_cli_network_unix_test.go:46: [d458841ef30f0] daemon is not started [2022-05-05T10:11:25.179Z] testing: warning: no tests to run [2022-05-05T10:11:25.179Z] PASS [2022-05-05T10:11:25.179Z] ok github.com/docker/docker/integration/network/ipvlan 0.104s [2022-05-05T10:11:25.179Z] [2022-05-05T10:11:25.179Z] DONE 0 tests in 0.946s [2022-05-05T10:11:25.179Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-05T10:11:25.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-05-05T10:11:26.175Z] testing: warning: no tests to run [2022-05-05T10:11:26.175Z] PASS [2022-05-05T10:11:26.175Z] ok github.com/docker/docker/integration/network/macvlan 0.101s [2022-05-05T10:11:26.175Z] [2022-05-05T10:11:26.175Z] DONE 0 tests in 0.913s [2022-05-05T10:11:26.175Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-05T10:11:26.536Z] docker_cli_network_unix_test.go:46: [d487196ca5e82] daemon is not started [2022-05-05T10:11:26.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-05-05T10:11:27.100Z] docker_cli_network_unix_test.go:46: [da46986df91d3] daemon is not started [2022-05-05T10:11:27.100Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-05-05T10:11:27.171Z] testing: warning: no tests to run [2022-05-05T10:11:27.171Z] PASS [2022-05-05T10:11:27.171Z] ok github.com/docker/docker/integration/plugin 0.116s [2022-05-05T10:11:27.171Z] [2022-05-05T10:11:27.171Z] DONE 0 tests in 0.892s [2022-05-05T10:11:27.358Z] docker_cli_network_unix_test.go:46: [dcf9e5a4ff5e4] daemon is not started [2022-05-05T10:11:27.358Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-05-05T10:11:27.643Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-05T10:11:27.921Z] docker_cli_network_unix_test.go:46: [de65d34e401d5] daemon is not started [2022-05-05T10:11:28.507Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-05-05T10:11:28.637Z] testing: warning: no tests to run [2022-05-05T10:11:28.637Z] PASS [2022-05-05T10:11:28.637Z] ok github.com/docker/docker/integration/plugin/authz 0.101s [2022-05-05T10:11:28.637Z] [2022-05-05T10:11:28.637Z] DONE 0 tests in 0.910s [2022-05-05T10:11:28.637Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-05T10:11:28.767Z] docker_cli_network_unix_test.go:46: [d6dc79609c71b] daemon is not started [2022-05-05T10:11:29.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-05-05T10:11:29.330Z] docker_cli_network_unix_test.go:46: [d969a8343fe53] daemon is not started [2022-05-05T10:11:29.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-05-05T10:11:29.586Z] docker_cli_network_unix_test.go:46: [dcba68384639d] daemon is not started [2022-05-05T10:11:29.586Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-05-05T10:11:30.148Z] docker_cli_network_unix_test.go:46: [def583acc99ce] daemon is not started [2022-05-05T10:11:30.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-05-05T10:11:30.660Z] docker_cli_network_unix_test.go:46: [d1ffc52c2e9f7] daemon is not started [2022-05-05T10:11:30.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-05-05T10:11:30.660Z] docker_cli_network_unix_test.go:46: [d3be3a590ddeb] daemon is not started [2022-05-05T10:11:30.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-05-05T10:11:30.917Z] docker_cli_network_unix_test.go:46: [d74c5cf00a40b] daemon is not started [2022-05-05T10:11:30.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-05-05T10:11:31.480Z] docker_cli_network_unix_test.go:46: [d762a11ef653c] daemon is not started [2022-05-05T10:11:31.480Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-05-05T10:11:32.409Z] docker_cli_network_unix_test.go:46: [d8780a518b005] daemon is not started [2022-05-05T10:11:32.516Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-05T10:11:32.666Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-05-05T10:11:32.666Z] docker_cli_network_unix_test.go:46: [d4794f3cc825d] daemon is not started [2022-05-05T10:11:32.666Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-05-05T10:11:32.922Z] docker_cli_network_unix_test.go:46: [d1dda27501199] daemon is not started [2022-05-05T10:11:32.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-05-05T10:11:32.922Z] docker_cli_network_unix_test.go:46: [d5352ba644fe7] daemon is not started [2022-05-05T10:11:32.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-05-05T10:11:34.287Z] docker_cli_network_unix_test.go:968: [d0fb1495a0165] daemon is not started [2022-05-05T10:11:34.547Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:34.547Z] INFO: Testing against a local daemon [2022-05-05T10:11:34.547Z] === RUN TestPluginInvalidJSON [2022-05-05T10:11:34.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T10:11:34.547Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T10:11:34.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T10:11:34.547Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T10:11:34.547Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-05T10:11:34.547Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-05T10:11:34.547Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-05T10:11:34.547Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-05T10:11:34.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-05T10:11:34.548Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-05T10:11:34.548Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON (0.08s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-05T10:11:34.548Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-05T10:11:34.548Z] === RUN TestPluginInstall [2022-05-05T10:11:34.548Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-05T10:11:34.548Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-05T10:11:34.548Z] === RUN TestPluginsWithRuntimes [2022-05-05T10:11:34.548Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-05T10:11:34.548Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-05T10:11:34.548Z] === RUN TestPluginBackCompatMediaTypes [2022-05-05T10:11:34.548Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-05T10:11:34.548Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T10:11:34.548Z] PASS [2022-05-05T10:11:34.548Z] ok github.com/docker/docker/integration/plugin/common 0.173s [2022-05-05T10:11:34.548Z] [2022-05-05T10:11:34.548Z] === Skipped [2022-05-05T10:11:34.548Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-05T10:11:34.548Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-05T10:11:34.548Z] [2022-05-05T10:11:34.548Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-05T10:11:34.548Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-05T10:11:34.548Z] [2022-05-05T10:11:34.548Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-05T10:11:34.548Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-05T10:11:34.548Z] [2022-05-05T10:11:34.548Z] DONE 19 tests, 3 skipped in 5.792s [2022-05-05T10:11:34.548Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-05T10:11:35.213Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-05-05T10:11:36.176Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-05T10:11:36.575Z] docker_cli_network_unix_test.go:46: [db85576abf11c] daemon is not started [2022-05-05T10:11:36.575Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-05-05T10:11:37.519Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:37.519Z] INFO: Testing against a local daemon [2022-05-05T10:11:37.519Z] === RUN TestExternalGraphDriver [2022-05-05T10:11:37.519Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-05T10:11:37.519Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-05T10:11:37.519Z] === RUN TestGraphdriverPluginV2 [2022-05-05T10:11:37.519Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-05T10:11:37.519Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-05T10:11:37.519Z] PASS [2022-05-05T10:11:37.519Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.136s [2022-05-05T10:11:37.519Z] [2022-05-05T10:11:37.519Z] === Skipped [2022-05-05T10:11:37.519Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-05T10:11:37.519Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-05T10:11:37.519Z] [2022-05-05T10:11:37.519Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-05T10:11:37.519Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-05T10:11:37.519Z] [2022-05-05T10:11:37.519Z] DONE 2 tests, 2 skipped in 2.785s [2022-05-05T10:11:37.519Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-05T10:11:38.348Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-05T10:11:39.094Z] docker_cli_network_unix_test.go:1116: [d2a275c5b8d2e] daemon is not started [2022-05-05T10:11:39.315Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-05T10:11:40.516Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:40.516Z] INFO: Testing against a local daemon [2022-05-05T10:11:40.516Z] === RUN TestReadPluginNoRead [2022-05-05T10:11:40.516Z] read_test.go:21: no unix domain sockets on Windows [2022-05-05T10:11:40.516Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-05T10:11:40.516Z] PASS [2022-05-05T10:11:40.516Z] ok github.com/docker/docker/integration/plugin/logging 0.120s [2022-05-05T10:11:40.516Z] [2022-05-05T10:11:40.516Z] === Skipped [2022-05-05T10:11:40.516Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-05T10:11:40.516Z] read_test.go:21: no unix domain sockets on Windows [2022-05-05T10:11:40.516Z] [2022-05-05T10:11:40.516Z] DONE 1 tests, 1 skipped in 2.704s [2022-05-05T10:11:40.516Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-05T10:11:41.513Z] testing: warning: no tests to run [2022-05-05T10:11:41.513Z] PASS [2022-05-05T10:11:41.513Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.093s [2022-05-05T10:11:41.513Z] [2022-05-05T10:11:41.513Z] DONE 0 tests in 1.417s [2022-05-05T10:11:41.985Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-05T10:11:42.365Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-05-05T10:11:42.365Z] docker_cli_network_unix_test.go:46: [de97b9ca2afb6] daemon is not started [2022-05-05T10:11:42.365Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-05-05T10:11:42.927Z] docker_cli_network_unix_test.go:46: [dd9b3d5d238a0] daemon is not started [2022-05-05T10:11:42.927Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-05-05T10:11:42.927Z] docker_cli_network_unix_test.go:46: [dc425b45ba52c] daemon is not started [2022-05-05T10:11:42.927Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-05-05T10:11:42.927Z] docker_cli_network_unix_test.go:46: [da58601b74c45] daemon is not started [2022-05-05T10:11:42.927Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-05-05T10:11:43.184Z] docker_cli_network_unix_test.go:46: [d4b971e345b9a] daemon is not started [2022-05-05T10:11:43.184Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-05-05T10:11:43.184Z] docker_cli_network_unix_test.go:46: [d6901c8d01c81] daemon is not started [2022-05-05T10:11:43.184Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-05-05T10:11:43.184Z] docker_cli_network_unix_test.go:46: [dac14479b14ab] daemon is not started [2022-05-05T10:11:43.184Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-05-05T10:11:44.077Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-05T10:11:44.219Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:44.219Z] INFO: Testing against a local daemon [2022-05-05T10:11:44.219Z] === RUN TestPluginWithDevMounts [2022-05-05T10:11:44.219Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:44.219Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-05T10:11:44.219Z] PASS [2022-05-05T10:11:44.219Z] ok github.com/docker/docker/integration/plugin/volumes 0.144s [2022-05-05T10:11:44.693Z] [2022-05-05T10:11:44.693Z] === Skipped [2022-05-05T10:11:44.693Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-05T10:11:44.693Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:44.693Z] [2022-05-05T10:11:44.693Z] DONE 1 tests, 1 skipped in 2.634s [2022-05-05T10:11:44.693Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-05T10:11:44.940Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-05T10:11:45.074Z] docker_cli_network_unix_test.go:46: [d5d1ab98ed290] daemon is not started [2022-05-05T10:11:45.637Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-05-05T10:11:45.894Z] docker_cli_network_unix_test.go:46: [de1a989337c5c] daemon is not started [2022-05-05T10:11:45.894Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-05-05T10:11:45.894Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-05T10:11:45.894Z] docker_cli_network_unix_test.go:46: [ddd02b5a24582] daemon is not started [2022-05-05T10:11:45.894Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-05-05T10:11:46.457Z] docker_cli_network_unix_test.go:46: [d874a6e8bf396] daemon is not started [2022-05-05T10:11:46.941Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:46.941Z] INFO: Testing against a local daemon [2022-05-05T10:11:46.941Z] === RUN TestSecretInspect [2022-05-05T10:11:46.941Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-05T10:11:46.941Z] === RUN TestSecretList [2022-05-05T10:11:46.941Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] --- SKIP: TestSecretList (0.00s) [2022-05-05T10:11:46.941Z] === RUN TestSecretsCreateAndDelete [2022-05-05T10:11:46.941Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-05T10:11:46.941Z] === RUN TestSecretsUpdate [2022-05-05T10:11:46.941Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-05T10:11:46.941Z] === RUN TestTemplatedSecret [2022-05-05T10:11:46.941Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-05T10:11:46.941Z] === RUN TestSecretCreateResolve [2022-05-05T10:11:46.941Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:46.941Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-05T10:11:46.941Z] PASS [2022-05-05T10:11:46.941Z] ok github.com/docker/docker/integration/secret 0.121s [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] === Skipped [2022-05-05T10:11:46.941Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-05T10:11:46.941Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-05T10:11:46.941Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-05T10:11:46.941Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-05T10:11:46.941Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-05T10:11:46.941Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-05T10:11:46.941Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:46.941Z] [2022-05-05T10:11:46.941Z] DONE 6 tests, 6 skipped in 2.138s [2022-05-05T10:11:46.941Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-05T10:11:47.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-05-05T10:11:47.020Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-05-05T10:11:47.805Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-05T10:11:49.908Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:49.908Z] INFO: Testing against a local daemon [2022-05-05T10:11:49.908Z] === RUN TestServiceCreateInit [2022-05-05T10:11:49.908Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-05T10:11:49.908Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-05T10:11:49.908Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceMultipleTimes [2022-05-05T10:11:49.908Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceConflict [2022-05-05T10:11:49.908Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceMaxReplicas [2022-05-05T10:11:49.908Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-05T10:11:49.908Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-05T10:11:49.908Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceSecretFileMode [2022-05-05T10:11:49.908Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceConfigFileMode [2022-05-05T10:11:49.908Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceSysctls [2022-05-05T10:11:49.908Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-05T10:11:49.908Z] === RUN TestCreateServiceCapabilities [2022-05-05T10:11:49.908Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-05T10:11:49.908Z] === RUN TestInspect [2022-05-05T10:11:49.908Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestInspect (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestCreateJob [2022-05-05T10:11:49.908Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestCreateJob (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestReplicatedJob [2022-05-05T10:11:49.908Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestUpdateReplicatedJob [2022-05-05T10:11:49.908Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServiceListWithStatuses [2022-05-05T10:11:49.908Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestDockerNetworkConnectAlias [2022-05-05T10:11:49.908Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestDockerNetworkReConnect [2022-05-05T10:11:49.908Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServicePlugin [2022-05-05T10:11:49.908Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:49.908Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServiceUpdateLabel [2022-05-05T10:11:49.908Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServiceUpdateSecrets [2022-05-05T10:11:49.908Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServiceUpdateConfigs [2022-05-05T10:11:49.908Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServiceUpdateNetwork [2022-05-05T10:11:49.908Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-05T10:11:49.908Z] === RUN TestServiceUpdatePidsLimit [2022-05-05T10:11:49.908Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:49.908Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-05T10:11:49.908Z] PASS [2022-05-05T10:11:50.380Z] ok github.com/docker/docker/integration/service 0.309s [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === Skipped [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-05-05T10:11:50.380Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T10:11:50.380Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-05T10:11:50.380Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-05T10:11:50.380Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-05T10:11:50.380Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-05T10:11:50.380Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-05T10:11:50.380Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-05T10:11:50.380Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-05T10:11:50.380Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-05T10:11:50.380Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-05T10:11:50.380Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-05T10:11:50.380Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-05T10:11:50.380Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-05T10:11:50.380Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-05T10:11:50.380Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-05T10:11:50.380Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-05T10:11:50.380Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-05T10:11:50.380Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-05T10:11:50.380Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-05T10:11:50.380Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-05T10:11:50.380Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-05T10:11:50.380Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-05T10:11:50.380Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-05T10:11:50.380Z] [2022-05-05T10:11:50.380Z] DONE 24 tests, 23 skipped in 3.260s [2022-05-05T10:11:50.380Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-05T10:11:51.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-05-05T10:11:51.443Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-05-05T10:11:52.485Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-05T10:11:52.612Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:52.613Z] INFO: Testing against a local daemon [2022-05-05T10:11:52.613Z] === RUN TestSessionCreate [2022-05-05T10:11:52.613Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-05T10:11:52.613Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-05T10:11:52.613Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-05T10:11:52.613Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-05T10:11:52.613Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-05T10:11:52.613Z] PASS [2022-05-05T10:11:52.613Z] ok github.com/docker/docker/integration/session 0.116s [2022-05-05T10:11:52.613Z] [2022-05-05T10:11:52.613Z] === Skipped [2022-05-05T10:11:52.613Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-05T10:11:52.613Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-05T10:11:52.613Z] [2022-05-05T10:11:52.613Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-05T10:11:52.613Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-05T10:11:52.613Z] [2022-05-05T10:11:52.613Z] DONE 2 tests, 2 skipped in 2.094s [2022-05-05T10:11:52.613Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-05T10:11:52.810Z] docker_cli_network_unix_test.go:1084: [ddfb70ee51528] daemon is not started [2022-05-05T10:11:54.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-05-05T10:11:54.701Z] docker_cli_network_unix_test.go:46: [d43325120f4ad] daemon is not started [2022-05-05T10:11:54.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-05-05T10:11:55.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:55.591Z] INFO: Testing against a local daemon [2022-05-05T10:11:55.591Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-05T10:11:55.591Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:55.591Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestDiskUsage [2022-05-05T10:11:55.591Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-05T10:11:55.591Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestEventsExecDie [2022-05-05T10:11:55.591Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-05T10:11:55.591Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestEventsBackwardsCompatible [2022-05-05T10:11:55.591Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-05T10:11:55.591Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestEventsVolumeCreate [2022-05-05T10:11:55.591Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-05T10:11:55.591Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestInfoAPI [2022-05-05T10:11:55.591Z] --- PASS: TestInfoAPI (0.07s) [2022-05-05T10:11:55.591Z] === RUN TestInfoAPIWarnings [2022-05-05T10:11:55.591Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:11:55.591Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestInfoDebug [2022-05-05T10:11:55.591Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:11:55.591Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestInfoInsecureRegistries [2022-05-05T10:11:55.591Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:11:55.591Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestInfoRegistryMirrors [2022-05-05T10:11:55.591Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:11:55.591Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-05T10:11:55.591Z] === RUN TestLoginFailsWithBadCredentials [2022-05-05T10:11:56.063Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-05-05T10:11:56.063Z] === RUN TestPingCacheHeaders [2022-05-05T10:11:56.069Z] docker_cli_network_unix_test.go:46: [dafeef76cc933] daemon is not started [2022-05-05T10:11:56.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-05-05T10:11:56.535Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-05T10:11:56.535Z] === RUN TestPingGet [2022-05-05T10:11:56.535Z] --- PASS: TestPingGet (0.04s) [2022-05-05T10:11:56.535Z] === RUN TestPingHead [2022-05-05T10:11:56.535Z] --- PASS: TestPingHead (0.06s) [2022-05-05T10:11:56.535Z] === RUN TestPingSwarmHeader [2022-05-05T10:11:56.535Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:56.535Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-05T10:11:56.535Z] === RUN TestVersion [2022-05-05T10:11:56.535Z] --- PASS: TestVersion (0.05s) [2022-05-05T10:11:56.535Z] PASS [2022-05-05T10:11:56.535Z] ok github.com/docker/docker/integration/system 1.379s [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === Skipped [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-05T10:11:56.535Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-05T10:11:56.535Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-05T10:11:56.535Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-05T10:11:56.535Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-05T10:11:56.535Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-05T10:11:56.535Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-05T10:11:56.535Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-05T10:11:56.535Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-05T10:11:56.535Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-05T10:11:56.535Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-05T10:11:56.535Z] [2022-05-05T10:11:56.535Z] DONE 16 tests, 10 skipped in 3.891s [2022-05-05T10:11:56.535Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-05T10:11:57.960Z] docker_cli_network_unix_test.go:46: [d2ec334109cd6] daemon is not started [2022-05-05T10:11:58.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-05-05T10:11:58.521Z] docker_cli_network_unix_test.go:46: [ddf65634f037f] daemon is not started [2022-05-05T10:11:58.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-05-05T10:11:59.082Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-05-05T10:11:59.082Z] docker_cli_network_unix_test.go:46: [db06a6985b3f6] daemon is not started [2022-05-05T10:11:59.339Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-05-05T10:11:59.664Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:11:59.664Z] INFO: Testing against a local daemon [2022-05-05T10:11:59.664Z] === RUN TestVolumesCreateAndList [2022-05-05T10:11:59.664Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-05T10:11:59.664Z] === RUN TestVolumesRemove [2022-05-05T10:11:59.900Z] docker_cli_network_unix_test.go:46: [d1feb67e67e0d] daemon is not started [2022-05-05T10:11:59.900Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesRemove (0.14s) [2022-05-05T10:12:00.136Z] === RUN TestVolumesInspect [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-05T10:12:00.136Z] === RUN TestVolumesInvalidJSON [2022-05-05T10:12:00.136Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-05T10:12:00.136Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-05T10:12:00.136Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-05T10:12:00.136Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-05T10:12:00.136Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-05T10:12:00.136Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-05T10:12:00.136Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-05T10:12:00.136Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-05T10:12:00.136Z] PASS [2022-05-05T10:12:00.136Z] ok github.com/docker/docker/integration/volume 0.389s [2022-05-05T10:12:00.136Z] [2022-05-05T10:12:00.136Z] DONE 9 tests in 3.413s [2022-05-05T10:12:00.136Z] INFO: make.ps1 ended at 05/05/2022 10:12:00 [2022-05-05T10:12:00.136Z] INFO: Integration CLI tests being run from the host: [2022-05-05T10:12:00.136Z] 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-05T10:12:00.829Z] docker_cli_network_unix_test.go:46: [d7762372e8e4c] daemon is not started [2022-05-05T10:12:01.086Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-05-05T10:12:06.371Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-05-05T10:12:07.299Z] docker_cli_network_unix_test.go:46: [d9db5dcd99d2b] daemon is not started [2022-05-05T10:12:07.299Z] --- PASS: TestDockerNetworkSuite (59.18s) [2022-05-05T10:12:07.299Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.07s) [2022-05-05T10:12:07.299Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2022-05-05T10:12:07.299Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.80s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.47s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.43s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.41s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.13s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.22s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.10s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.85s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.89s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.30s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.79s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.27s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.14s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.37s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.42s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2022-05-05T10:12:07.555Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.08s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.15s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.73s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.30s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.34s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.82s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.58s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.28s) [2022-05-05T10:12:07.555Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.26s) [2022-05-05T10:12:07.555Z] === RUN TestDockerHubPullSuite [2022-05-05T10:12:07.555Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-05-05T10:12:08.483Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-05-05T10:12:09.046Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-05-05T10:12:11.560Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-05-05T10:12:12.122Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-05-05T10:12:12.378Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-05-05T10:12:12.681Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-05T10:12:12.681Z] INFO: Testing against a local daemon [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-05T10:12:12.681Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-05T10:12:12.681Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-05T10:12:12.681Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-05T10:12:13.674Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-05T10:12:13.742Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-05-05T10:12:13.999Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-05-05T10:12:13.999Z] --- PASS: TestDockerHubPullSuite (6.58s) [2022-05-05T10:12:13.999Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.73s) [2022-05-05T10:12:13.999Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-05-05T10:12:13.999Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.69s) [2022-05-05T10:12:14.000Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.54s) [2022-05-05T10:12:14.000Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.28s) [2022-05-05T10:12:14.000Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.10s) [2022-05-05T10:12:14.000Z] PASS [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === Skipped [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-05-05T10:12:14.000Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-05T10:12:14.000Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-05T10:12:14.000Z] docker_cli_network_unix_test.go:46: [ddd02b5a24582] daemon is not started [2022-05-05T10:12:14.000Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] DONE 1265 tests, 51 skipped in 1452.871s [2022-05-05T10:12:14.000Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-05T10:12:14.000Z] ++++ cat bundles/test-integration/docker.pid [2022-05-05T10:12:14.000Z] +++ kill 9399 [2022-05-05T10:12:14.000Z] +++ /etc/init.d/apparmor stop [2022-05-05T10:12:14.000Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] Unloading profiles will leave already running processes permanently [2022-05-05T10:12:14.000Z] unconfined, which can lead to unexpected situations. [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.000Z] To set a process to complain mode, use the command line tool [2022-05-05T10:12:14.000Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-05T10:12:14.000Z] +++ true [2022-05-05T10:12:14.000Z] exiting test-integration [2022-05-05T10:12:14.000Z] ++ exit 0 [2022-05-05T10:12:14.000Z] [2022-05-05T10:12:14.145Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-05T10:12:14.562Z] + for job in $(jobs -p) [2022-05-05T10:12:14.562Z] + wait 7754 [2022-05-05T10:12:14.619Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-05T10:12:14.909Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-05T10:12:15.091Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-05T10:12:21.095Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-05-05T10:12:23.612Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-05-05T10:12:23.612Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-05T10:12:23.612Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-05-05T10:12:27.284Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-05T10:12:28.857Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-05-05T10:12:29.802Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-05-05T10:12:30.363Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-05-05T10:12:32.877Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-05-05T10:12:39.653Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-05T10:13:04.627Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-05T10:13:04.627Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-05T10:13:04.627Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-05T10:13:04.627Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-05T10:13:29.038Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-05-05T10:13:29.038Z] docker_cli_swarm_test.go:1180: [dc1fde4b6ccee] joining swarm manager [d3f195047d9ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:13:35.574Z] docker_cli_swarm_test.go:1189: [dc323dc555818] joining swarm manager [d3f195047d9ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:14:05.703Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-05T10:14:05.703Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-05T10:14:05.703Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-05T10:14:06.197Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-05T10:14:06.197Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-05T10:14:06.197Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-05T10:14:06.691Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-05T10:14:08.331Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-05T10:14:08.331Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-05T10:14:08.331Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-05T10:14:08.825Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-05T10:14:09.318Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-05T10:14:14.265Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-05-05T10:14:15.387Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-05T10:14:16.795Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-05T10:14:16.795Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-05T10:14:16.795Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-05T10:14:18.427Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-05-05T10:14:19.328Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-05T10:14:21.694Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-05-05T10:14:23.527Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-05T10:14:23.527Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-05T10:14:23.527Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-05T10:14:23.527Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-05T10:14:23.985Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-05T10:14:23.985Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-05T10:14:23.985Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-05T10:14:23.985Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-05T10:14:23.985Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-05T10:14:23.985Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-05T10:14:24.209Z] docker_cli_swarm_test.go:1112: [dfba43f5865e0] joining swarm manager [dd9dbfc2a87af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:14:24.443Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-05T10:14:25.135Z] docker_cli_swarm_test.go:1113: [db8c8c3bede3a] joining swarm manager [dd9dbfc2a87af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-05T10:14:27.107Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-05T10:14:27.107Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-05T10:14:27.107Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-05T10:14:27.107Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-05T10:14:27.107Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-05T10:14:27.107Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-05T10:14:27.107Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-05T10:14:27.107Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-05T10:14:27.107Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-05T10:14:27.107Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-05T10:14:27.107Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-05T10:14:29.128Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-05T10:14:29.128Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:14:29.128Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-05T10:14:29.128Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:14:29.128Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-05T10:14:29.128Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:14:29.128Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-05T10:14:29.587Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-05T10:14:35.437Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-05T10:14:35.805Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-05T10:14:35.805Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-05T10:14:35.805Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-05T10:14:35.805Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-05T10:14:35.805Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-05T10:14:35.805Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-05T10:14:35.805Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-05T10:14:35.805Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-05T10:14:35.805Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-05T10:14:38.181Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-05T10:14:38.863Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-05T10:14:38.863Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-05T10:14:38.863Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-05T10:14:38.863Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-05T10:14:38.863Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-05T10:14:47.563Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-05T10:14:48.489Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-05T10:14:53.194Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-05T10:14:53.194Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-05T10:14:53.194Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-05T10:14:53.194Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-05T10:14:53.194Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-05T10:14:53.194Z] === RUN TestDockerSuite/TestBuildFails [2022-05-05T10:14:54.728Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-05T10:14:54.728Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-05T10:15:00.872Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-05T10:15:01.785Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-05T10:15:08.848Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-05T10:15:15.910Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-05T10:15:22.974Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-05T10:15:23.939Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-05T10:15:29.719Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-05T10:15:29.719Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-05T10:15:29.719Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-05T10:15:30.176Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-05T10:15:30.633Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-05T10:15:30.633Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-05T10:15:30.633Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-05T10:15:36.566Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-05T10:15:40.935Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-05T10:15:40.935Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:15:40.935Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-05T10:15:46.511Z] docker_cli_swarm_test.go:1166: [d0fcebbed77de] joining swarm manager [dd9dbfc2a87af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-05T10:15:48.938Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-05T10:15:55.729Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-05T10:15:55.729Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-05T10:15:57.359Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-05T10:15:57.359Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-05T10:15:57.359Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-05T10:15:58.397Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-05T10:15:58.397Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-05T10:16:03.920Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-05T10:16:04.465Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-05T10:16:04.959Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-05T10:16:05.452Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-05T10:16:06.489Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-05T10:16:06.982Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-05T10:16:08.623Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-05T10:16:10.262Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-05T10:16:16.480Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-05T10:16:16.480Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-05T10:16:16.480Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-05T10:16:16.480Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-05T10:16:16.480Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-05T10:16:16.937Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-05T10:16:16.937Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-05T10:16:16.937Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-05T10:16:16.937Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-05T10:16:17.905Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-05T10:16:18.363Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-05T10:16:24.146Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-05T10:16:25.158Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-05-05T10:16:25.158Z] docker_cli_swarm_test.go:1447: [d28553d675f56] joining swarm manager [d6097bf2e0d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:16:25.158Z] docker_cli_swarm_test.go:1448: [dd0aeb3498e1b] joining swarm manager [d6097bf2e0d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-05T10:16:33.236Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-05-05T10:16:34.601Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-05-05T10:16:34.601Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-05-05T10:16:34.857Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-05-05T10:16:34.857Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-05-05T10:16:35.419Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-05-05T10:16:37.933Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-05-05T10:16:41.200Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-05-05T10:16:43.738Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-05-05T10:16:45.421Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-05T10:16:45.421Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-05T10:16:45.421Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-05T10:16:45.421Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-05T10:16:45.626Z] docker_cli_swarm_unix_test.go:63: [df2102ce39157] joining swarm manager [d5cbfd9627de4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:17:14.820Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-05T10:17:14.820Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-05T10:17:14.820Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-05T10:17:17.059Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-05T10:17:17.059Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-05T10:17:22.971Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-05T10:17:23.443Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-05T10:17:23.443Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-05T10:17:23.443Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-05T10:17:23.443Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-05T10:17:23.443Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-05T10:17:23.443Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-05T10:17:23.443Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-05T10:17:23.914Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-05T10:17:25.493Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-05T10:17:28.200Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-05T10:17:29.311Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-05T10:17:31.544Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-05T10:17:31.544Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-05T10:17:31.544Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-05T10:17:31.544Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-05T10:17:31.544Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-05T10:17:31.544Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-05T10:17:35.356Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-05T10:17:40.567Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-05T10:17:41.790Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-05-05T10:17:41.790Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-05-05T10:17:41.790Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-05-05T10:17:43.158Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-05T10:17:45.809Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-05T10:17:45.809Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-05T10:17:45.809Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-05T10:17:45.809Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-05T10:17:46.355Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-05T10:17:46.426Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-05-05T10:17:48.943Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-05-05T10:17:49.571Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-05T10:17:50.341Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-05T10:17:50.834Z] docker_api_swarm_test.go:962: [da97bef8e93d1] joining swarm manager [df4a48966b83d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-05T10:17:53.485Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-05T10:17:53.618Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-05T10:17:59.461Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-05T10:17:59.469Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-05T10:17:59.469Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-05T10:17:59.469Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-05T10:17:59.469Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-05T10:17:59.927Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-05T10:17:59.927Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-05T10:17:59.927Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-05T10:17:59.927Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-05T10:17:59.927Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-05T10:17:59.927Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-05T10:17:59.927Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-05T10:18:00.805Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-05T10:18:02.380Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-05T10:18:02.380Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-05T10:18:02.380Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-05T10:18:04.608Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-05T10:18:04.608Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:18:04.608Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-05T10:18:04.608Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:18:04.608Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-05T10:18:04.608Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:18:04.608Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-05T10:18:06.142Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-05T10:18:06.194Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-05T10:18:08.431Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-05T10:18:08.895Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-05-05T10:18:13.232Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-05T10:18:20.531Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-05T10:18:20.531Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-05T10:18:20.531Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-05T10:18:20.968Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-05T10:18:20.968Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-05T10:18:20.968Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-05T10:18:20.968Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-05T10:18:20.968Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-05T10:18:20.968Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-05T10:18:20.968Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-05T10:18:20.968Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-05T10:18:20.968Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-05T10:18:20.968Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-05T10:18:21.057Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-05-05T10:18:22.943Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-05-05T10:18:24.830Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-05-05T10:18:27.591Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-05T10:18:28.093Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-05-05T10:18:28.557Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-05T10:18:28.557Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-05T10:18:28.557Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-05T10:18:28.557Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-05T10:18:28.557Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-05T10:18:30.904Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-05T10:18:30.904Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-05T10:18:30.904Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-05T10:18:30.904Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-05T10:18:30.904Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-05T10:18:30.904Z] === RUN TestDockerSuite/TestBuildFails [2022-05-05T10:18:32.283Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-05T10:18:33.807Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-05T10:18:33.807Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-05T10:18:36.188Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-05-05T10:18:36.963Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-05T10:18:39.864Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-05T10:18:40.322Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-05T10:18:40.779Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-05T10:18:41.432Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-05-05T10:18:42.364Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-05T10:18:43.320Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-05-05T10:18:43.676Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-05T10:18:44.640Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-05T10:18:45.834Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-05-05T10:18:46.176Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-05T10:18:48.348Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-05-05T10:18:50.864Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-05-05T10:18:50.942Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-05T10:18:54.257Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-05-05T10:18:56.145Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-05-05T10:18:56.481Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-05T10:18:58.654Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-05T10:18:59.501Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-05T10:19:06.569Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-05T10:19:07.027Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-05T10:19:08.966Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-05T10:19:12.011Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-05T10:19:12.011Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-05T10:19:12.011Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-05T10:19:12.011Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-05T10:19:12.011Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-05T10:19:13.648Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-05T10:19:14.100Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-05T10:19:14.100Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-05T10:19:14.100Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-05T10:19:14.559Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-05T10:19:15.524Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-05T10:19:15.524Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-05T10:19:15.524Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-05T10:19:23.953Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-05T10:19:27.885Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-05T10:19:27.885Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:19:27.885Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-05T10:19:28.632Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-05T10:19:33.316Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-05T10:19:33.316Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-05T10:19:33.789Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-05T10:19:34.412Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-05T10:19:34.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-05T10:19:35.377Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-05T10:19:35.377Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-05T10:19:35.835Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-05T10:19:35.835Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-05T10:19:35.835Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-05T10:19:38.009Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-05T10:19:38.009Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-05T10:19:38.009Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-05T10:19:42.678Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-05T10:19:42.678Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-05T10:19:43.495Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-05T10:19:43.495Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-05T10:19:44.490Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-05T10:19:45.576Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-05T10:19:45.576Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-05T10:19:45.576Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-05T10:19:46.547Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-05T10:19:46.547Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-05T10:19:51.684Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-05T10:19:52.325Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-05-05T10:19:52.351Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-05T10:19:53.888Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-05T10:19:54.852Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-05T10:19:55.817Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-05T10:19:56.783Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-05T10:19:57.748Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-05T10:19:59.921Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-05T10:20:02.156Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-05T10:20:07.156Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-05T10:20:08.480Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-05T10:20:08.480Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-05T10:20:08.480Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-05T10:20:09.447Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-05T10:20:12.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-05T10:20:12.625Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-05T10:20:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-05T10:20:16.507Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-05T10:20:20.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-05T10:20:20.294Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-05T10:20:20.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-05T10:20:20.294Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-05T10:20:20.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-05T10:20:25.190Z] --- PASS: TestDockerSwarmSuite (1596.02s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.15s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.07s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.00s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.25s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.91s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.30s) [2022-05-05T10:20:25.191Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.62s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.79s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.45s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (30.49s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.34s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.48s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.17s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.12s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (42.76s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.28s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.31s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.50s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.58s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (56.00s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.64s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.66s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.21s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.43s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.07s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.09s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.41s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.66s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.61s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.88s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.97s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.38s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.76s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.58s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.25s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.54s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.45s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.85s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.55s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.13s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.46s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.30s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.87s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.06s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (2.54s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.79s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.14s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.84s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.04s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.59s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.61s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.64s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.25s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.08s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.35s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.53s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.91s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.27s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.92s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.16s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.05s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.98s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.08s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.60s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.73s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.66s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.65s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.70s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.73s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.13s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.18s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (14.95s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.25s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.95s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (139.60s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.48s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.50s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.10s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.49s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.90s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.61s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.61s) [2022-05-05T10:20:25.191Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.34s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.18s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (42.99s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.00s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.77s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (118.18s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.19s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.40s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.15s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.32s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.05s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.30s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.21s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.37s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.94s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.19s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.59s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.50s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.58s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.56s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.18s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.22s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.89s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.16s) [2022-05-05T10:20:25.191Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s) [2022-05-05T10:20:25.191Z] === RUN TestDockerExternalVolumeSuite [2022-05-05T10:20:25.191Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-05-05T10:20:25.191Z] docker_cli_external_volume_driver_test.go:53: [d426760fbc7c1] daemon is not started [2022-05-05T10:20:28.667Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-05T10:20:29.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-05T10:20:29.008Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-05T10:20:29.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-05T10:20:29.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-05T10:20:29.008Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-05T10:20:29.481Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-05T10:20:29.481Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-05T10:20:29.481Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-05T10:20:37.589Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-05T10:20:37.589Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-05T10:20:37.589Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-05T10:20:39.806Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-05T10:20:40.024Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-05-05T10:20:46.430Z] === RUN TestDockerSuite/TestBuildRm [2022-05-05T10:21:01.292Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-05T10:21:04.222Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-05T10:21:04.222Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-05T10:21:04.222Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-05T10:21:04.222Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-05T10:21:04.683Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-05T10:21:06.216Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-05T10:21:10.894Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-05T10:21:15.574Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-05T10:21:20.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-05T10:21:21.358Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-05T10:21:22.695Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-05T10:21:23.428Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-05T10:21:23.428Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-05T10:21:23.900Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-05T10:21:23.900Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:21:24.373Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-05T10:21:26.607Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-05T10:21:26.608Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-05T10:21:26.608Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-05T10:21:32.510Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-05T10:21:34.089Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-05T10:21:34.089Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-05T10:21:34.089Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-05T10:21:34.089Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-05T10:21:34.089Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-05T10:21:36.321Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-05T10:21:37.903Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-05T10:21:38.377Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-05T10:21:39.022Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-05T10:21:39.374Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-05T10:21:39.480Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-05T10:21:39.847Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-05T10:21:40.364Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-05T10:21:40.446Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-05T10:21:47.044Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-05T10:21:47.534Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-05T10:21:47.635Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-05-05T10:21:50.020Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-05T10:21:50.020Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-05T10:21:50.020Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-05T10:21:50.941Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-05T10:21:50.941Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-05T10:21:51.598Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-05T10:21:51.598Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-05T10:21:51.598Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-05T10:21:52.070Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-05T10:21:54.973Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-05T10:21:55.043Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-05T10:21:55.714Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-05-05T10:21:55.936Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-05T10:21:55.936Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-05T10:21:56.043Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-05T10:21:56.515Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-05T10:21:56.515Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-05T10:21:56.988Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-05T10:21:57.983Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-05T10:21:58.977Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-05T10:21:58.977Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-05T10:21:58.977Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-05T10:21:58.977Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-05T10:21:58.977Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-05T10:22:00.865Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-05T10:22:02.382Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-05T10:22:06.176Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-05T10:22:10.545Z] docker_cli_external_volume_driver_test.go:53: [d147de68852d4] daemon is not started [2022-05-05T10:22:21.984Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-05T10:22:21.984Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-05T10:22:21.984Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-05T10:22:25.390Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-05-05T10:22:25.714Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-05T10:22:27.246Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-05T10:22:27.551Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-05T10:22:27.551Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-05T10:22:27.551Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-05T10:22:33.023Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-05T10:22:34.614Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-05T10:22:35.580Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-05T10:22:35.580Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-05T10:22:35.580Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-05T10:22:35.580Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-05T10:22:35.580Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-05T10:22:37.707Z] === RUN TestDockerSuite/TestBuildUser [2022-05-05T10:22:37.707Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-05T10:22:37.707Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-05T10:22:37.707Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-05T10:22:37.707Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-05T10:22:37.707Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-05T10:22:37.707Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-05T10:22:40.220Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-05-05T10:22:40.270Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-05T10:22:42.393Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-05T10:22:43.359Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-05T10:22:46.058Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-05T10:22:47.090Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-05T10:22:47.090Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-05T10:22:47.090Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-05T10:22:47.090Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-05T10:22:47.090Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-05T10:22:48.959Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-05T10:22:48.962Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-05T10:22:48.962Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-05T10:22:48.962Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-05T10:22:49.417Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-05T10:22:49.418Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-05T10:22:52.313Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-05T10:22:53.847Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-05T10:22:54.867Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-05T10:22:54.867Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-05T10:22:54.867Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-05T10:22:54.867Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-05T10:22:55.340Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-05T10:22:55.340Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-05T10:22:55.340Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-05T10:22:55.378Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-05T10:22:56.335Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-05T10:22:56.335Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-05T10:22:56.335Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-05T10:22:58.258Z] docker_cli_external_volume_driver_test.go:53: [dfd1ec49c4e9d] daemon is not started [2022-05-05T10:23:07.748Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-05T10:23:08.208Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-05T10:23:10.417Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-05-05T10:23:10.418Z] docker_cli_external_volume_driver_test.go:53: [de3c1fef40783] daemon is not started [2022-05-05T10:23:12.290Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-05T10:23:12.749Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-05T10:23:20.702Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-05T10:23:23.061Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-05T10:23:24.438Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-05T10:23:25.273Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-05-05T10:23:30.130Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-05T10:23:30.130Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-05T10:23:30.130Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-05T10:23:30.130Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-05T10:23:30.130Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-05T10:23:32.297Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-05T10:23:32.297Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-05T10:23:32.297Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-05T10:23:32.297Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-05T10:23:33.857Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-05T10:23:33.857Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-05T10:23:33.857Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-05T10:23:36.806Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-05T10:23:42.587Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-05T10:23:46.221Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-05T10:23:48.369Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-05T10:23:49.333Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-05T10:23:49.333Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-05T10:23:49.333Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-05T10:23:49.333Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-05T10:23:49.333Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-05T10:23:52.003Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-05T10:23:52.003Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-05T10:23:53.060Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-05T10:23:53.060Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-05T10:23:53.060Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-05T10:23:57.290Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-05-05T10:24:02.474Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-05T10:24:03.470Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-05T10:24:04.465Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-05T10:24:06.861Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-05T10:24:06.861Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-05T10:24:07.355Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-05T10:24:07.355Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-05T10:24:07.848Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-05T10:24:07.848Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-05T10:24:07.848Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-05T10:24:09.493Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-05T10:24:14.930Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-05T10:24:15.324Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-05-05T10:24:17.907Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-05T10:24:18.199Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-05T10:24:20.372Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-05T10:24:20.372Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-05T10:24:20.372Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-05T10:24:20.372Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-05T10:24:20.372Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-05T10:24:20.372Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T10:24:20.830Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-05T10:24:21.722Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-05T10:24:23.003Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-05T10:24:28.784Z] === RUN TestDockerSuite/TestCommitChange [2022-05-05T10:24:30.182Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-05-05T10:24:34.567Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-05T10:24:39.249Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-05T10:24:39.249Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-05T10:24:39.249Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-05T10:24:43.847Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-05T10:24:47.805Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-05T10:24:47.805Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:24:47.805Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-05T10:24:56.364Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-05T10:25:01.053Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-05T10:25:01.053Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.053Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-05T10:25:01.053Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.053Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-05T10:25:01.053Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.054Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-05T10:25:01.054Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.054Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-05T10:25:01.054Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.054Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-05T10:25:01.054Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.054Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-05T10:25:01.054Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-05T10:25:01.054Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-05T10:25:01.054Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-05T10:25:04.919Z] === RUN TestDockerSuite/TestBuildRm [2022-05-05T10:25:09.756Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-05T10:25:16.791Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-05-05T10:25:18.315Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-05T10:25:18.315Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-05T10:25:18.315Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-05T10:25:19.848Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-05T10:25:19.848Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-05T10:25:19.848Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-05T10:25:19.848Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-05T10:25:19.848Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-05T10:25:19.848Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-05T10:25:19.848Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-05T10:25:22.588Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-05T10:25:22.747Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-05T10:25:22.747Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-05T10:25:22.747Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-05T10:25:22.747Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-05T10:25:25.488Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-05T10:25:25.488Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-05T10:25:25.488Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-05T10:25:25.488Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-05T10:25:25.488Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-05T10:25:25.648Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-05T10:25:25.648Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-05T10:25:25.648Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-05T10:25:25.648Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-05T10:25:25.648Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-05T10:25:25.648Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-05T10:25:25.648Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-05T10:25:25.648Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-05T10:25:27.020Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-05T10:25:29.474Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-05T10:25:31.648Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-05T10:25:32.801Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-05T10:25:34.129Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-05T10:25:34.550Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-05T10:25:34.550Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-05T10:25:34.550Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-05T10:25:34.550Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-05T10:25:34.826Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-05-05T10:25:36.729Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-05T10:25:36.729Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-05T10:25:37.490Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-05T10:25:37.949Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-05T10:25:37.949Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-05T10:25:37.949Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-05T10:25:39.628Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-05T10:25:39.628Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-05T10:25:39.628Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-05T10:25:39.628Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-05T10:25:39.628Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-05T10:25:42.525Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-05T10:25:42.525Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-05T10:25:43.269Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-05T10:25:44.698Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-05T10:25:44.698Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-05T10:25:44.698Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-05T10:25:48.433Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-05T10:25:48.891Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-05T10:25:51.791Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-05T10:25:56.471Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-05T10:26:01.289Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-05T10:26:01.289Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-05T10:26:01.289Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-05T10:26:01.289Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-05T10:26:01.289Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-05T10:26:03.466Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-05T10:26:03.466Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-05T10:26:03.466Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-05T10:26:04.343Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-05T10:26:04.343Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-05T10:26:04.343Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-05T10:26:06.366Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-05T10:26:06.366Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-05T10:26:06.366Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-05T10:26:06.868Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-05-05T10:26:08.918Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-05T10:26:08.918Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-05T10:26:13.608Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-05T10:26:14.700Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-05T10:26:14.700Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-05T10:26:15.951Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-05T10:26:15.951Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-05T10:26:15.951Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-05T10:26:15.951Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-05T10:26:15.951Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-05T10:26:15.951Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-05T10:26:15.951Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-05T10:26:15.951Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-05T10:26:15.951Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-05T10:26:15.951Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-05T10:26:15.951Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-05T10:26:18.587Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-05T10:26:18.587Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-05-05T10:26:20.862Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-05T10:26:20.909Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-05-05T10:26:21.332Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-05T10:26:23.607Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-05-05T10:26:26.689Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-05-05T10:26:27.286Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-05T10:26:30.115Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004558_} [2022-05-05T10:26:32.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12147433166_c:\foo_false____} [2022-05-05T10:26:35.258Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12147433166_c:\foo_true____} [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-05T10:26:38.163Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-05T10:26:38.163Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-05T10:26:38.163Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-05T10:26:38.163Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-05T10:26:38.163Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-05T10:26:38.163Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-05T10:26:38.163Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-05T10:26:38.886Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-05-05T10:26:41.065Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-05T10:26:41.065Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.065Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-05T10:26:41.065Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-05T10:26:41.528Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-05T10:26:41.528Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:26:41.528Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-05T10:26:44.432Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-05T10:26:44.432Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-05T10:26:44.432Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-05T10:26:44.432Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-05T10:26:47.333Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-05T10:26:47.333Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-05T10:26:47.333Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-05T10:26:47.333Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-05T10:26:47.333Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-05T10:26:47.333Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-05T10:26:47.791Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-05T10:26:52.600Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-05T10:26:52.600Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-05T10:26:52.600Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-05T10:26:53.674Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-05T10:26:53.719Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-05-05T10:26:55.852Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-05T10:26:55.852Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:26:55.852Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-05T10:26:55.852Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-05T10:26:55.852Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-05T10:26:56.333Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-05T10:26:57.876Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-05T10:27:03.761Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-05T10:27:08.484Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-05T10:27:08.484Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:27:08.484Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-05T10:27:08.484Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:27:08.484Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-05T10:27:08.550Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-05-05T10:27:08.550Z] docker_cli_external_volume_driver_test.go:485: [de8b900a88111] daemon is not started [2022-05-05T10:27:09.601Z] === RUN TestDockerSuite/TestBuildUser [2022-05-05T10:27:09.601Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-05T10:27:09.601Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-05T10:27:09.601Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-05T10:27:09.601Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-05T10:27:09.601Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-05T10:27:09.601Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-05T10:27:18.788Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-05T10:27:18.789Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-05T10:27:18.789Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-05T10:27:18.789Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-05T10:27:18.789Z] === RUN TestDockerSuite/TestCpToDot [2022-05-05T10:27:19.511Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-05T10:27:19.511Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-05T10:27:20.060Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-05T10:27:20.060Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-05T10:27:20.323Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-05T10:27:20.323Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-05T10:27:20.323Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-05T10:27:20.323Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-05T10:27:20.323Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-05T10:27:20.505Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-05T10:27:24.051Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-05T10:27:24.051Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-05T10:27:24.051Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-05T10:27:24.051Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-05T10:27:24.051Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-05T10:27:24.903Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-05T10:27:24.903Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-05T10:27:24.903Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-05T10:27:24.903Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-05T10:27:24.903Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-05T10:27:26.591Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-05-05T10:27:26.591Z] docker_cli_external_volume_driver_test.go:53: [d37290ae18872] daemon is not started [2022-05-05T10:27:26.951Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-05T10:27:29.848Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-05T10:27:29.848Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-05T10:27:29.848Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-05T10:27:32.020Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-05T10:27:32.983Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-05T10:27:32.984Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-05T10:27:32.984Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-05T10:27:33.441Z] === RUN TestDockerSuite/TestCreateRM [2022-05-05T10:27:33.899Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-05T10:27:33.899Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T10:27:33.899Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-05T10:27:33.899Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-05T10:27:34.356Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite (437.07s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.14s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.27s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.25s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.21s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.59s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.08s) [2022-05-05T10:27:41.425Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-05-05T10:27:41.425Z] PASS [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] === Skipped [2022-05-05T10:27:41.425Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-05T10:27:41.425Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-05T10:27:41.425Z] check_test.go:307: [d56223c17821b] daemon is not started [2022-05-05T10:27:41.425Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-05T10:27:41.425Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-05T10:27:41.425Z] check_test.go:307: [d43943d8d6b4d] daemon is not started [2022-05-05T10:27:41.425Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-05T10:27:41.425Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-05T10:27:41.425Z] check_test.go:307: [da52769696ac8] daemon is not started [2022-05-05T10:27:41.425Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-05T10:27:41.425Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-05T10:27:41.425Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-05T10:27:41.425Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-05T10:27:41.425Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] DONE 269 tests, 5 skipped in 2378.178s [2022-05-05T10:27:41.425Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-05T10:27:41.425Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7bfd7d7137c3/docker.pid [2022-05-05T10:27:41.425Z] +++ kill 7106 [2022-05-05T10:27:41.425Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7106 is not a child of this shell [2022-05-05T10:27:41.425Z] warning: PID 7106 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7bfd7d7137c3/docker.pid had a nonzero exit code [2022-05-05T10:27:41.425Z] ++++ cat bundles/test-integration/docker.pid [2022-05-05T10:27:41.425Z] +++ kill 9338 [2022-05-05T10:27:41.425Z] +++ /etc/init.d/apparmor stop [2022-05-05T10:27:41.425Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] Unloading profiles will leave already running processes permanently [2022-05-05T10:27:41.425Z] unconfined, which can lead to unexpected situations. [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] To set a process to complain mode, use the command line tool [2022-05-05T10:27:41.425Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-05T10:27:41.425Z] +++ true [2022-05-05T10:27:41.425Z] exiting test-integration [2022-05-05T10:27:41.425Z] ++ exit 0 [2022-05-05T10:27:41.425Z] [2022-05-05T10:27:41.425Z] + exit 0 [2022-05-05T10:27:41.425Z] ++ jobs -p [2022-05-05T10:27:41.425Z] + pids= [2022-05-05T10:27:41.425Z] + echo 'Remaining pids to kill: []' [2022-05-05T10:27:41.425Z] Remaining pids to kill: [] [2022-05-05T10:27:41.425Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-05-05T10:27:41.444Z] Recording test results [2022-05-05T10:27:43.139Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-05T10:27:43.455Z] + echo Ensuring container killed. [2022-05-05T10:27:43.455Z] Ensuring container killed. [2022-05-05T10:27:43.455Z] + docker ps -aq -f name=docker-pr3-* [2022-05-05T10:27:43.455Z] + cids=fb18d15db024 [2022-05-05T10:27:43.455Z] 40e8ea9f5d18 [2022-05-05T10:27:43.455Z] 6255f125a403 [2022-05-05T10:27:43.455Z] + [ -n fb18d15db024 [2022-05-05T10:27:43.455Z] 40e8ea9f5d18 [2022-05-05T10:27:43.455Z] 6255f125a403 ] [2022-05-05T10:27:43.455Z] + docker rm -vf fb18d15db024 40e8ea9f5d18 6255f125a403 [2022-05-05T10:27:44.383Z] fb18d15db024 [2022-05-05T10:27:44.383Z] 40e8ea9f5d18 [2022-05-05T10:27:44.383Z] 6255f125a403 [Pipeline] sh [2022-05-05T10:27:44.666Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-05T10:27:44.666Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-05T10:27:44.666Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-05T10:27:44.700Z] + echo Chowning /workspace to jenkins user [2022-05-05T10:27:44.700Z] Chowning /workspace to jenkins user [2022-05-05T10:27:44.700Z] + id -u [2022-05-05T10:27:44.700Z] + id -g [2022-05-05T10:27:44.700Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43563:/workspace busybox chown -R 1000:1000 /workspace [2022-05-05T10:27:44.700Z] Unable to find image 'busybox:latest' locally [2022-05-05T10:27:44.700Z] latest: Pulling from library/busybox [2022-05-05T10:27:44.956Z] 50e8d59317eb: Pulling fs layer [2022-05-05T10:27:44.956Z] 50e8d59317eb: Download complete [2022-05-05T10:27:44.956Z] 50e8d59317eb: Pull complete [2022-05-05T10:27:44.956Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-05T10:27:44.956Z] Status: Downloaded newer image for busybox:latest [2022-05-05T10:27:45.858Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-05T10:27:47.806Z] + bundleName=amd64 [2022-05-05T10:27:47.806Z] + echo Creating amd64-bundles.tar.gz [2022-05-05T10:27:47.806Z] Creating amd64-bundles.tar.gz [2022-05-05T10:27:47.806Z] + xargs tar -czf amd64-bundles.tar.gz [2022-05-05T10:27:47.806Z] + 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-05T10:27:48.392Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-05T10:27:48.392Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-05T10:27:48.392Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:27:48.392Z] === RUN TestDockerSuite/TestCreateWithWorkdir [Pipeline] archiveArtifacts [2022-05-05T10:27:49.179Z] Archiving artifacts [2022-05-05T10:27:51.216Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T10:27:51.292Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-05T10:27:51.292Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.292Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-05T10:27:51.292Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-05T10:27:51.292Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.566Z] + make clean [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-05T10:27:51.749Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-05T10:27:51.749Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDockerFails [2022-05-05T10:27:51.749Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-05T10:27:51.749Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.750Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-05T10:27:51.750Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.750Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-05T10:27:51.750Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.750Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-05T10:27:51.750Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.750Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-05T10:27:51.750Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-05T10:27:51.750Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-05T10:27:51.821Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T10:27:51.821Z] docker-dev-cache [2022-05-05T10:27:51.821Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T10:27:55.243Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-05T10:27:55.243Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-05T10:27:55.489Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-05T10:27:57.663Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-05T10:28:00.833Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-05T10:28:01.391Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-05T10:28:05.807Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-05T10:28:11.844Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-05T10:28:13.082Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-05T10:28:13.082Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-05T10:28:13.082Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-05T10:28:13.082Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-05T10:28:13.082Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-05T10:28:15.814Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-05T10:28:16.624Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-05T10:28:17.026Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-05T10:28:17.026Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-05T10:28:17.026Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-05T10:28:22.504Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-05T10:28:25.076Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-05T10:28:26.065Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-05T10:28:31.008Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-05T10:28:32.282Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-05T10:28:32.579Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-05T10:28:33.607Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-05T10:28:37.213Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-05T10:28:37.213Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-05T10:28:39.492Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-05T10:28:45.372Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-05T10:28:45.372Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-05T10:28:45.372Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-05T10:28:45.372Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:28:45.372Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-05T10:28:45.372Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-05T10:28:45.372Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-05T10:28:45.372Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-05T10:28:45.372Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-05T10:28:46.944Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-05T10:28:46.944Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-05T10:28:46.944Z] === RUN TestDockerSuite/TestEventsRename [2022-05-05T10:28:49.979Z] === RUN TestDockerSuite/TestEventsResize [2022-05-05T10:28:55.381Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-05T10:28:55.381Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-05T10:28:55.381Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-05T10:28:55.381Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-05T10:28:55.381Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-05T10:28:55.381Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-05T10:28:55.381Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-05T10:28:55.874Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-05T10:28:58.584Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-05T10:28:58.659Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-05T10:29:00.881Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-05T10:29:03.841Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-05T10:29:06.578Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-05T10:29:07.615Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-05T10:29:07.615Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-05T10:29:08.109Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-05T10:29:08.109Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-05T10:29:08.109Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-05T10:29:08.109Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T10:29:08.602Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-05T10:29:09.729Z] === RUN TestDockerSuite/TestEventsTop [2022-05-05T10:29:09.729Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-05T10:29:09.729Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-05T10:29:10.922Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-05T10:29:10.922Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:29:10.922Z] === RUN TestDockerSuite/TestCommitChange [2022-05-05T10:29:11.952Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-05T10:29:16.449Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-05T10:29:16.983Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-05T10:29:17.834Z] === RUN TestDockerSuite/TestExec [2022-05-05T10:29:17.834Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:29:17.834Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-05T10:29:17.834Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:29:17.834Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-05T10:29:19.407Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-05T10:29:21.630Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-05T10:29:21.630Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-05T10:29:21.630Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-05T10:29:21.630Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-05T10:29:21.630Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-05T10:29:21.630Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:29:21.630Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-05T10:29:23.069Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-05T10:29:23.070Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-05T10:29:23.070Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-05T10:29:24.591Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-05T10:29:26.813Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-05T10:29:29.035Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-05T10:29:31.259Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-05T10:29:31.421Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-05T10:29:33.773Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-05T10:29:33.773Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:29:33.773Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-05T10:29:41.708Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-05T10:29:41.708Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-05T10:29:41.708Z] === RUN TestDockerSuite/TestExecEnv [2022-05-05T10:29:41.708Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:29:41.708Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-05T10:29:41.708Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-05T10:29:41.708Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-05T10:29:42.897Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-05T10:29:43.932Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-05T10:29:47.828Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-05T10:29:47.828Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-05T10:29:47.828Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-05T10:29:47.828Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-05T10:29:47.828Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-05T10:29:47.828Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-05T10:29:47.828Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-05T10:29:47.828Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-05T10:29:48.732Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-05T10:29:48.732Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-05T10:29:48.732Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-05T10:29:48.732Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-05T10:29:48.732Z] === RUN TestDockerSuite/TestExecParseError [2022-05-05T10:29:48.732Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-05T10:29:48.732Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-05T10:29:48.732Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-05T10:29:48.732Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-05T10:29:48.732Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-05T10:29:48.732Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-05T10:29:51.701Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-05T10:29:51.701Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-05T10:29:51.701Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-05T10:29:51.701Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-05T10:29:51.701Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-05T10:29:51.701Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:29:51.701Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-05T10:29:51.701Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-05T10:29:51.701Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-05T10:29:51.701Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-05T10:29:51.701Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-05T10:29:53.925Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-05T10:29:53.925Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-05T10:29:53.925Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-05T10:29:56.735Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-05T10:29:59.809Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-05T10:29:59.809Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-05T10:29:59.809Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-05T10:29:59.809Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-05T10:30:00.279Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-05T10:30:00.279Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-05T10:30:00.279Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-05T10:30:05.639Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-05T10:30:05.639Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-05T10:30:05.639Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-05T10:30:06.158Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-05T10:30:08.715Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-05T10:30:08.715Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-05T10:30:08.715Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-05T10:30:08.715Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-05T10:30:08.715Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-05T10:30:08.715Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-05T10:30:08.715Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-05T10:30:11.792Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-05T10:30:11.792Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-05T10:30:11.792Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-05T10:30:11.792Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-05T10:30:13.320Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-05T10:30:15.557Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-05T10:30:15.557Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-05T10:30:15.557Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-05T10:30:15.557Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-05T10:30:15.557Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-05T10:30:15.557Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-05T10:30:15.557Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-05T10:30:15.557Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-05T10:30:16.224Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-05T10:30:19.287Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-05T10:30:23.014Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-05T10:30:23.284Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-05T10:30:23.285Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestHealth [2022-05-05T10:30:23.285Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-05T10:30:23.285Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-05T10:30:25.915Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-05T10:30:25.915Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-05T10:30:25.915Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-05T10:30:26.373Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-05T10:30:27.963Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-05T10:30:27.963Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-05T10:30:27.963Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-05T10:30:27.963Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-05T10:30:27.963Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-05T10:30:27.963Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-05T10:30:28.422Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-05T10:30:29.387Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-05T10:30:29.387Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-05T10:30:29.387Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-05T10:30:30.105Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-05T10:30:30.105Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-05T10:30:30.351Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-05T10:30:30.351Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-05T10:30:32.524Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-05T10:30:32.981Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-05T10:30:33.832Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-05T10:30:33.832Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-05T10:30:33.832Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-05T10:30:33.832Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-05T10:30:33.832Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-05T10:30:35.152Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-05T10:30:36.746Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-05T10:30:36.746Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-05T10:30:38.882Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-05T10:30:38.882Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-05T10:30:38.882Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:30:38.883Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-05T10:30:40.476Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-05T10:30:40.476Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-05T10:30:40.476Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-05T10:30:43.562Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportFile [2022-05-05T10:30:43.562Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-05T10:30:43.562Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-05T10:30:43.562Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-05T10:30:43.562Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-05T10:30:43.562Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-05T10:30:43.562Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-05T10:30:43.562Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-05T10:30:43.562Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-05T10:30:43.562Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:30:43.562Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-05T10:30:44.205Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-05T10:30:44.662Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-05T10:30:46.465Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-05T10:30:47.564Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-05T10:30:49.365Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-05T10:30:49.365Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:30:49.365Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-05T10:30:49.365Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-05T10:30:49.365Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-05T10:30:49.365Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-05T10:30:49.365Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-05T10:30:49.365Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-05T10:30:52.266Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-05T10:30:52.724Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-05T10:30:54.630Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-05T10:30:55.623Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-05T10:30:55.623Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:30:55.623Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-05T10:30:55.623Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-05T10:30:55.623Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-05T10:30:55.623Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-05T10:30:55.623Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-05T10:30:58.524Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-05T10:31:01.710Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-05T10:31:01.725Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-05T10:31:01.726Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-05T10:31:01.726Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-05T10:31:01.726Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-05T10:31:04.342Z] === RUN TestDockerSuite/TestInspectImage [2022-05-05T10:31:04.342Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:31:04.343Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-05T10:31:04.343Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:31:04.343Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-05T10:31:04.343Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:31:04.343Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-05T10:31:04.629Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-05T10:31:04.629Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-05T10:31:04.629Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-05T10:31:06.515Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-05T10:31:08.363Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-05T10:31:08.363Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-05T10:31:08.363Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-05T10:31:09.415Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-05T10:31:09.415Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-05T10:31:12.092Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-05T10:31:12.092Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-05T10:31:12.314Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-05T10:31:15.212Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-05T10:31:15.213Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-05T10:31:15.213Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-05T10:31:15.213Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-05T10:31:17.384Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-05T10:31:18.033Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-05T10:31:20.929Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-05T10:31:20.929Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-05T10:31:20.929Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-05T10:31:20.929Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-05T10:31:23.151Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-05T10:31:23.289Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-05T10:31:23.289Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-05T10:31:23.289Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-05T10:31:23.289Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-05T10:31:23.289Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-05T10:31:23.289Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-05T10:31:23.289Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-05T10:31:23.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-05T10:31:23.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-05-05T10:31:26.061Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-05T10:31:27.475Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-05-05T10:31:28.236Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-05T10:31:30.373Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-05-05T10:31:31.130Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-05T10:31:34.027Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-05T10:31:34.100Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-05-05T10:31:36.928Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-05T10:31:37.001Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008a0af8_} [2022-05-05T10:31:39.824Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-05T10:31:40.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14029966490_c:\foo_false____} [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-05T10:31:42.722Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-05T10:31:42.722Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-05T10:31:43.180Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-05T10:31:43.180Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-05T10:31:43.180Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-05T10:31:43.180Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-05T10:31:43.180Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-05T10:31:43.180Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-05T10:31:43.686Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-05T10:31:43.686Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-05T10:31:43.686Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.686Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-05T10:31:43.686Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-05T10:31:43.686Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-05T10:31:43.686Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-05T10:31:44.460Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14029966490_c:\foo_true____} [2022-05-05T10:31:44.678Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-05T10:31:44.678Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-05T10:31:44.678Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-05T10:31:45.150Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-05T10:31:45.354Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-05T10:31:46.153Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-05T10:31:48.189Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-05T10:31:48.189Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-05T10:31:48.189Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-05T10:31:48.189Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-05T10:31:48.189Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-05T10:31:48.189Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-05T10:31:48.189Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-05T10:31:48.257Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-05T10:31:51.919Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-05T10:31:51.919Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-05T10:31:51.919Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-05T10:31:51.919Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.046Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-05T10:31:52.376Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.376Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-05T10:31:52.377Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.377Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-05T10:31:52.377Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:31:52.377Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-05T10:31:55.327Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-05T10:31:55.857Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-05T10:31:56.111Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-05T10:31:56.111Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-05T10:31:56.111Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-05T10:31:56.111Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-05T10:31:58.226Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-05T10:31:58.226Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-05T10:31:58.226Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-05T10:32:00.398Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-05T10:32:00.804Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-05T10:32:00.804Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-05T10:32:00.804Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-05T10:32:00.804Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-05T10:32:00.804Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-05T10:32:00.805Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-05T10:32:00.805Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-05T10:32:00.856Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-05T10:32:01.750Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-05T10:32:01.750Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-05T10:32:01.750Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-05T10:32:01.750Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-05T10:32:01.750Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-05T10:32:01.750Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-05T10:32:01.750Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-05T10:32:01.750Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-05T10:32:01.750Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-05T10:32:01.750Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-05T10:32:01.750Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-05T10:32:06.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-05T10:32:06.539Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:32:06.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-05T10:32:06.539Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:32:06.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-05T10:32:06.539Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:32:06.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-05T10:32:06.792Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-05T10:32:08.106Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-05T10:32:08.114Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-05T10:32:09.793Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-05T10:32:09.793Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:32:09.793Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-05T10:32:09.793Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-05T10:32:09.793Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-05T10:32:14.012Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-05T10:32:15.166Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-05T10:32:22.162Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-05T10:32:22.162Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:32:22.162Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-05T10:32:22.162Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:32:22.162Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-05T10:32:23.725Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-05T10:32:25.897Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-05T10:32:28.827Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-05T10:32:28.827Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-05T10:32:28.827Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-05T10:32:31.792Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-05T10:32:34.584Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-05T10:32:34.584Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-05T10:32:34.585Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-05T10:32:34.585Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-05T10:32:34.585Z] === RUN TestDockerSuite/TestCpToDot [2022-05-05T10:32:34.752Z] === RUN TestDockerSuite/TestLogsSince [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-05T10:32:35.296Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-05T10:32:35.296Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-05T10:32:35.296Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-05T10:32:35.296Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-05T10:32:35.296Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-05T10:32:35.296Z] === RUN TestDockerSuite/TestBuildFails [2022-05-05T10:32:37.544Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-05T10:32:37.544Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-05T10:32:37.544Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-05T10:32:37.544Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-05T10:32:37.544Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-05T10:32:41.191Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-05T10:32:41.191Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-05T10:32:41.349Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-05T10:32:41.349Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-05T10:32:41.349Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-05T10:32:41.349Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-05T10:32:41.349Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-05T10:32:44.308Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-05T10:32:45.274Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-05T10:32:45.275Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-05T10:32:45.275Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-05T10:32:45.275Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-05T10:32:45.275Z] === RUN TestDockerSuite/TestLogsTail [2022-05-05T10:32:47.303Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-05T10:32:47.303Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-05T10:32:47.494Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-05T10:32:47.772Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-05T10:32:48.389Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-05T10:32:50.733Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-05T10:32:51.202Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-05T10:32:51.291Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-05T10:32:51.676Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-05T10:32:51.676Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-05T10:32:51.676Z] === RUN TestDockerSuite/TestCreateRM [2022-05-05T10:32:52.146Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-05T10:32:52.146Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T10:32:52.146Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-05T10:32:52.616Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-05T10:32:53.086Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-05T10:32:53.511Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-05T10:32:53.511Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.511Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-05T10:32:53.511Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.511Z] === RUN TestDockerSuite/TestNetHostname [2022-05-05T10:32:53.511Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-05T10:32:53.989Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-05T10:32:53.989Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-05T10:32:53.989Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginActive [2022-05-05T10:32:53.989Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-05T10:32:53.989Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-05T10:32:53.989Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-05T10:32:53.989Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-05T10:32:53.989Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-05T10:32:53.989Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-05T10:32:53.989Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-05T10:32:53.989Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-05T10:32:53.989Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-05T10:32:53.989Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPortList [2022-05-05T10:32:53.989Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-05T10:32:53.989Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-05T10:32:59.866Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-05T10:32:59.866Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-05T10:32:59.866Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-05T10:32:59.866Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-05T10:32:59.866Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-05T10:32:59.866Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-05T10:32:59.866Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-05T10:32:59.866Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-05T10:33:00.335Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-05T10:33:00.335Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-05T10:33:00.335Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-05T10:33:03.824Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-05T10:33:03.824Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-05T10:33:03.824Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-05T10:33:06.212Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-05T10:33:06.212Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-05T10:33:06.212Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-05T10:33:06.254Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-05T10:33:07.638Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-05T10:33:07.638Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-05T10:33:07.638Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:33:07.638Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-05T10:33:11.437Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-05T10:33:11.437Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDockerFails [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-05T10:33:11.437Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-05T10:33:11.437Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-05T10:33:11.437Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-05T10:33:11.437Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-05T10:33:11.437Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-05T10:33:11.437Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-05T10:33:13.437Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-05T10:33:15.241Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-05T10:33:16.760Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-05T10:33:16.760Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-05T10:33:16.760Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-05T10:33:18.202Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-05T10:33:21.168Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-05T10:33:23.899Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-05T10:33:26.131Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-05T10:33:27.187Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-05T10:33:31.944Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-05T10:33:31.944Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-05T10:33:31.944Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-05T10:33:32.913Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-05T10:33:33.373Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-05T10:33:33.373Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-05T10:33:33.373Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-05T10:33:33.627Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-05T10:33:39.410Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-05T10:33:43.702Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-05T10:33:43.702Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:33:43.702Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-05T10:33:44.851Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-05T10:33:44.851Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-05T10:33:44.851Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-05T10:33:44.851Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-05T10:33:46.469Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-05T10:33:48.642Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-05T10:33:49.608Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-05T10:33:55.404Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-05T10:33:56.369Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-05T10:33:57.310Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-05T10:33:57.333Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-05T10:33:58.613Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-05T10:33:59.073Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-05T10:34:01.258Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-05T10:34:01.258Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-05T10:34:01.722Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-05T10:34:01.988Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-05T10:34:02.693Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-05T10:34:02.693Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-05T10:34:04.395Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-05T10:34:09.781Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-05T10:34:10.241Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-05T10:34:10.541Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-05T10:34:11.212Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-05T10:34:11.454Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-05T10:34:11.454Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-05T10:34:11.454Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-05T10:34:11.454Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:34:11.454Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-05T10:34:11.454Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-05T10:34:11.454Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-05T10:34:11.454Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-05T10:34:11.454Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-05T10:34:11.912Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-05T10:34:11.912Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-05T10:34:11.912Z] === RUN TestDockerSuite/TestEventsRename [2022-05-05T10:34:12.184Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-05T10:34:13.155Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-05T10:34:14.699Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-05T10:34:15.642Z] === RUN TestDockerSuite/TestEventsResize [2022-05-05T10:34:16.331Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-05T10:34:16.331Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-05T10:34:16.331Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-05T10:34:16.331Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-05T10:34:16.331Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-05T10:34:16.885Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-05T10:34:22.107Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-05T10:34:22.107Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:34:22.107Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-05T10:34:22.107Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-05T10:34:22.107Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-05T10:34:22.107Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-05T10:34:22.107Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-05T10:34:22.107Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-05T10:34:22.107Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-05T10:34:23.969Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-05T10:34:23.969Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-05T10:34:23.969Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-05T10:34:23.969Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-05T10:34:23.969Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-05T10:34:24.430Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-05T10:34:24.430Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-05T10:34:24.430Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-05T10:34:24.430Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-05T10:34:25.402Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-05T10:34:26.381Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-05T10:34:29.173Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-05T10:34:29.173Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-05T10:34:29.173Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-05T10:34:31.348Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-05T10:34:31.348Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-05T10:34:31.348Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-05T10:34:32.190Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-05T10:34:32.311Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-05T10:34:33.275Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-05T10:34:33.275Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-05T10:34:33.275Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-05T10:34:37.966Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-05T10:34:48.286Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-05T10:34:51.296Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-05T10:34:52.011Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-05T10:34:52.262Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-05T10:34:56.944Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-05T10:35:02.178Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-05T10:35:02.178Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-05T10:35:02.178Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-05T10:35:02.726Z] === RUN TestDockerSuite/TestEventsTop [2022-05-05T10:35:02.726Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-05T10:35:02.726Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-05T10:35:03.148Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-05T10:35:04.896Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-05T10:35:10.702Z] === RUN TestDockerSuite/TestExec [2022-05-05T10:35:10.702Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:35:11.160Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-05T10:35:11.160Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:35:11.160Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-05T10:35:14.887Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-05T10:35:17.145Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-05T10:35:17.145Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:35:17.145Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-05T10:35:17.785Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-05T10:35:17.785Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-05T10:35:17.785Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-05T10:35:17.785Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-05T10:35:17.785Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-05T10:35:17.785Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:35:18.243Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-05T10:35:21.975Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-05T10:35:25.699Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-05T10:35:25.699Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-05T10:35:25.699Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-05T10:35:25.710Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-05T10:35:26.156Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-05T10:35:30.396Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-05T10:35:32.370Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-05T10:35:34.131Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-05T10:35:37.052Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-05T10:35:37.052Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:35:37.052Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-05T10:35:42.689Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-05T10:35:42.689Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-05T10:35:42.689Z] === RUN TestDockerSuite/TestExecEnv [2022-05-05T10:35:42.689Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:35:42.690Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-05T10:35:42.690Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-05T10:35:42.690Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-05T10:35:42.838Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-05T10:35:42.838Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-05T10:35:42.838Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-05T10:35:45.593Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-05T10:35:51.379Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-05T10:35:51.379Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-05T10:35:51.379Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-05T10:35:51.379Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-05T10:35:51.379Z] === RUN TestDockerSuite/TestExecParseError [2022-05-05T10:35:51.379Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-05T10:35:51.379Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-05T10:35:51.379Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-05T10:35:51.379Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-05T10:35:51.379Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-05T10:35:51.379Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-05T10:35:53.854Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-05T10:35:56.061Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-05T10:35:56.061Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-05T10:35:56.061Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-05T10:35:56.061Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-05T10:35:56.061Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-05T10:35:56.061Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:35:56.061Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-05T10:35:56.061Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-05T10:35:56.061Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-05T10:35:56.061Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-05T10:35:56.061Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-05T10:35:59.787Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-05T10:35:59.787Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-05T10:35:59.787Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-05T10:36:00.637Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-05T10:36:02.171Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-05T10:36:03.135Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-05T10:36:06.869Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-05T10:36:06.869Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-05T10:36:06.869Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-05T10:36:06.869Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-05T10:36:06.869Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-05T10:36:06.869Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-05T10:36:06.869Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-05T10:36:10.196Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-05T10:36:13.928Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-05T10:36:15.977Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-05T10:36:19.003Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-05T10:36:20.992Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-05T10:36:25.671Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-05T10:36:26.082Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-05T10:36:26.285Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-05T10:36:30.964Z] === RUN TestDockerSuite/TestRmiTag [2022-05-05T10:36:30.964Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-05T10:36:32.734Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-05T10:36:32.734Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:36:32.734Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-05T10:36:32.734Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-05T10:36:32.734Z] === RUN TestDockerSuite/TestHealth [2022-05-05T10:36:32.734Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-05T10:36:33.192Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-05T10:36:33.192Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-05T10:36:33.192Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-05T10:36:33.192Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-05T10:36:33.861Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-05T10:36:38.492Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-05T10:36:38.976Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-05T10:36:38.976Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-05T10:36:38.976Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-05T10:36:38.976Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-05T10:36:39.436Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-05T10:36:39.436Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-05T10:36:39.899Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-05T10:36:40.358Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-05T10:36:40.358Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-05T10:36:40.358Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-05T10:36:41.900Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-05T10:36:41.900Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-05T10:36:44.094Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-05T10:36:44.563Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-05T10:36:45.595Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-05T10:36:47.522Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-05T10:36:51.325Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-05T10:36:51.325Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-05T10:36:51.325Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:36:51.325Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-05T10:36:55.102Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-05T10:36:55.125Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-05T10:36:55.125Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-05T10:36:55.125Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-05T10:36:55.125Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestImportFile [2022-05-05T10:36:55.596Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-05T10:36:55.596Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-05T10:36:55.596Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-05T10:36:55.596Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-05T10:36:55.596Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-05T10:36:55.596Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-05T10:36:55.596Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-05T10:36:55.596Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-05T10:36:55.596Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:36:55.596Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-05T10:36:56.141Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-05T10:36:59.420Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-05T10:37:02.208Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-05T10:37:02.385Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-05T10:37:02.385Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:37:02.385Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-05T10:37:02.385Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-05T10:37:02.385Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-05T10:37:02.385Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-05T10:37:02.385Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-05T10:37:02.385Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-05T10:37:03.245Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-05T10:37:03.245Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-05T10:37:05.561Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-05T10:37:05.561Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-05T10:37:05.561Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-05T10:37:05.561Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-05T10:37:05.561Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-05T10:37:06.192Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-05T10:37:06.192Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-05T10:37:06.708Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-05T10:37:06.708Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-05T10:37:06.708Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-05T10:37:10.000Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-05T10:37:10.000Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:37:10.000Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-05T10:37:10.000Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-05T10:37:10.000Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-05T10:37:10.000Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-05T10:37:10.000Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-05T10:37:11.628Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-05T10:37:12.965Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-05T10:37:14.201Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-05T10:37:17.100Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-05T10:37:18.751Z] === RUN TestDockerSuite/TestInspectImage [2022-05-05T10:37:18.751Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:37:18.751Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-05T10:37:18.751Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:37:18.751Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-05T10:37:18.751Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:37:18.751Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-05T10:37:19.107Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-05T10:37:19.568Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-05T10:37:19.568Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-05T10:37:19.568Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-05T10:37:19.568Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-05T10:37:19.568Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-05T10:37:19.996Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-05T10:37:21.651Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-05T10:37:22.893Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-05T10:37:23.309Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-05T10:37:23.351Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-05T10:37:25.414Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-05T10:37:25.414Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-05T10:37:28.374Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-05T10:37:29.116Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-05T10:37:29.228Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-05T10:37:29.228Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-05T10:37:32.176Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-05T10:37:32.176Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-05T10:37:32.176Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-05T10:37:32.176Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-05T10:37:32.185Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-05T10:37:32.185Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-05T10:37:32.185Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-05T10:37:35.981Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-05T10:37:35.983Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-05T10:37:35.983Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-05T10:37:35.983Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-05T10:37:35.983Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-05T10:37:35.983Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-05T10:37:37.702Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-05T10:37:37.702Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-05T10:37:37.702Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-05T10:37:38.205Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-05T10:37:38.205Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-05T10:37:39.783Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-05T10:37:40.427Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-05T10:37:40.613Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-05T10:37:41.584Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-05T10:37:43.126Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-05T10:37:43.388Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-05T10:37:46.350Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-05T10:37:46.350Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-05T10:37:46.350Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-05T10:37:46.350Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-05T10:37:46.350Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-05T10:37:46.350Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-05T10:37:46.350Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-05T10:37:46.960Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-05T10:37:49.310Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-05T10:37:49.310Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-05T10:37:49.310Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-05T10:37:49.310Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-05T10:37:49.310Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-05T10:37:49.310Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-05T10:37:49.310Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-05T10:37:49.310Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-05T10:37:49.310Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-05T10:37:50.759Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-05T10:37:51.530Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-05T10:37:53.730Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-05T10:37:57.534Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-05T10:37:58.702Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-05T10:37:58.702Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-05T10:37:58.702Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-05T10:37:58.702Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-05T10:37:58.702Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-05T10:37:58.702Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-05T10:37:58.702Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-05T10:38:00.827Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-05T10:38:01.288Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-05T10:38:01.342Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-05T10:38:01.662Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-05T10:38:01.663Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-05T10:38:01.663Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-05T10:38:02.133Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-05T10:38:02.133Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-05T10:38:02.133Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-05T10:38:04.302Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-05T10:38:05.090Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.262Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-05T10:38:07.262Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-05T10:38:07.733Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-05T10:38:07.733Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-05T10:38:07.733Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-05T10:38:07.733Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-05T10:38:07.733Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-05T10:38:08.049Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-05T10:38:08.049Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-05T10:38:08.049Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-05T10:38:11.009Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-05T10:38:11.009Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-05T10:38:11.009Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-05T10:38:11.009Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:38:11.009Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-05T10:38:11.009Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-05T10:38:11.009Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-05T10:38:11.536Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-05T10:38:11.623Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-05T10:38:13.967Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-05T10:38:14.493Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-05T10:38:16.187Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-05T10:38:16.323Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-05T10:38:19.148Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-05T10:38:21.664Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-05T10:38:22.110Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-05T10:38:22.110Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-05T10:38:22.110Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-05T10:38:22.110Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-05T10:38:22.110Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-05T10:38:22.579Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-05T10:38:22.580Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-05T10:38:22.580Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-05T10:38:22.580Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-05T10:38:22.580Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:38:22.580Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-05T10:38:22.580Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-05T10:38:22.580Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-05T10:38:22.580Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-05T10:38:22.580Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-05T10:38:22.580Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-05T10:38:23.895Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-05T10:38:23.895Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-05T10:38:23.895Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-05T10:38:26.677Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-05T10:38:27.655Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-05T10:38:27.655Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-05T10:38:27.655Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-05T10:38:27.655Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-05T10:38:27.655Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:38:27.655Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-05T10:38:27.759Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-05T10:38:27.759Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-05T10:38:33.865Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-05T10:38:36.284Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-05T10:38:36.284Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-05T10:38:36.284Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-05T10:38:36.551Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-05T10:38:37.822Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-05T10:38:37.822Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-05T10:38:37.822Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-05T10:38:37.822Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-05T10:38:37.822Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-05T10:38:37.822Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-05T10:38:37.822Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-05T10:38:37.822Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunMount [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-05T10:38:38.279Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-05T10:38:38.279Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-05T10:38:38.646Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-05T10:38:40.223Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-05T10:38:40.223Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-05T10:38:40.223Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-05T10:38:40.223Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-05T10:38:40.223Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-05T10:38:43.193Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-05T10:38:43.193Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-05T10:38:43.193Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-05T10:38:43.818Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-05T10:38:46.836Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-05T10:38:46.836Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-05T10:38:46.836Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-05T10:38:46.836Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-05T10:38:46.836Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-05T10:38:46.836Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-05T10:38:46.836Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-05T10:38:51.086Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-05T10:38:53.900Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-05T10:38:55.945Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-05T10:38:58.583Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-05T10:38:58.583Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-05T10:38:59.044Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-05T10:39:00.009Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-05T10:39:00.783Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-05T10:39:00.783Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-05T10:39:00.783Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-05T10:39:02.184Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-05T10:39:04.356Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-05T10:39:04.803Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-05T10:39:05.888Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-05T10:39:07.819Z] === RUN TestDockerSuite/TestLogsSince [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-05T10:39:08.064Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-05T10:39:08.064Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:39:12.740Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-05T10:39:12.740Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-05T10:39:12.740Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-05T10:39:12.740Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-05T10:39:12.740Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-05T10:39:12.740Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-05T10:39:12.740Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-05T10:39:12.740Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-05T10:39:12.740Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-05T10:39:12.740Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-05T10:39:12.740Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-05T10:39:18.374Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-05T10:39:18.374Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-05T10:39:18.374Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-05T10:39:18.374Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-05T10:39:18.374Z] === RUN TestDockerSuite/TestLogsTail [2022-05-05T10:39:21.394Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-05T10:39:23.053Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-05T10:39:23.053Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-05T10:39:23.053Z] === RUN TestDockerSuite/TestRunRm [2022-05-05T10:39:25.261Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-05T10:39:25.952Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-05T10:39:28.278Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-05T10:39:28.278Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestNetHostname [2022-05-05T10:39:28.278Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-05T10:39:28.278Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-05T10:39:28.278Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-05T10:39:28.278Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginActive [2022-05-05T10:39:28.278Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-05T10:39:28.278Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-05T10:39:28.278Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-05T10:39:28.278Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-05T10:39:28.278Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-05T10:39:28.278Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-05T10:39:28.278Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-05T10:39:28.278Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-05T10:39:28.278Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-05T10:39:28.278Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPortList [2022-05-05T10:39:28.278Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-05T10:39:28.278Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-05T10:39:31.735Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-05T10:39:34.140Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-05T10:39:34.638Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-05T10:39:35.545Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-05T10:39:35.545Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-05T10:39:35.545Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-05T10:39:37.537Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-05T10:39:40.438Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-05T10:39:41.510Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-05T10:39:41.510Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-05T10:39:41.510Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-05T10:39:43.336Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-05T10:39:43.336Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-05T10:39:43.336Z] === RUN TestDockerSuite/TestRunState [2022-05-05T10:39:43.336Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-05T10:39:43.336Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-05T10:39:46.233Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-05T10:39:46.233Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-05T10:39:46.233Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-05T10:39:48.404Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-05T10:39:48.404Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-05T10:39:48.404Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-05T10:39:48.404Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-05T10:39:48.404Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-05T10:39:48.863Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-05T10:39:48.863Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-05T10:39:48.863Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-05T10:39:48.863Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-05T10:39:54.660Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-05T10:39:54.660Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-05T10:39:55.465Z] === RUN TestDockerSuite/TestBuildRm [2022-05-05T10:39:56.609Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-05T10:39:56.609Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-05T10:39:56.609Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-05T10:39:57.558Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-05T10:39:57.559Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-05T10:39:57.559Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-05T10:40:00.456Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-05T10:40:00.456Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-05T10:40:00.456Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-05T10:40:00.456Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-05T10:40:00.456Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-05T10:40:04.388Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-05T10:40:09.319Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-05T10:40:10.448Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-05T10:40:12.679Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-05T10:40:12.679Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-05T10:40:12.679Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-05T10:40:12.679Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-05T10:40:12.679Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-05T10:40:13.105Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-05T10:40:14.910Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-05T10:40:18.724Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-05T10:40:18.888Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-05T10:40:23.503Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-05T10:40:25.952Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-05T10:40:25.952Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-05T10:40:25.952Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-05T10:40:25.952Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-05T10:40:28.281Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-05T10:40:29.678Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-05T10:40:30.741Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-05T10:40:30.741Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-05T10:40:30.741Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-05T10:40:30.741Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-05T10:40:30.741Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-05T10:40:30.741Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-05T10:40:32.574Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-05T10:40:35.474Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-05T10:40:35.474Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-05T10:40:35.931Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-05T10:40:35.931Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-05T10:40:35.931Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-05T10:40:35.931Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-05T10:40:35.931Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-05T10:40:35.931Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-05T10:40:36.722Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-05T10:40:40.778Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-05T10:40:42.419Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-05T10:40:44.058Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-05T10:40:46.186Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-05T10:40:50.257Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-05T10:40:50.257Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-05T10:40:50.257Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-05T10:40:50.257Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-05T10:40:50.257Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-05T10:40:50.257Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-05T10:40:50.257Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-05T10:40:52.434Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-05T10:40:52.891Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-05T10:40:53.348Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-05T10:40:53.457Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-05T10:40:53.458Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-05T10:40:53.458Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-05T10:40:53.458Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-05T10:40:53.458Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-05T10:40:53.634Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-05T10:40:53.634Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-05T10:40:53.634Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-05T10:40:53.806Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-05T10:40:55.339Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-05T10:40:55.339Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-05T10:40:58.239Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-05T10:41:01.137Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-05T10:41:02.247Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-05T10:41:02.247Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:41:02.247Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-05T10:41:02.247Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-05T10:41:02.247Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-05T10:41:02.247Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-05T10:41:02.247Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-05T10:41:02.247Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-05T10:41:02.247Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-05T10:41:04.052Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-05T10:41:04.052Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:41:04.052Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-05T10:41:04.097Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-05T10:41:04.568Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-05T10:41:10.479Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-05T10:41:10.479Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-05T10:41:12.808Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-05T10:41:12.808Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-05T10:41:12.808Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-05T10:41:14.362Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-05T10:41:14.362Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:41:14.362Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-05T10:41:14.409Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-05T10:41:14.409Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-05T10:41:14.409Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-05T10:41:15.264Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-05T10:41:15.424Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-05T10:41:16.438Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-05T10:41:16.438Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-05T10:41:16.438Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-05T10:41:19.040Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-05T10:41:19.040Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-05T10:41:19.040Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-05T10:41:19.040Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:41:19.040Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-05T10:41:19.040Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-05T10:41:19.040Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-05T10:41:19.040Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-05T10:41:19.040Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-05T10:41:23.712Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-05T10:41:27.600Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-05T10:41:27.600Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-05T10:41:27.600Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-05T10:41:27.600Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-05T10:41:27.600Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-05T10:41:27.600Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:41:27.600Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-05T10:41:29.133Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-05T10:41:30.993Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-05T10:41:31.308Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-05T10:41:31.308Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-05T10:41:31.308Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-05T10:41:34.209Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-05T10:41:34.209Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-05T10:41:34.209Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-05T10:41:34.209Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-05T10:41:34.209Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-05T10:41:34.209Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:41:34.209Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-05T10:41:34.860Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-05T10:41:40.605Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-05T10:41:40.605Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-05T10:41:40.605Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-05T10:41:41.599Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-05T10:41:43.177Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-05T10:41:49.081Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-05T10:41:51.875Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-05T10:41:51.875Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-05T10:41:53.410Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-05T10:41:53.868Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-05T10:41:54.980Z] === RUN TestDockerSuite/TestBuildUser [2022-05-05T10:41:54.980Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-05T10:41:54.980Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-05T10:41:54.980Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-05T10:41:54.980Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-05T10:41:54.980Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-05T10:41:54.980Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-05T10:41:57.598Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-05T10:41:58.079Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-05T10:41:58.572Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-05T10:41:58.572Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-05T10:41:58.572Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-05T10:41:59.762Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-05T10:42:00.234Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-05T10:42:05.264Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-05T10:42:05.264Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:42:05.264Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-05T10:42:08.929Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-05T10:42:08.929Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-05T10:42:08.929Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-05T10:42:08.929Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-05T10:42:08.929Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-05T10:42:09.275Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-05T10:42:09.275Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:42:09.275Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-05T10:42:09.275Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-05T10:42:09.275Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-05T10:42:09.275Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-05T10:42:09.275Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-05T10:42:14.522Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-05T10:42:14.522Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-05T10:42:14.522Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-05T10:42:15.620Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-05T10:42:18.452Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-05T10:42:18.452Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-05T10:42:18.452Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-05T10:42:24.493Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-05T10:42:29.421Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-05T10:42:29.421Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:42:29.421Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-05T10:42:30.890Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-05T10:42:30.890Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-05T10:42:30.890Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite (2555.78s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.82s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (88.90s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.07s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.94s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.50s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.43s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.37s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.05s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (90.12s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.95s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.37s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.00s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.99s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.45s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.69s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.26s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.21s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.83s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.19s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.37s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.87s) [2022-05-05T10:42:30.890Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.73s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-05T10:42:30.890Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.59s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildAddTar (38.13s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.33s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.68s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.47s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.72s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.42s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.59s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.39s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.70s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.29s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.06s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.89s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.66s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.80s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.56s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.65s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCmd (0.67s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.64s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.69s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.44s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.38s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.09s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.06s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.58s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.01s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.99s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.66s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.79s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.68s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.82s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.54s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.86s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.92s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.94s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.18s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.32s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.41s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignore (54.56s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.86s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (60.13s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.93s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.03s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.27s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.77s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.61s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.59s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.21s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.77s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (86.30s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.54s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.66s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.32s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.57s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.63s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.72s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.66s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.87s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.35s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.13s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.29s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.66s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.72s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFails (2.87s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.73s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.82s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.47s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.56s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.46s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.52s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.78s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.66s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.12s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildHistory (13.21s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.14s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.22s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.86s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.13s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabel (1.13s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.71s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.09s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabels (1.11s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.70s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.50s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.64s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.69s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.74s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.11s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.82s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.87s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.46s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.48s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.17s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.89s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.52s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.13s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.75s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.34s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.16s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.05s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.22s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.15s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.59s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.45s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.91s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.66s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.55s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.54s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.56s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.25s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.46s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.28s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (46.09s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.45s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildRm (14.40s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.33s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.67s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.43s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.41s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.27s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.97s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.97s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.82s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.87s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.46s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildStderr (4.83s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.62s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.81s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.50s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.06s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.40s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.51s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.69s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.48s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.18s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.11s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.33s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.31s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.33s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.25s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.26s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.36s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.53s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.23s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.16s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.23s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCommitChange (5.69s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.32s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.98s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCommitTTY (8.10s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.29s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.04s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.33s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.77s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.74s) [2022-05-05T10:42:30.891Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-05T10:42:30.891Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.87s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.61s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.41s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.45s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.48s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.93s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.88s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.28s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.59s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.86s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.38s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.56s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.72s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.93s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.38s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.77s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.29s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.03s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.54s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.74s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.80s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.77s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.82s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004558_} (2.81s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12147433166_c:\foo_false____} (2.80s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12147433166_c:\foo_true____} (2.76s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.96s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.93s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.94s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.27s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.10s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.71s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.66s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpToDot (3.06s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCpToStdout (3.10s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.34s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.91s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.12s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateRM (0.49s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.53s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.12s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.51s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.91s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.99s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.05s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.01s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsCopy (5.15s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.26s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.80s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.00s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.23s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.22s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFilters (5.96s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFormat (5.74s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsRename (3.07s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsResize (8.26s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.80s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.81s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.39s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsUntag (2.81s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.17s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.34s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.32s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.35s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.42s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.38s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.28s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (9.76s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.51s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecInspectID (4.85s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.65s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.49s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.19s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.25s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.33s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.38s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.28s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.92s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.10s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.18s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.06s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.46s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.25s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.10s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T10:42:30.892Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.11s) [2022-05-05T10:42:30.892Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.84s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.83s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.90s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.91s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectDefault (2.87s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectHistory (5.32s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.85s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.40s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.97s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.46s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.44s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectStatus (3.69s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.84s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.59s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.91s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.54s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.88s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.96s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.88s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.33s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.58s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.68s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.21s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.57s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.39s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.35s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.28s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.93s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.77s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.97s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.94s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsSince (9.60s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsTail (3.55s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.25s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.94s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.79s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.73s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsByOrder (9.36s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.49s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.32s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.57s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.51s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.93s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.30s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.57s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.79s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.74s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (10.30s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.14s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (24.91s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.05s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.97s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.49s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.32s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.38s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.97s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.59s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.80s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.15s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.99s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.51s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.65s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiTag (0.73s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.00s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.84s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.03s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.80s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.34s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.29s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.78s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.09s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.90s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.89s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.90s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.82s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.88s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.43s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.20s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.31s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.97s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.87s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.92s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.07s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.39s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.93s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.81s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.89s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.91s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T10:42:30.893Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T10:42:30.893Z] --- PASS: TestDockerSuite/TestRunExitCode (2.86s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.85s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.86s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.99s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.08s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.90s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.34s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.62s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.07s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.26s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.11s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.12s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.13s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.48s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.99s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunRm (2.96s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.98s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.98s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.90s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.39s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.14s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.88s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.37s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.23s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.88s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.92s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.73s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.71s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.66s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.18s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.17s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.95s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.91s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.25s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.91s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.09s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.64s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.41s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.62s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.87s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.90s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.83s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.44s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.19s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.49s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.33s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.57s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.42s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.17s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.68s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.47s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.51s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.20s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.80s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.26s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.53s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.10s) [2022-05-05T10:42:30.894Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-05T10:42:30.894Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.46s) [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-05T10:42:31.365Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-05T10:42:31.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:42:31.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-05T10:42:31.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-05T10:42:31.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.365Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-05T10:42:31.366Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-05T10:42:31.366Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-05T10:42:31.366Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-05T10:42:31.366Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-05T10:42:31.366Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-05T10:42:31.366Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-05T10:42:31.366Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-05T10:42:31.366Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-05T10:42:31.366Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-05T10:42:31.366Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-05T10:42:31.366Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerDaemonSuite [2022-05-05T10:42:31.366Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-05T10:42:31.366Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-05T10:42:31.366Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-05T10:42:31.366Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerSwarmSuite [2022-05-05T10:42:31.366Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-05T10:42:31.366Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerExternalVolumeSuite [2022-05-05T10:42:31.366Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerNetworkSuite [2022-05-05T10:42:31.366Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-05T10:42:31.366Z] === RUN TestDockerHubPullSuite [2022-05-05T10:42:31.366Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-05T10:42:31.366Z] PASS [2022-05-05T10:42:31.366Z] ok github.com/docker/docker/integration-cli 2556.201s [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === Skipped [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-05T10:42:31.366Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-05T10:42:31.366Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-05T10:42:31.366Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T10:42:31.366Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-05T10:42:31.366Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-05T10:42:31.366Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-05-05T10:42:31.366Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.366Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-05T10:42:31.366Z] [2022-05-05T10:42:31.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-05T10:42:31.366Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.89s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.89s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-05T10:42:31.367Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-05T10:42:31.367Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.367Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-05T10:42:31.367Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-05T10:42:31.368Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.44s) [2022-05-05T10:42:31.368Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-05T10:42:31.368Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T10:42:31.368Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-05T10:42:31.368Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T10:42:31.368Z] [2022-05-05T10:42:31.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-05T10:42:31.368Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.368Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-05T10:42:31.369Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-05T10:42:31.369Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T10:42:31.369Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T10:42:31.369Z] [2022-05-05T10:42:31.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T10:42:31.369Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.369Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-05-05T10:42:31.370Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T10:42:31.370Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T10:42:31.370Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-05T10:42:31.370Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T10:42:31.370Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-05T10:42:31.370Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T10:42:31.370Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T10:42:31.370Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-05-05T10:42:31.370Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-05-05T10:42:31.370Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-05T10:42:31.370Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T10:42:31.370Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T10:42:31.370Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T10:42:31.370Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T10:42:31.370Z] [2022-05-05T10:42:31.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-05T10:42:31.370Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.370Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T10:42:31.371Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-05T10:42:31.371Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-05T10:42:31.371Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-05T10:42:31.371Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-05T10:42:31.371Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T10:42:31.371Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T10:42:31.371Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-05T10:42:31.371Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.371Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-05T10:42:31.371Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.372Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T10:42:31.372Z] [2022-05-05T10:42:31.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T10:42:31.372Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T10:42:31.842Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.842Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T10:42:31.842Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-05T10:42:31.843Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T10:42:31.843Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.843Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T10:42:31.843Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-05T10:42:31.844Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-05T10:42:31.844Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T10:42:31.844Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.844Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T10:42:31.844Z] [2022-05-05T10:42:31.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-05T10:42:31.845Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] DONE 1088 tests, 539 skipped in 2568.280s [2022-05-05T10:42:31.845Z] INFO: Integration tests ended at 05/05/2022 10:42:31. Duration:00:42:48.4475659 [2022-05-05T10:42:31.845Z] INFO: Docker info of the daemon under test at end of run [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] Containers: 10 [2022-05-05T10:42:31.845Z] Running: 0 [2022-05-05T10:42:31.845Z] Paused: 0 [2022-05-05T10:42:31.845Z] Stopped: 10 [2022-05-05T10:42:31.845Z] Images: 18 [2022-05-05T10:42:31.845Z] Server Version: 0.0.0-dev [2022-05-05T10:42:31.845Z] Storage Driver: windowsfilter [2022-05-05T10:42:31.845Z] Windows: [2022-05-05T10:42:31.845Z] Logging Driver: json-file [2022-05-05T10:42:31.845Z] Plugins: [2022-05-05T10:42:31.845Z] Volume: local [2022-05-05T10:42:31.845Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T10:42:31.845Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T10:42:31.845Z] Swarm: inactive [2022-05-05T10:42:31.845Z] Default Isolation: process [2022-05-05T10:42:31.845Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T10:42:31.845Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-05T10:42:31.845Z] OSType: windows [2022-05-05T10:42:31.845Z] Architecture: x86_64 [2022-05-05T10:42:31.845Z] CPUs: 4 [2022-05-05T10:42:31.845Z] Total Memory: 32GiB [2022-05-05T10:42:31.845Z] Name: azwin-2-a04500 [2022-05-05T10:42:31.845Z] ID: F7KB:SR3P:MRE3:3NZV:RK3G:HHGZ:WWPQ:USDL:HDMG:7RPQ:BBSS:AI7Q [2022-05-05T10:42:31.845Z] Docker Root Dir: D:\CI\PR-43563\3\daemon [2022-05-05T10:42:31.845Z] Debug Mode (client): false [2022-05-05T10:42:31.845Z] Debug Mode (server): true [2022-05-05T10:42:31.845Z] File Descriptors: -1 [2022-05-05T10:42:31.845Z] Goroutines: 17 [2022-05-05T10:42:31.845Z] System Time: 2022-05-05T10:42:31.7015733Z [2022-05-05T10:42:31.845Z] EventsListeners: 0 [2022-05-05T10:42:31.845Z] Registry: https://index.docker.io/v1/ [2022-05-05T10:42:31.845Z] Labels: [2022-05-05T10:42:31.845Z] Experimental: false [2022-05-05T10:42:31.845Z] Insecure Registries: [2022-05-05T10:42:31.845Z] 127.0.0.0/8 [2022-05-05T10:42:31.845Z] Live Restore Enabled: false [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] [2022-05-05T10:42:31.845Z] INFO: Stopping daemon under test [2022-05-05T10:42:32.315Z] SUCCESS: The process with PID 836 (child process of PID 5944) has been terminated. [2022-05-05T10:42:32.315Z] SUCCESS: The process with PID 5944 (child process of PID 1176) has been terminated. [2022-05-05T10:42:32.315Z] INFO: Stop tailing logs of the daemon under tests [2022-05-05T10:42:32.315Z] INFO: executeCI.ps1 Completed successfully at 05/05/2022 10:42:31. [2022-05-05T10:42:32.315Z] INFO: Tidying up at end of run [2022-05-05T10:42:32.315Z] ----------- DAEMON LOG ------------ [2022-05-05T10:42:32.315Z] 2022/05/05 09:56:54 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-05T10:42:32.315Z] ----------- END DAEMON LOG -------- [2022-05-05T10:42:32.315Z] INFO: Saving daemon under test log (d:\CI\PR-43563\3\dut.out) to bundles\CIDUT.out [2022-05-05T10:42:32.315Z] INFO: Saving daemon under test log (d:\CI\PR-43563\3\dut.err) to bundles\CIDUT.err [2022-05-05T10:42:32.315Z] INFO: Saving containerd logs to bundles [2022-05-05T10:42:32.315Z] INFO: Nuke-Everything... [2022-05-05T10:42:32.787Z] INFO: Container count on control daemon to delete is 2 [2022-05-05T10:42:32.787Z] 6aa3c92dd89b [2022-05-05T10:42:32.787Z] 35ef8326c4c0 [2022-05-05T10:42:33.257Z] INFO: Tidying pidfile d:\CI\PR-43563\3\docker.pid [2022-05-05T10:42:33.257Z] INFO: Nuking d:\CI [2022-05-05T10:42:34.279Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-05T10:42:34.751Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-05T10:42:42.204Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-05T10:42:42.205Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-05T10:42:42.205Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-05T10:42:45.214Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-05T10:42:51.109Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-05T10:42:51.109Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-05T10:42:51.582Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-05T10:42:51.582Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-05T10:42:51.582Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-05T10:42:54.554Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-05T10:42:54.554Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-05T10:42:55.025Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-05T10:42:58.660Z] INFO: Zapped successfully [2022-05-05T10:42:58.660Z] [2022-05-05T10:42:58.660Z] INFO: executeCI.ps1 exiting at Thu May 5 10:42:58 CUT 2022. Duration 01:09:23.9289417 [2022-05-05T10:42:58.660Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-05T10:42:58.951Z] Recording test results [2022-05-05T10:43:00.364Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-05T10:43:03.440Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-05T10:43:04.475Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-05T10:43:07.557Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-05T10:43:08.550Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-05T10:43:10.662Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-05T10:43:11.877Z] Archiving artifacts [2022-05-05T10:43:13.457Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-05T10:43:13.457Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-05T10:43:15.177Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-05T10:43:20.105Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-05T10:43:27.677Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T10:43:28.604Z] + make clean [2022-05-05T10:43:30.777Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T10:43:30.777Z] docker-dev-cache [2022-05-05T10:43:30.777Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T10:43:35.239Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-05T10:43:38.802Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-05T10:43:38.802Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-05T10:43:38.802Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-05T10:43:38.802Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-05T10:43:38.802Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-05T10:43:38.802Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-05T10:43:38.802Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-05T10:43:40.376Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-05T10:43:41.211Z] === RUN TestDockerSuite/TestRmiTag [2022-05-05T10:43:41.211Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-05T10:43:45.076Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-05T10:43:49.073Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-05T10:43:52.044Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-05T10:43:52.044Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-05T10:43:52.044Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-05T10:43:52.044Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-05T10:43:52.044Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-05T10:43:52.044Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T10:43:52.044Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-05T10:43:55.012Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-05T10:43:59.793Z] === RUN TestDockerSuite/TestCommitChange [2022-05-05T10:44:05.692Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-05T10:44:06.804Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-05T10:44:10.474Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-05T10:44:10.474Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-05T10:44:10.474Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-05T10:44:11.062Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-05T10:44:17.029Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-05T10:44:18.631Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-05T10:44:18.631Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-05T10:44:19.169Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-05T10:44:19.169Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:44:19.169Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-05T10:44:21.648Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-05T10:44:21.648Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-05T10:44:21.648Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-05T10:44:21.648Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-05T10:44:21.648Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-05T10:44:28.915Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-05T10:44:31.713Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-05T10:44:32.782Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-05T10:44:36.489Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-05T10:44:36.489Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-05T10:44:36.489Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-05T10:44:36.489Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-05T10:44:36.489Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-05T10:44:36.489Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-05T10:44:36.489Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-05T10:44:36.489Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-05T10:44:36.647Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-05T10:44:39.716Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-05T10:44:42.792Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-05T10:44:42.792Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-05T10:44:45.187Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-05T10:44:50.138Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-05T10:44:50.139Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-05T10:44:50.139Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-05T10:44:53.154Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-05T10:44:53.154Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-05T10:44:53.154Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-05T10:44:53.881Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-05T10:44:53.881Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-05T10:44:53.881Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-05T10:44:55.460Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-05T10:44:55.460Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-05T10:44:55.460Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-05T10:44:55.460Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-05T10:44:55.460Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-05T10:44:55.460Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-05T10:44:55.460Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-05T10:44:58.018Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-05T10:44:58.018Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-05T10:44:58.018Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-05T10:44:58.018Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-05T10:44:58.018Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-05T10:45:01.027Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-05T10:45:01.027Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-05T10:45:02.645Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-05T10:45:02.645Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-05T10:45:02.645Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-05T10:45:02.645Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-05T10:45:03.293Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-05T10:45:07.159Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-05T10:45:09.834Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-05T10:45:09.834Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-05T10:45:09.834Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-05T10:45:10.171Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-05T10:45:10.171Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-05T10:45:10.171Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-05T10:45:10.171Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-05T10:45:10.171Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-05T10:45:10.171Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-05T10:45:10.171Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-05T10:45:10.306Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-05T10:45:10.306Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-05T10:45:10.306Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-05T10:45:10.306Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-05T10:45:10.306Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-05T10:45:13.278Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-05T10:45:14.033Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-05T10:45:14.033Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-05T10:45:14.033Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-05T10:45:14.033Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-05T10:45:14.033Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-05T10:45:14.033Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-05T10:45:14.033Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-05T10:45:14.034Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-05T10:45:14.034Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-05T10:45:15.510Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-05T10:45:15.636Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-05T10:45:18.492Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-05T10:45:18.492Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-05T10:45:18.492Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-05T10:45:18.492Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-05T10:45:20.711Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-05T10:45:20.711Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-05T10:45:22.905Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-05T10:45:22.905Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-05T10:45:22.905Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-05T10:45:22.905Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-05T10:45:22.905Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-05T10:45:22.905Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-05T10:45:22.905Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-05T10:45:26.768Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-05T10:45:26.768Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-05T10:45:26.768Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-05T10:45:26.768Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-05T10:45:26.768Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-05T10:45:26.768Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-05T10:45:29.295Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-05T10:45:29.295Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-05T10:45:29.295Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-05T10:45:29.295Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-05T10:45:29.295Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-05T10:45:29.789Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-05T10:45:30.840Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-05T10:45:30.840Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-05T10:45:32.800Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-05T10:45:32.800Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-05T10:45:32.800Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-05T10:45:33.022Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-05T10:45:33.022Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-05T10:45:33.483Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-05T10:45:36.393Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-05T10:45:36.393Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-05T10:45:36.667Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-05T10:45:36.667Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-05T10:45:36.667Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-05T10:45:36.667Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:45:36.667Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-05T10:45:36.667Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-05T10:45:36.667Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-05T10:45:39.303Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-05T10:45:39.690Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-05T10:45:42.705Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-05T10:45:43.043Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-05T10:45:46.585Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-05T10:45:47.735Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-05T10:45:47.735Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-05T10:45:47.735Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-05T10:45:47.735Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-05T10:45:47.735Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-05T10:45:49.662Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.662Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-05T10:45:49.917Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-05T10:45:49.917Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-05T10:45:49.917Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-05T10:45:52.924Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-05T10:45:52.924Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-05T10:45:52.924Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-05T10:45:55.103Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-05T10:45:55.103Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-05T10:45:55.696Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-05T10:45:55.696Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-05T10:45:55.696Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-05T10:45:55.696Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-05T10:45:55.696Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:45:55.696Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-05T10:45:59.794Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-05T10:46:01.977Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-05T10:46:01.977Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-05T10:46:01.977Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-05T10:46:01.977Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-05T10:46:01.977Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-05T10:46:01.977Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-05T10:46:01.977Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-05T10:46:01.977Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-05T10:46:01.977Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-05T10:46:01.977Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-05T10:46:01.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-05T10:46:04.157Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-05T10:46:04.157Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-05-05T10:46:04.487Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-05T10:46:04.487Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-05T10:46:04.487Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunMount [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-05T10:46:06.752Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-05T10:46:06.752Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-05T10:46:12.730Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-05-05T10:46:17.319Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-05T10:46:17.319Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-05T10:46:17.319Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-05T10:46:17.319Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-05T10:46:17.319Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-05T10:46:17.319Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-05T10:46:17.319Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-05T10:46:19.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-05-05T10:46:22.736Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-05-05T10:46:23.307Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-05T10:46:29.373Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-05T10:46:29.373Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-05T10:46:29.865Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-05T10:46:29.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b4d4a0_} [2022-05-05T10:46:30.901Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-05T10:46:32.912Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12087907653_c:\foo_false____} [2022-05-05T10:46:33.223Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-05T10:46:35.537Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-05T10:46:35.882Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12087907653_c:\foo_true____} [2022-05-05T10:46:37.177Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-05T10:46:40.250Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-05T10:46:40.250Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.250Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-05T10:46:40.250Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.250Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-05T10:46:40.250Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.250Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-05T10:46:40.250Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.250Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-05T10:46:40.250Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.744Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-05T10:46:40.744Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.744Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-05T10:46:40.744Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.744Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-05T10:46:40.744Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-05T10:46:40.744Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-05T10:46:43.065Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-05T10:46:43.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-05T10:46:43.538Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-05T10:46:43.538Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-05T10:46:43.538Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-05T10:46:43.538Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-05T10:46:43.538Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-05T10:46:43.538Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-05T10:46:45.677Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-05T10:46:45.677Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-05T10:46:45.677Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-05T10:46:45.677Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-05T10:46:45.677Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-05T10:46:45.677Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-05T10:46:45.677Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-05T10:46:45.677Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-05T10:46:45.677Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-05T10:46:45.677Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-05T10:46:45.677Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-05T10:46:52.235Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-05T10:46:52.235Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-05T10:46:52.235Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:46:52.235Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-05T10:46:54.472Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-05T10:46:54.472Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-05T10:46:54.472Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-05T10:46:54.472Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-05T10:46:57.444Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-05T10:46:57.444Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-05T10:46:57.444Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-05T10:46:57.444Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-05T10:46:57.444Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-05T10:46:57.444Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-05T10:46:57.444Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-05T10:46:58.471Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-05T10:46:58.471Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-05T10:46:58.471Z] === RUN TestDockerSuite/TestRunRm [2022-05-05T10:47:01.546Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-05T10:47:02.259Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-05T10:47:05.227Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-05T10:47:05.227Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:47:05.227Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-05T10:47:05.227Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-05T10:47:05.227Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-05T10:47:07.610Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-05T10:47:11.560Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-05T10:47:14.627Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-05T10:47:18.493Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-05T10:47:18.493Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:47:18.493Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-05T10:47:18.493Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-05T10:47:18.493Z] === RUN TestDockerSuite/TestRunState [2022-05-05T10:47:18.493Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-05T10:47:18.493Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-05T10:47:20.199Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-05T10:47:20.199Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:47:20.199Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-05T10:47:20.199Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:47:20.199Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-05T10:47:21.506Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-05T10:47:21.506Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-05T10:47:21.506Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-05T10:47:21.990Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-05T10:47:21.990Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-05T10:47:21.990Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-05T10:47:21.990Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-05T10:47:21.990Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-05T10:47:22.471Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-05T10:47:22.471Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-05T10:47:22.471Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-05T10:47:22.471Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-05T10:47:28.438Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-05T10:47:28.438Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-05T10:47:32.306Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-05T10:47:32.306Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-05T10:47:32.306Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-05T10:47:35.181Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-05T10:47:35.181Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-05T10:47:35.181Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-05T10:47:35.181Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-05T10:47:35.181Z] === RUN TestDockerSuite/TestCpToDot [2022-05-05T10:47:35.318Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-05T10:47:35.318Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-05T10:47:35.318Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-05T10:47:35.318Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-05T10:47:35.318Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-05T10:47:37.411Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-05T10:47:37.411Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-05T10:47:37.411Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-05T10:47:37.411Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-05T10:47:37.411Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-05T10:47:39.214Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-05T10:47:40.380Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-05T10:47:40.380Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-05T10:47:40.380Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-05T10:47:40.380Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-05T10:47:40.380Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-05T10:47:43.351Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-05T10:47:45.579Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-05T10:47:45.579Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-05T10:47:46.051Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-05T10:47:48.278Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-05T10:47:48.750Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-05T10:47:49.222Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-05T10:47:49.222Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-05T10:47:49.223Z] === RUN TestDockerSuite/TestCreateRM [2022-05-05T10:47:49.695Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-05T10:47:49.695Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T10:47:49.695Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-05T10:47:49.695Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-05T10:47:49.830Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-05T10:47:50.168Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-05T10:47:55.796Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-05T10:47:58.863Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-05T10:47:59.335Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-05T10:47:59.806Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-05T10:48:03.619Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-05T10:48:03.619Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-05T10:48:03.619Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:48:03.619Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-05T10:48:06.355Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-05T10:48:06.356Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.356Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-05T10:48:06.356Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-05T10:48:06.596Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-05T10:48:06.596Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDockerFails [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-05T10:48:06.596Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-05T10:48:06.596Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-05T10:48:06.596Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-05T10:48:06.596Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-05T10:48:06.596Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-05T10:48:07.068Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-05T10:48:07.068Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-05T10:48:07.068Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-05T10:48:09.367Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-05T10:48:13.230Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-05T10:48:14.255Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-05T10:48:16.245Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-05T10:48:16.245Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-05T10:48:16.245Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-05T10:48:16.245Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-05T10:48:16.245Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-05T10:48:16.245Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-05T10:48:16.726Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-05T10:48:16.726Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-05T10:48:16.726Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-05T10:48:16.726Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-05T10:48:16.726Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-05T10:48:16.726Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-05T10:48:16.726Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-05T10:48:16.726Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-05T10:48:16.726Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-05T10:48:17.227Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-05T10:48:19.456Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-05T10:48:22.695Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-05T10:48:24.959Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-05T10:48:26.959Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-05T10:48:28.167Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-05T10:48:34.061Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-05T10:48:34.229Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-05T10:48:34.229Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-05T10:48:34.229Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-05T10:48:34.229Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-05T10:48:34.229Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-05T10:48:34.229Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-05T10:48:34.229Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-05T10:48:35.829Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-05T10:48:36.309Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-05T10:48:36.789Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-05T10:48:37.269Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-05T10:48:38.871Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-05T10:48:38.871Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-05T10:48:39.954Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-05T10:48:42.739Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-05T10:48:45.759Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-05T10:48:47.146Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-05T10:48:47.619Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-05T10:48:49.634Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-05T10:48:49.634Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:48:49.634Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-05T10:48:58.084Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-05T10:48:58.555Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-05T10:48:59.550Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-05T10:49:00.194Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-05T10:49:00.194Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:49:00.195Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-05T10:49:04.330Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-05T10:49:06.171Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-05T10:49:06.171Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-05T10:49:06.171Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-05T10:49:06.171Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:49:06.171Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-05T10:49:06.171Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-05T10:49:06.171Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-05T10:49:06.171Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-05T10:49:06.171Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-05T10:49:09.110Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-05T10:49:09.110Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-05T10:49:09.581Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-05T10:49:09.581Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:49:09.581Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-05T10:49:09.581Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-05T10:49:09.581Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-05T10:49:09.581Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-05T10:49:09.581Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-05T10:49:10.574Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-05T10:49:10.574Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-05T10:49:10.574Z] === RUN TestDockerSuite/TestEventsRename [2022-05-05T10:49:13.545Z] === RUN TestDockerSuite/TestEventsResize [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-05T10:49:16.756Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-05T10:49:16.756Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-05T10:49:16.756Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-05T10:49:16.756Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-05T10:49:16.756Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-05T10:49:16.756Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:49:16.756Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-05T10:49:19.829Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-05T10:49:22.147Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-05T10:49:23.688Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-05T10:49:23.766Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-05T10:49:23.766Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-05T10:49:23.766Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-05T10:49:26.598Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-05T10:49:27.709Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-05T10:49:27.709Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-05T10:49:27.709Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-05T10:49:27.709Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-05T10:49:27.709Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-05T10:49:27.709Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:49:27.709Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-05T10:49:32.392Z] === RUN TestDockerSuite/TestEventsTop [2022-05-05T10:49:32.393Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-05T10:49:32.393Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-05T10:49:34.575Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-05T10:49:41.653Z] === RUN TestDockerSuite/TestExec [2022-05-05T10:49:41.653Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:49:41.653Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-05T10:49:41.653Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:49:41.653Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-05T10:49:42.952Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-05T10:49:43.451Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-05T10:49:43.451Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-05T10:49:43.451Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:49:43.451Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-05T10:49:43.834Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-05T10:49:43.943Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-05T10:49:43.943Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-05T10:49:44.436Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-05T10:49:46.013Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-05T10:49:46.013Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-05T10:49:46.013Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-05T10:49:46.013Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-05T10:49:46.013Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-05T10:49:46.013Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:49:46.013Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-05T10:49:48.193Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-05T10:49:48.375Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-05T10:49:48.375Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-05T10:49:50.370Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-05T10:49:52.313Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-05T10:49:52.313Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-05T10:49:52.552Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-05T10:49:52.805Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-05T10:49:52.805Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-05T10:49:53.299Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-05T10:49:54.730Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-05T10:49:59.424Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-05T10:49:59.424Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-05T10:49:59.424Z] === RUN TestDockerSuite/TestExecEnv [2022-05-05T10:49:59.424Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:49:59.424Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-05T10:49:59.424Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-05T10:49:59.424Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-05T10:50:00.963Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-05T10:50:03.991Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-05T10:50:03.991Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:50:03.991Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-05T10:50:04.484Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-05T10:50:04.484Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-05T10:50:04.484Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-05T10:50:04.484Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-05T10:50:05.651Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-05T10:50:05.651Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-05T10:50:05.651Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-05T10:50:05.651Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-05T10:50:05.651Z] === RUN TestDockerSuite/TestExecParseError [2022-05-05T10:50:06.111Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-05T10:50:06.111Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-05T10:50:06.111Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-05T10:50:06.111Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-05T10:50:06.111Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-05T10:50:06.111Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-05T10:50:08.296Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-05T10:50:08.296Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-05T10:50:08.296Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-05T10:50:08.296Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-05T10:50:08.296Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-05T10:50:08.296Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:08.296Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-05T10:50:08.296Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-05T10:50:08.755Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-05T10:50:08.755Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-05T10:50:08.755Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-05T10:50:10.936Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-05T10:50:10.936Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-05T10:50:10.936Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-05T10:50:15.180Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-05T10:50:15.180Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-05T10:50:15.180Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-05T10:50:19.518Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-05T10:50:19.518Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-05T10:50:19.518Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-05T10:50:19.518Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-05T10:50:19.518Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-05T10:50:19.518Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-05T10:50:19.518Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-05T10:50:25.313Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-05T10:50:27.969Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-05T10:50:27.969Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-05T10:50:27.969Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite (2911.72s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.92s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.35s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.82s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (91.88s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.04s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.44s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.62s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.29s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (95.00s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.33s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.06s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.09s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.17s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.93s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.10s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.78s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.42s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.83s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.33s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.62s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.04s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.39s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.67s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddTar (41.99s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.83s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.28s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.31s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.08s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.14s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.63s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.19s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.03s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.74s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.86s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.55s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.87s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.39s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (2.87s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-05-05T10:50:30.284Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.86s) [2022-05-05T10:50:30.284Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.17s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCmd (0.74s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.69s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.76s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.94s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.75s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.54s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.01s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.11s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.61s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.63s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.06s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.92s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.80s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.80s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.55s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.35s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.86s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.28s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.05s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.73s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.90s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.92s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignore (62.49s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.42s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (66.48s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.95s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.93s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.49s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.96s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.37s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.38s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.57s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.25s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (94.98s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.72s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.42s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.61s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.69s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.31s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.84s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.57s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.48s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.21s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.76s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFails (3.42s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.87s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.98s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.60s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.18s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.57s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.49s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.91s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.73s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.54s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildHistory (13.99s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.27s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.15s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.00s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.00s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabel (1.22s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.82s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.26s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.78s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.01s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.34s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.91s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.89s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.15s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (41.95s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.07s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.16s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.07s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.08s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.13s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.70s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.91s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.00s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.97s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.60s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.15s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.64s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.28s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.92s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.28s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.87s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.26s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.93s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.42s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.25s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (48.60s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.45s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildRm (15.89s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.53s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.67s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.78s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.82s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.70s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.12s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.95s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.74s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.15s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.24s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildStderr (6.06s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.37s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.24s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.50s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.19s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.43s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (10.06s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.71s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.90s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (28.08s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.16s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.58s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.04s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.78s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.25s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.70s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.52s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.10s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.31s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.89s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.18s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.29s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestCommitChange (6.19s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.91s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.50s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestCommitTTY (9.38s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.55s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.85s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.88s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.27s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.21s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.18s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.90s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.81s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.28s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.95s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.38s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.38s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.28s) [2022-05-05T10:50:30.285Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.97s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.21s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.30s) [2022-05-05T10:50:30.285Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.98s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.15s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.53s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.18s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.42s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.41s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.51s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.95s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.25s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.22s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.38s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.45s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008a0af8_} (3.47s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14029966490_c:\foo_false____} (3.46s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14029966490_c:\foo_true____} (3.66s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.50s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.77s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.04s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.74s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.88s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.24s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.50s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.04s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpToDot (3.36s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCpToStdout (3.43s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.33s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.27s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.90s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateRM (0.49s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.50s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.79s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.29s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.59s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.55s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.44s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.38s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.19s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.31s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.15s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsCopy (6.18s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.84s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.26s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.50s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.11s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.16s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFilters (6.60s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFormat (6.35s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsRename (3.34s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsResize (33.58s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.48s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.01s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.83s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.97s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.53s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.47s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.59s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.32s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.34s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.04s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.12s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.92s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecInspectID (5.93s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.86s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.30s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.35s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.31s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.20s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.78s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.74s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.23s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.17s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.67s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.76s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.09s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.41s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.28s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.35s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.42s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectDefault (3.31s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectHistory (5.59s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.09s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.25s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.16s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.46s) [2022-05-05T10:50:30.286Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-05T10:50:30.286Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.01s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectStatus (3.96s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.93s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.06s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.84s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.31s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.03s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.15s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.25s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.28s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.44s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.24s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.84s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.51s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.70s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.80s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.01s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.91s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.42s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.32s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsSince (9.91s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsTail (3.65s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.53s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.35s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.39s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.37s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsByOrder (13.96s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.80s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.69s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.78s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.24s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.11s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.61s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.19s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.76s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.34s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.23s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.99s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.52s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (29.91s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.65s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.92s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.13s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.87s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (11.26s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.34s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.91s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.77s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.72s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.29s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.46s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.72s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiTag (0.77s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.52s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.26s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.78s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.46s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.43s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.09s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.65s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.24s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.32s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.50s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.34s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.78s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.28s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.41s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.09s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.46s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.45s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.31s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.29s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.17s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.77s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.41s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.43s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.18s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.20s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunExitCode (3.25s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.24s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.24s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.33s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T10:50:30.287Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.87s) [2022-05-05T10:50:30.287Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.20s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.67s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.71s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.69s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.87s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.33s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.27s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.07s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.89s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.93s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunRm (3.64s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.36s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.46s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.27s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.93s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.36s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.39s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.89s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.38s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.31s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.12s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.82s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.53s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.31s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.38s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.36s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.34s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.38s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.65s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.25s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.39s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.45s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.17s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.34s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.37s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.43s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.87s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.84s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.61s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.04s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.97s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.92s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.53s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.07s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.37s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.91s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.93s) [2022-05-05T10:50:30.288Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-05T10:50:30.288Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.89s) [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-05T10:50:30.288Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.288Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-05T10:50:30.289Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-05T10:50:30.289Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-05T10:50:30.289Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-05T10:50:30.289Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-05T10:50:30.289Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-05T10:50:30.289Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-05T10:50:30.289Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-05T10:50:30.289Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-05T10:50:30.289Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-05T10:50:30.289Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-05T10:50:30.289Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-05T10:50:30.289Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerDaemonSuite [2022-05-05T10:50:30.289Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-05T10:50:30.289Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-05T10:50:30.289Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-05T10:50:30.289Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerSwarmSuite [2022-05-05T10:50:30.289Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-05T10:50:30.289Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerExternalVolumeSuite [2022-05-05T10:50:30.289Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerNetworkSuite [2022-05-05T10:50:30.289Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-05T10:50:30.289Z] === RUN TestDockerHubPullSuite [2022-05-05T10:50:30.289Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-05T10:50:30.289Z] PASS [2022-05-05T10:50:30.289Z] ok github.com/docker/docker/integration-cli 2912.186s [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === Skipped [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-05T10:50:30.289Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-05T10:50:30.289Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-05T10:50:30.289Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-05-05T10:50:30.289Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T10:50:30.289Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-05T10:50:30.289Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.04s) [2022-05-05T10:50:30.289Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.04s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-05T10:50:30.289Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-05T10:50:30.289Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-05T10:50:30.289Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-05T10:50:30.289Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-05T10:50:30.289Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-05T10:50:30.289Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-05T10:50:30.289Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-05T10:50:30.290Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.31s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.31s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-05-05T10:50:30.290Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.55s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.55s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.290Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-05T10:50:30.290Z] [2022-05-05T10:50:30.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-05-05T10:50:30.290Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-05T10:50:30.291Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.43s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-05T10:50:30.291Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-05T10:50:30.291Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T10:50:30.291Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-05T10:50:30.291Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:50:30.291Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-05T10:50:30.291Z] [2022-05-05T10:50:30.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-05T10:50:30.291Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-05T10:50:30.786Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T10:50:30.786Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T10:50:30.786Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:50:30.786Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T10:50:30.786Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T10:50:30.786Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-05T10:50:30.786Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-05T10:50:30.786Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.786Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-05T10:50:30.786Z] [2022-05-05T10:50:30.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-05T10:50:30.787Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.04s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.04s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-05T10:50:30.787Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-05T10:50:30.787Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T10:50:30.787Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T10:50:30.787Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T10:50:30.787Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-05T10:50:30.787Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T10:50:30.787Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.787Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T10:50:30.787Z] [2022-05-05T10:50:30.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T10:50:30.787Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-05T10:50:30.788Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T10:50:30.788Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T10:50:30.788Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-05T10:50:30.788Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-05T10:50:30.788Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T10:50:30.788Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T10:50:30.788Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T10:50:30.788Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T10:50:30.788Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-05-05T10:50:30.788Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.788Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T10:50:30.788Z] [2022-05-05T10:50:30.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T10:50:30.788Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T10:50:30.789Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T10:50:30.789Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T10:50:30.789Z] [2022-05-05T10:50:30.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T10:50:30.789Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.789Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:50:30.790Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.790Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:50:30.790Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-05T10:50:30.791Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-05T10:50:30.791Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.791Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-05T10:50:30.791Z] [2022-05-05T10:50:30.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T10:50:30.792Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-05T10:50:30.792Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-05T10:50:30.792Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T10:50:30.792Z] [2022-05-05T10:50:30.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T10:50:30.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T10:50:30.793Z] [2022-05-05T10:50:30.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T10:50:30.793Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T10:50:30.793Z] [2022-05-05T10:50:30.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T10:50:30.793Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T10:50:30.793Z] [2022-05-05T10:50:30.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T10:50:30.793Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T10:50:30.793Z] [2022-05-05T10:50:30.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T10:50:30.793Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T10:50:30.793Z] [2022-05-05T10:50:30.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T10:50:30.793Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T10:50:30.793Z] [2022-05-05T10:50:30.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T10:50:30.793Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:30.793Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T10:50:31.107Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-05T10:50:31.287Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] DONE 1088 tests, 544 skipped in 2924.353s [2022-05-05T10:50:31.287Z] INFO: Integration tests ended at 05/05/2022 10:50:30. Duration:00:48:44.5324100 [2022-05-05T10:50:31.287Z] INFO: Docker info of the daemon under test at end of run [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] Containers: 10 [2022-05-05T10:50:31.287Z] Running: 0 [2022-05-05T10:50:31.287Z] Paused: 0 [2022-05-05T10:50:31.287Z] Stopped: 10 [2022-05-05T10:50:31.287Z] Images: 18 [2022-05-05T10:50:31.287Z] Server Version: 0.0.0-dev [2022-05-05T10:50:31.287Z] Storage Driver: windowsfilter [2022-05-05T10:50:31.287Z] Windows: [2022-05-05T10:50:31.287Z] Logging Driver: json-file [2022-05-05T10:50:31.287Z] Plugins: [2022-05-05T10:50:31.287Z] Volume: local [2022-05-05T10:50:31.287Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T10:50:31.287Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T10:50:31.287Z] Swarm: inactive [2022-05-05T10:50:31.287Z] Default Isolation: process [2022-05-05T10:50:31.287Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-05T10:50:31.287Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-05T10:50:31.287Z] OSType: windows [2022-05-05T10:50:31.287Z] Architecture: x86_64 [2022-05-05T10:50:31.287Z] CPUs: 4 [2022-05-05T10:50:31.287Z] Total Memory: 32GiB [2022-05-05T10:50:31.287Z] Name: azwin-2-a04501 [2022-05-05T10:50:31.287Z] ID: OZ4L:C7I3:E4TZ:RJC6:43NS:E7LW:4TPI:HNPJ:V7EX:P6MM:YVFW:RK5E [2022-05-05T10:50:31.287Z] Docker Root Dir: D:\CI\PR-43563\3\daemon [2022-05-05T10:50:31.287Z] Debug Mode (client): false [2022-05-05T10:50:31.287Z] Debug Mode (server): true [2022-05-05T10:50:31.287Z] File Descriptors: -1 [2022-05-05T10:50:31.287Z] Goroutines: 44 [2022-05-05T10:50:31.287Z] System Time: 2022-05-05T10:50:30.8904178Z [2022-05-05T10:50:31.287Z] EventsListeners: 0 [2022-05-05T10:50:31.287Z] Registry: https://index.docker.io/v1/ [2022-05-05T10:50:31.287Z] Labels: [2022-05-05T10:50:31.287Z] Experimental: false [2022-05-05T10:50:31.287Z] Insecure Registries: [2022-05-05T10:50:31.287Z] 127.0.0.0/8 [2022-05-05T10:50:31.287Z] Live Restore Enabled: false [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] [2022-05-05T10:50:31.287Z] INFO: Stopping daemon under test [2022-05-05T10:50:31.287Z] SUCCESS: The process with PID 5916 (child process of PID 2316) has been terminated. [2022-05-05T10:50:31.287Z] SUCCESS: The process with PID 2316 (child process of PID 3768) has been terminated. [2022-05-05T10:50:31.287Z] INFO: Stop tailing logs of the daemon under tests [2022-05-05T10:50:31.287Z] INFO: executeCI.ps1 Completed successfully at 05/05/2022 10:50:31. [2022-05-05T10:50:31.287Z] INFO: Tidying up at end of run [2022-05-05T10:50:31.287Z] ----------- DAEMON LOG ------------ [2022-05-05T10:50:31.287Z] 2022/05/05 09:58:20 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-05T10:50:31.287Z] ----------- END DAEMON LOG -------- [2022-05-05T10:50:31.287Z] INFO: Saving daemon under test log (d:\CI\PR-43563\3\dut.out) to bundles\CIDUT.out [2022-05-05T10:50:31.287Z] INFO: Saving daemon under test log (d:\CI\PR-43563\3\dut.err) to bundles\CIDUT.err [2022-05-05T10:50:31.287Z] INFO: Saving containerd logs to bundles [2022-05-05T10:50:31.287Z] INFO: Nuke-Everything... [2022-05-05T10:50:31.806Z] INFO: Container count on control daemon to delete is 2 [2022-05-05T10:50:31.806Z] 9c8159504285 [2022-05-05T10:50:31.806Z] 8fdc18018e12 [2022-05-05T10:50:31.806Z] INFO: Tidying pidfile d:\CI\PR-43563\3\docker.pid [2022-05-05T10:50:31.806Z] INFO: Killing containerd with PID 4852 [2022-05-05T10:50:31.806Z] INFO: Nuking d:\CI [2022-05-05T10:50:34.853Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-05T10:50:40.759Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestHealth [2022-05-05T10:50:40.759Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-05T10:50:40.759Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-05T10:50:45.455Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-05T10:50:45.455Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-05T10:50:45.455Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-05T10:50:45.914Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-05T10:50:45.914Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-05T10:50:45.914Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-05T10:50:46.373Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-05T10:50:46.833Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-05T10:50:46.833Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-05T10:50:46.833Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-05T10:50:48.374Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-05T10:50:48.374Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-05T10:50:50.556Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-05T10:50:50.556Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-05T10:50:52.736Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-05T10:50:55.647Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-05T10:50:55.647Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-05T10:50:55.647Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T10:50:55.647Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-05T10:51:00.343Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportFile [2022-05-05T10:51:00.343Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-05T10:51:00.343Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-05T10:51:00.343Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-05T10:51:00.343Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-05T10:51:00.343Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-05T10:51:00.343Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-05T10:51:00.343Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-05T10:51:00.343Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-05T10:51:00.343Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:51:00.343Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-05T10:51:02.523Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-05T10:51:02.557Z] INFO: Zapped successfully [2022-05-05T10:51:02.557Z] [2022-05-05T10:51:02.557Z] INFO: executeCI.ps1 exiting at Thu May 5 10:50:58 CUT 2022. Duration 01:17:12.6039731 [2022-05-05T10:51:02.557Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-05T10:51:02.833Z] Recording test results [2022-05-05T10:51:05.436Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-05T10:51:05.436Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T10:51:05.436Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-05T10:51:05.436Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-05T10:51:05.436Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-05T10:51:05.436Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-05T10:51:05.436Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-05T10:51:05.436Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-05T10:51:07.617Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-05T10:51:07.617Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-05T10:51:10.527Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-05T10:51:10.527Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T10:51:10.527Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-05T10:51:10.527Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-05T10:51:10.527Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-05T10:51:10.527Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-05T10:51:10.527Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-05T10:51:12.711Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-05T10:51:12.713Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-05T10:51:14.423Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-05T10:51:16.983Z] Archiving artifacts [2022-05-05T10:51:17.406Z] === RUN TestDockerSuite/TestInspectImage [2022-05-05T10:51:17.406Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T10:51:17.406Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-05T10:51:17.406Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T10:51:17.406Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-05T10:51:17.406Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T10:51:17.406Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-05T10:51:19.585Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-05T10:51:21.766Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-05T10:51:21.766Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-05T10:51:23.947Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-05T10:51:26.126Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-05T10:51:26.126Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-05T10:51:26.589Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-05T10:51:26.589Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-05T10:51:28.768Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-05T10:51:31.674Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-05T10:51:34.240Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T10:51:35.347Z] + make clean [2022-05-05T10:51:36.364Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-05T10:51:36.986Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T10:51:36.986Z] docker-dev-cache [2022-05-05T10:51:36.986Z] docker-mod-cache [Pipeline] deleteDir [2022-05-05T10:51:38.546Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-05T10:51:40.732Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-05T10:51:42.916Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-05T10:51:45.093Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-05T10:51:47.381Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-05T10:51:49.561Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-05T10:51:49.561Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-05T10:51:49.561Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-05T10:51:49.561Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-05T10:51:50.021Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-05T10:51:50.021Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-05T10:51:52.203Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-05T10:51:53.738Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-05T10:51:59.529Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-05T10:52:01.709Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-05T10:52:01.709Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-05T10:52:01.709Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-05T10:52:03.889Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-05T10:52:04.347Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-05T10:52:11.421Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-05T10:52:18.499Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-05T10:52:25.577Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-05T10:52:28.482Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-05T10:52:30.660Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-05T10:52:30.660Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-05T10:52:30.660Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-05T10:52:37.737Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-05T10:52:44.808Z] === RUN TestDockerSuite/TestLogsSince [2022-05-05T10:52:55.134Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-05T10:52:55.135Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-05T10:52:55.135Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-05T10:52:55.135Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-05T10:52:55.135Z] === RUN TestDockerSuite/TestLogsTail [2022-05-05T10:52:57.340Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-05T10:52:59.521Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-05T10:53:06.596Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-05T10:53:06.596Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestNetHostname [2022-05-05T10:53:06.596Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-05T10:53:06.596Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-05T10:53:06.596Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-05T10:53:06.596Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestPluginActive [2022-05-05T10:53:06.596Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-05T10:53:06.596Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T10:53:06.596Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-05T10:53:07.056Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-05T10:53:07.057Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-05T10:53:07.057Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-05T10:53:07.057Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-05T10:53:07.057Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-05T10:53:07.057Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-05T10:53:07.057Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-05T10:53:07.057Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-05T10:53:07.057Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPortList [2022-05-05T10:53:07.057Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-05T10:53:07.057Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-05T10:53:17.403Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-05T10:53:17.403Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-05T10:53:17.403Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-05T10:53:21.216Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-05T10:53:21.216Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-05T10:53:21.216Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-05T10:53:29.914Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-05T10:53:29.914Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-05T10:53:29.914Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-05T10:53:40.378Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-05T10:54:01.678Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-05T10:54:01.678Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-05T10:54:01.678Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-05T10:54:01.678Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-05T10:54:14.215Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-05T10:54:18.999Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-05T10:54:31.536Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-05T10:54:42.003Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-05T10:54:42.003Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-05T10:54:42.003Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-05T10:54:42.003Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-05T10:54:42.003Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-05T10:54:50.698Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-05T10:54:50.698Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T10:54:50.698Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-05T10:54:50.698Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-05T10:54:50.698Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-05T10:54:50.698Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-05T10:54:50.698Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-05T10:54:50.698Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-05T10:54:50.698Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-05T10:54:59.392Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-05T10:54:59.392Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-05T10:54:59.392Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-05T10:54:59.864Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-05T10:54:59.864Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-05T10:54:59.864Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-05T10:55:01.438Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-05T10:55:02.431Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-05T10:55:02.431Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-05T10:55:02.431Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-05T10:55:07.206Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-05T10:55:11.020Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-05T10:55:13.248Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-05T10:55:34.539Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-05T10:55:34.539Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T10:55:34.539Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-05T10:55:37.506Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-05T10:55:37.979Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-05T10:55:37.979Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-05T10:55:38.971Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-05T10:55:43.749Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-05T10:55:47.559Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-05T10:55:47.559Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T10:55:47.559Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-05T10:55:51.377Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-05T10:55:51.850Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-05T10:55:51.850Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-05T10:56:06.825Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-05T10:56:09.794Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-05T10:56:10.266Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-05T10:56:17.458Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-05T10:56:22.240Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-05T10:56:30.932Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-05T10:56:34.742Z] === RUN TestDockerSuite/TestRmiTag [2022-05-05T10:56:35.734Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-05T10:56:37.959Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-05T10:56:55.821Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-05T10:56:57.700Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-05T10:57:03.590Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-05T10:57:04.061Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-05T10:57:04.061Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.061Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-05T10:57:04.061Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.061Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-05T10:57:04.061Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.061Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-05T10:57:04.061Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.061Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-05T10:57:04.061Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.533Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-05T10:57:04.533Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.533Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-05T10:57:04.533Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-05T10:57:04.533Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-05T10:57:06.110Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-05T10:57:06.110Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-05T10:57:06.582Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-05T10:57:06.582Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-05T10:57:06.582Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-05T10:57:11.359Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-05T10:57:14.329Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-05T10:57:16.557Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-05T10:57:23.738Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-05T10:57:30.923Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-05T10:57:30.923Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-05T10:57:41.387Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-05T10:57:41.387Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-05T10:57:42.382Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-05T10:57:42.382Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-05T10:57:42.382Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-05T10:57:46.194Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-05T10:57:46.194Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-05T10:57:46.194Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-05T10:57:46.194Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-05T10:57:46.194Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-05T10:57:47.774Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-05T10:57:47.774Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-05T10:57:47.774Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-05T10:57:47.774Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-05T10:57:47.774Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-05T10:57:47.774Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-05T10:57:47.774Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-05T10:57:47.774Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-05T10:57:48.246Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-05T10:57:48.246Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-05T10:57:48.246Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-05T10:57:48.246Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-05T10:57:48.246Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-05T10:57:48.246Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-05T10:57:48.246Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-05T10:57:50.472Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-05T10:57:52.702Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-05T10:57:54.930Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-05T10:57:54.930Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-05T10:57:54.930Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-05T10:57:54.930Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-05T10:57:54.930Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-05T10:57:54.930Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-05T10:57:54.930Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-05T10:57:57.900Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-05T10:57:57.900Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-05T10:57:57.900Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-05T10:57:57.900Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-05T10:57:57.900Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-05T10:57:57.900Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-05T10:57:57.900Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-05T10:57:57.900Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-05T10:57:57.900Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-05T10:57:59.477Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-05T10:58:05.381Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-05T10:58:05.382Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-05T10:58:05.382Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-05T10:58:05.382Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-05T10:58:05.382Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-05T10:58:05.382Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-05T10:58:05.382Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-05T10:58:05.382Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-05T10:58:05.382Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-05T10:58:05.382Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-05T10:58:05.382Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-05T10:58:05.382Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-05T10:58:05.382Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-05T10:58:07.613Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-05T10:58:07.613Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-05T10:58:07.613Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-05T10:58:07.613Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-05T10:58:07.613Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-05T10:58:07.613Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-05T10:58:09.842Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-05T10:58:17.027Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-05T10:58:17.027Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-05T10:58:17.027Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-05T10:58:19.253Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-05T10:58:19.253Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-05T10:58:19.253Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-05T10:58:19.253Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T10:58:19.253Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-05T10:58:19.253Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-05T10:58:19.253Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-05T10:58:26.439Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-05T10:58:28.667Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-05T10:58:30.893Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-05T10:58:33.121Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-05T10:58:33.592Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-05T10:58:33.592Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-05T10:58:37.415Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-05T10:58:37.415Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-05T10:58:37.415Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-05T10:58:37.416Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-05T10:58:37.416Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-05T10:58:37.416Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-05T10:58:37.416Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-05T10:58:37.416Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-05T10:58:37.416Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T10:58:37.416Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-05T10:58:37.416Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T10:58:37.416Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-05T10:58:47.870Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-05T10:58:47.870Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-05T10:58:47.870Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-05T10:58:48.342Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-05T10:58:48.342Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.342Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-05T10:58:48.342Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.342Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-05T10:58:48.342Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunMount [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-05T10:58:48.813Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-05T10:58:48.813Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-05T10:59:01.341Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-05T10:59:01.341Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-05T10:59:01.341Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-05T10:59:01.341Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-05T10:59:01.341Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-05T10:59:01.341Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-05T10:59:01.341Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-05T10:59:11.798Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-05T10:59:14.766Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-05T10:59:14.766Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-05T10:59:15.238Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-05T10:59:16.230Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-05T10:59:18.458Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-05T10:59:20.686Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-05T10:59:21.689Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-05T10:59:23.921Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-05T10:59:24.392Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.392Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-05T10:59:24.392Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-05T10:59:24.393Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-05T10:59:24.393Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-05T10:59:24.393Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-05T10:59:24.393Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-05T10:59:24.393Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-05T10:59:24.393Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-05T10:59:24.393Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-05T10:59:27.362Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-05T10:59:27.362Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-05T10:59:27.362Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-05T10:59:27.362Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-05T10:59:27.362Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-05T10:59:27.362Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-05T10:59:27.362Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-05T10:59:27.362Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-05T10:59:27.362Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-05T10:59:27.362Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-05T10:59:27.362Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-05T10:59:36.059Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-05T10:59:36.059Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-05T10:59:36.059Z] === RUN TestDockerSuite/TestRunRm [2022-05-05T10:59:37.634Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-05T10:59:43.530Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-05T10:59:45.760Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-05T10:59:47.986Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-05T10:59:50.212Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-05T10:59:52.495Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-05T10:59:52.495Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-05T10:59:52.495Z] === RUN TestDockerSuite/TestRunState [2022-05-05T10:59:52.495Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-05T10:59:52.495Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-05T10:59:54.724Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-05T10:59:54.724Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-05T10:59:54.724Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-05T10:59:56.950Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-05T10:59:56.950Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-05T10:59:56.950Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-05T10:59:56.950Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-05T10:59:56.950Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-05T10:59:56.950Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-05T10:59:57.422Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-05T10:59:57.422Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-05T10:59:57.422Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-05T11:00:02.200Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-05T11:00:02.200Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-05T11:00:04.428Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-05T11:00:04.428Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-05T11:00:04.428Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-05T11:00:06.658Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-05T11:00:06.658Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-05T11:00:06.658Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-05T11:00:06.658Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-05T11:00:06.658Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-05T11:00:15.350Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-05T11:00:22.539Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-05T11:00:28.436Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-05T11:00:34.331Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-05T11:00:34.331Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-05T11:00:34.331Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-05T11:00:34.803Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-05T11:00:41.992Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-05T11:00:44.963Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-05T11:00:52.146Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-05T11:00:52.146Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-05T11:00:52.146Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-05T11:00:52.146Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-05T11:00:52.146Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-05T11:00:52.146Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-05T11:00:52.146Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-05T11:00:56.920Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-05T11:00:58.494Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-05T11:01:00.728Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-05T11:01:05.510Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-05T11:01:05.510Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-05T11:01:05.510Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-05T11:01:05.510Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-05T11:01:05.510Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.510Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-05T11:01:05.510Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.982Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-05T11:01:05.982Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.982Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-05T11:01:05.982Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.982Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-05T11:01:05.982Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.982Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-05T11:01:05.982Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.982Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-05T11:01:05.982Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-05T11:01:05.982Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-05T11:01:08.212Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-05T11:01:08.684Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-05T11:01:09.156Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-05T11:01:09.629Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-05T11:01:11.205Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-05T11:01:11.205Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-05T11:01:18.399Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-05T11:01:21.371Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-05T11:01:28.564Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-05T11:01:28.564Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T11:01:28.564Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-05T11:01:37.257Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-05T11:01:37.257Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T11:01:37.257Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-05T11:01:41.065Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-05T11:01:41.065Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-05T11:01:41.065Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-05T11:01:41.065Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T11:01:41.065Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-05T11:01:41.065Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-05T11:01:41.065Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-05T11:01:41.065Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-05T11:01:41.065Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-05T11:01:56.039Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-05T11:01:56.039Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-05T11:01:56.039Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-05T11:01:56.039Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-05T11:01:56.039Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-05T11:01:56.039Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T11:01:56.039Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-05T11:01:57.617Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-05T11:02:00.589Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-05T11:02:00.589Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-05T11:02:00.589Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-05T11:02:02.165Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-05T11:02:02.165Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-05T11:02:02.165Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-05T11:02:02.165Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-05T11:02:02.637Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-05T11:02:02.637Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T11:02:02.637Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-05T11:02:02.637Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-05T11:02:02.637Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-05T11:02:02.637Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T11:02:02.637Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-05T11:02:02.637Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T11:02:02.637Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-05T11:02:17.615Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-05T11:02:18.089Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-05T11:02:18.089Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-05T11:02:18.089Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T11:02:18.089Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-05T11:02:18.561Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-05T11:02:19.033Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-05T11:02:19.033Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-05T11:02:22.004Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-05T11:02:22.004Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-05T11:02:25.817Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-05T11:02:25.817Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-05T11:02:26.290Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-05T11:02:26.290Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-05T11:02:26.290Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-05T11:02:34.996Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-05T11:02:34.996Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T11:02:34.996Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-05T11:02:35.990Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-05T11:02:35.990Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-05T11:02:35.990Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-05T11:02:35.990Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-05T11:02:44.699Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-05T11:02:44.699Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-05T11:02:44.699Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-05T11:02:53.392Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-05T11:02:53.392Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-05T11:02:53.392Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite (3042.25s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.35s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.42s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (119.14s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.30s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.08s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.04s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.05s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.79s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.67s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.05s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.01s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.39s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (142.22s) [2022-05-05T11:02:54.967Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-05-05T11:02:54.967Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.20s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.24s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.17s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.17s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.02s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.08s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.76s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.58s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (11.27s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.46s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.64s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.20s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.94s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.72s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddTar (50.17s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.60s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.92s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.76s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.56s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.41s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.06s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.49s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.59s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.31s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.06s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.65s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.81s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.07s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (47.74s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.97s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.94s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.77s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.82s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.10s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.33s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCmd (0.79s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.81s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.76s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.71s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.06s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.72s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.70s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.41s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.32s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.68s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.18s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.90s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.66s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.47s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.92s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.77s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.57s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.78s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.47s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.98s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (31.19s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.27s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.08s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (9.48s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.50s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.55s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignore (69.89s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.42s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (99.57s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.04s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.77s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.99s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.41s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (41.67s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (16.86s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.61s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (130.55s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.72s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.38s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.86s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.71s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.39s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.59s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.75s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.87s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFails (7.53s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.18s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (16.26s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.68s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.65s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.67s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.11s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.75s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.02s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildHistory (14.35s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.23s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.28s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.00s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.40s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabel (1.26s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.83s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.24s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.76s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabels (1.29s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.42s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.74s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.85s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.12s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (27.80s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.83s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (46.08s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (26.10s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.73s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (12.19s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.47s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.89s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.07s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.27s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.83s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.46s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.55s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.88s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.24s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (3.06s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.31s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.76s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.65s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.11s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.54s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.64s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.56s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.01s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.82s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.56s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.62s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (48.61s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.86s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildRm (14.95s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.89s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.75s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.98s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.16s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.37s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (22.10s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.11s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.85s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.95s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.53s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildStderr (5.15s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.18s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.52s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.58s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.42s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.19s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.78s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.01s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.21s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.14s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.81s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.56s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-05T11:02:54.968Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.94s) [2022-05-05T11:02:54.968Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.36s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.24s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.52s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (24.58s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.47s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.99s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.49s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.41s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.11s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCommitChange (5.55s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.22s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.48s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCommitTTY (13.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.11s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.45s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.89s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.41s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.29s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (7.45s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.99s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.49s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.53s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.68s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (7.52s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.59s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.18s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.89s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.51s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.24s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.30s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.09s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.79s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.47s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.55s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.19s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.15s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (39.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.69s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.72s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.68s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.75s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b4d4a0_} (2.76s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12087907653_c:\foo_false____} (2.67s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12087907653_c:\foo_true____} (7.72s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.50s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.04s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.75s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.79s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.93s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.70s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.70s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpToCaseH (14.86s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpToDot (2.59s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCpToStdout (2.74s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.34s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.52s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.17s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.84s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.79s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.63s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.46s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.62s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (7.47s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.58s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.68s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.81s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsCopy (5.61s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.36s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (7.20s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (9.67s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.18s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.13s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFilters (4.87s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFormat (4.92s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsRename (2.53s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsResize (7.92s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.63s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.84s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.12s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsUntag (2.79s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (7.13s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.98s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.05s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.12s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.19s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.23s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.10s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.28s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.24s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecInspectID (4.80s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.52s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.32s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.99s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.09s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.06s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.19s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.10s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-05-05T11:02:54.969Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-05T11:02:54.969Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.67s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.74s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.20s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.98s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.40s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.65s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.99s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.26s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.35s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.19s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.45s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectDefault (2.37s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectHistory (4.68s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.20s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.18s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.33s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.18s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.16s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectStatus (2.71s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.51s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.30s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.32s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.21s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.24s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.20s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.21s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.93s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.57s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.44s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.27s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.92s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.12s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.11s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.77s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.53s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (7.20s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.13s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsSince (9.09s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsTail (2.89s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.51s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestLogsWithDetails (7.11s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.26s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.55s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsByOrder (8.71s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.97s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.55s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.50s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.38s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.99s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.40s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (9.55s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.31s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.20s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.96s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.45s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.76s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.84s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.88s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.18s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.09s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.29s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.35s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.04s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.85s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.67s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.29s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.85s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.51s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiTag (0.91s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.31s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.27s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.73s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.16s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.28s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.98s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.91s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.95s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.23s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.08s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunBindMounts (9.33s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.25s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.34s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-05T11:02:54.970Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.06s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T11:02:54.970Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.30s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.34s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.22s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.44s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.05s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.24s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.57s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.29s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunEchoStdout (7.07s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.25s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunExitCode (7.05s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.26s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.33s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.25s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.89s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.14s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.71s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (11.78s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (9.73s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.18s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.12s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.08s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.10s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.70s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.83s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunRm (2.30s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.36s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.86s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.42s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.18s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.51s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.17s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.05s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.79s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.29s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.24s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.96s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.52s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.24s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.87s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (7.58s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.50s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (7.15s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.27s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.87s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.44s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.78s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.54s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.68s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (17.14s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (7.26s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.48s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (7.36s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.17s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.92s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (14.80s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.04s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.19s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.40s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.16s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.34s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.41s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.89s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.04s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.23s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.59s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.74s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.66s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.97s) [2022-05-05T11:02:54.971Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-05T11:02:54.971Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.49s) [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.971Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-05T11:02:54.971Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-05T11:02:54.972Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-05T11:02:54.972Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-05T11:02:54.972Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-05T11:02:54.972Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-05T11:02:54.972Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-05T11:02:54.972Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-05T11:02:54.972Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-05T11:02:54.972Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T11:02:54.972Z] === RUN TestDockerDaemonSuite [2022-05-05T11:02:54.972Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-05T11:02:54.972Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-05T11:02:54.972Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-05T11:02:54.972Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T11:02:54.972Z] === RUN TestDockerSwarmSuite [2022-05-05T11:02:54.972Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-05T11:02:54.972Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.972Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T11:02:54.972Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T11:02:54.973Z] === RUN TestDockerExternalVolumeSuite [2022-05-05T11:02:54.973Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.973Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-05T11:02:54.973Z] === RUN TestDockerNetworkSuite [2022-05-05T11:02:54.973Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.973Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-05T11:02:54.973Z] === RUN TestDockerHubPullSuite [2022-05-05T11:02:54.973Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T11:02:54.973Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-05T11:02:54.973Z] PASS [2022-05-05T11:02:54.973Z] ok github.com/docker/docker/integration-cli 3042.693s [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === Skipped [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-05T11:02:55.445Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-05T11:02:55.445Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2022-05-05T11:02:55.445Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.445Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2022-05-05T11:02:55.445Z] [2022-05-05T11:02:55.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T11:02:55.445Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-05T11:02:55.446Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-05-05T11:02:55.446Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.08s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.08s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.60s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.60s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.41s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.41s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.06s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.07s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.07s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-05T11:02:55.446Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-05T11:02:55.446Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.446Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-05T11:02:55.446Z] [2022-05-05T11:02:55.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.07s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.07s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-05-05T11:02:55.447Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.43s) [2022-05-05T11:02:55.447Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-05T11:02:55.447Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T11:02:55.447Z] docker_cli_sni_test.go:18: Flakey test [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-05T11:02:55.447Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-05T11:02:55.447Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-05T11:02:55.447Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-05T11:02:55.447Z] [2022-05-05T11:02:55.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.04s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.04s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-05T11:02:55.448Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T11:02:55.448Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.03s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T11:02:55.448Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T11:02:55.448Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-05T11:02:55.448Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T11:02:55.448Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-05T11:02:55.448Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T11:02:55.448Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.448Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-05T11:02:55.448Z] [2022-05-05T11:02:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T11:02:55.448Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T11:02:55.449Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-05T11:02:55.449Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T11:02:55.449Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T11:02:55.449Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T11:02:55.449Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T11:02:55.449Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-05T11:02:55.449Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-05T11:02:55.449Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.449Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-05T11:02:55.449Z] [2022-05-05T11:02:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T11:02:55.449Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T11:02:55.450Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T11:02:55.450Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.450Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-05T11:02:55.450Z] [2022-05-05T11:02:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.451Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-05T11:02:55.451Z] [2022-05-05T11:02:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T11:02:55.451Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-05T11:02:55.923Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.923Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-05T11:02:55.923Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.04s) [2022-05-05T11:02:55.924Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.04s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-05T11:02:55.924Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-05T11:02:55.924Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T11:02:55.924Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T11:02:55.924Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T11:02:55.924Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T11:02:55.924Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T11:02:55.924Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T11:02:55.924Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T11:02:55.924Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T11:02:55.925Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.925Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-05T11:02:55.925Z] [2022-05-05T11:02:55.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-05T11:02:55.926Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] DONE 1088 tests, 539 skipped in 3055.494s [2022-05-05T11:02:55.926Z] INFO: Integration tests ended at 05/05/2022 11:02:55. Duration:00:50:55.6655099 [2022-05-05T11:02:55.926Z] INFO: Docker info of the daemon under test at end of run [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] Containers: 10 [2022-05-05T11:02:55.926Z] Running: 0 [2022-05-05T11:02:55.926Z] Paused: 0 [2022-05-05T11:02:55.926Z] Stopped: 10 [2022-05-05T11:02:55.926Z] Images: 18 [2022-05-05T11:02:55.926Z] Server Version: 0.0.0-dev [2022-05-05T11:02:55.926Z] Storage Driver: windowsfilter [2022-05-05T11:02:55.926Z] Windows: [2022-05-05T11:02:55.926Z] Logging Driver: json-file [2022-05-05T11:02:55.926Z] Plugins: [2022-05-05T11:02:55.926Z] Volume: local [2022-05-05T11:02:55.926Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-05T11:02:55.926Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-05T11:02:55.926Z] Swarm: inactive [2022-05-05T11:02:55.926Z] Default Isolation: process [2022-05-05T11:02:55.926Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-05T11:02:55.926Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-05T11:02:55.926Z] OSType: windows [2022-05-05T11:02:55.926Z] Architecture: x86_64 [2022-05-05T11:02:55.926Z] CPUs: 4 [2022-05-05T11:02:55.926Z] Total Memory: 32GiB [2022-05-05T11:02:55.926Z] Name: azwin-2-8063a0 [2022-05-05T11:02:55.926Z] ID: HPUT:HE2C:CGCP:JLIY:O5HP:E4PO:VOIE:NKQA:BKXF:X4S2:VO7U:G477 [2022-05-05T11:02:55.926Z] Docker Root Dir: D:\CI\PR-43563\3\daemon [2022-05-05T11:02:55.926Z] Debug Mode (client): false [2022-05-05T11:02:55.926Z] Debug Mode (server): true [2022-05-05T11:02:55.926Z] File Descriptors: -1 [2022-05-05T11:02:55.926Z] Goroutines: 17 [2022-05-05T11:02:55.926Z] System Time: 2022-05-05T11:02:55.7696924Z [2022-05-05T11:02:55.926Z] EventsListeners: 0 [2022-05-05T11:02:55.926Z] Registry: https://index.docker.io/v1/ [2022-05-05T11:02:55.926Z] Labels: [2022-05-05T11:02:55.926Z] Experimental: false [2022-05-05T11:02:55.926Z] Insecure Registries: [2022-05-05T11:02:55.926Z] 127.0.0.0/8 [2022-05-05T11:02:55.926Z] Live Restore Enabled: false [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] [2022-05-05T11:02:55.926Z] INFO: Stopping daemon under test [2022-05-05T11:02:56.398Z] SUCCESS: The process with PID 5932 (child process of PID 3820) has been terminated. [2022-05-05T11:02:56.398Z] SUCCESS: The process with PID 3820 (child process of PID 3464) has been terminated. [2022-05-05T11:02:56.398Z] INFO: Stop tailing logs of the daemon under tests [2022-05-05T11:02:56.398Z] INFO: executeCI.ps1 Completed successfully at 05/05/2022 11:02:55. [2022-05-05T11:02:56.398Z] INFO: Tidying up at end of run [2022-05-05T11:02:56.398Z] ----------- DAEMON LOG ------------ [2022-05-05T11:02:56.398Z] 2022/05/05 10:08:51 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-05T11:02:56.398Z] ----------- END DAEMON LOG -------- [2022-05-05T11:02:56.398Z] INFO: Saving daemon under test log (d:\CI\PR-43563\3\dut.out) to bundles\CIDUT.out [2022-05-05T11:02:56.398Z] INFO: Saving daemon under test log (d:\CI\PR-43563\3\dut.err) to bundles\CIDUT.err [2022-05-05T11:02:56.398Z] INFO: Saving containerd logs to bundles [2022-05-05T11:02:56.398Z] INFO: Nuke-Everything... [2022-05-05T11:02:56.871Z] INFO: Container count on control daemon to delete is 2 [2022-05-05T11:02:56.871Z] 2e12b5c736a6 [2022-05-05T11:02:56.871Z] 2dbf8fda9548 [2022-05-05T11:02:57.342Z] INFO: Tidying pidfile d:\CI\PR-43563\3\docker.pid [2022-05-05T11:02:57.342Z] INFO: Nuking d:\CI [2022-05-05T11:03:33.257Z] INFO: Zapped successfully [2022-05-05T11:03:33.257Z] [2022-05-05T11:03:33.257Z] INFO: executeCI.ps1 exiting at Thu May 5 11:03:30 CUT 2022. Duration 01:24:17.4910605 [2022-05-05T11:03:33.257Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-05T11:03:33.509Z] Recording test results [2022-05-05T11:03:43.119Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-05T11:03:44.725Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-05T11:03:47.177Z] Archiving artifacts [2022-05-05T11:04:03.352Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43563/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-05T11:04:04.389Z] + make clean [2022-05-05T11:04:05.966Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-05T11:04:05.966Z] docker-dev-cache [2022-05-05T11:04:05.966Z] 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